Release 2.1.0-beta.0

This commit is contained in:
Matthias Kretschmann 2019-12-17 11:55:08 +01:00
parent 5ba5cd9e20
commit 77e2dd49c5
Signed by: m
GPG Key ID: 606EEEF3C479A91F
7 changed files with 12 additions and 6 deletions

View File

@ -12,6 +12,12 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- remove editorconfig [`#211`](https://github.com/oceanprotocol/commons/pull/211)
- remove editorconfig, define all styling in prettierrc [`f8dfaa4`](https://github.com/oceanprotocol/commons/commit/f8dfaa438c42e9d6c25ae9ac096129da95e431c3)
#### [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

View File

@ -1,6 +1,6 @@
{
"name": "commons-client",
"version": "2.0.1",
"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.1",
"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.1",
"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.1",
"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.1",
"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.1",
"version": "2.1.0-beta.0",
"license": "Apache-2.0",
"main": "dist/src/server.js",
"scripts": {