Release 2.1.0-beta.0

This commit is contained in:
Matthias Kretschmann 2019-12-17 11:55:08 +01:00
parent c4219bf1a8
commit 64eb7ab3f2
Signed by: m
GPG Key ID: 606EEEF3C479A91F
7 changed files with 13 additions and 7 deletions

View File

@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. Dates are d
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
#### [v2.1.0-beta.0](https://github.com/oceanprotocol/commons/compare/v2.0.0...v2.1.0-beta.0)
> 17 December 2019
- bump to keeper-contracts v0.13.0 [`c4219bf`](https://github.com/oceanprotocol/commons/commit/c4219bf1a839e88024c3b7a87f95833b40769d58)
#### [v2.0.0](https://github.com/oceanprotocol/commons/compare/v2.0.0-beta.3...v2.0.0)
> 9 December 2019
@ -11,7 +17,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Migrate to new v2 DDO structure [`#207`](https://github.com/oceanprotocol/commons/pull/207)
- bump dependencies [`a8c695e`](https://github.com/oceanprotocol/commons/commit/a8c695e16f07b603250aa0eae5aa64d6275072b6)
- test and package fixes [`3df046b`](https://github.com/oceanprotocol/commons/commit/3df046bbea14c0d0b4817976b8496c5af365bc0d)
- bump to squid-js v1.0.0 [`7f9daa0`](https://github.com/oceanprotocol/commons/commit/7f9daa0d8277502dae4594c9d6779eebec8a3a90)
- Release 2.0.0 [`70a3339`](https://github.com/oceanprotocol/commons/commit/70a3339f8b0fdbabad1475659639f145ec68ed6c)
#### [v2.0.0-beta.3](https://github.com/oceanprotocol/commons/compare/v1.3.2...v2.0.0-beta.3)

View File

@ -1,6 +1,6 @@
{
"name": "commons-client",
"version": "2.0.0",
"version": "2.1.0-beta.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,7 +1,7 @@
{
"name": "commons-client",
"description": "Ocean Protocol marketplace frontend to explore, download, and publish open data sets.",
"version": "2.0.0",
"version": "2.1.0-beta.0",
"license": "Apache-2.0",
"scripts": {
"start": "react-scripts start",

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "commons",
"version": "2.0.0",
"version": "2.1.0-beta.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,7 +1,7 @@
{
"name": "commons",
"description": "Ocean Protocol marketplace to explore, download, and publish open data sets.",
"version": "2.0.0",
"version": "2.1.0-beta.0",
"license": "Apache-2.0",
"scripts": {
"install": "./scripts/install.sh",

View File

@ -1,6 +1,6 @@
{
"name": "commons-server",
"version": "2.0.0",
"version": "2.1.0-beta.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,7 +1,7 @@
{
"name": "commons-server",
"description": "Ocean Protocol marketplace backend.",
"version": "2.0.0",
"version": "2.1.0-beta.0",
"license": "Apache-2.0",
"main": "dist/src/server.js",
"scripts": {