Release 2.2.0

This commit is contained in:
Matthias Kretschmann 2020-02-01 15:46:03 +01:00
parent ba2de2e69c
commit 57f2022f37
Signed by: m
GPG Key ID: 606EEEF3C479A91F
7 changed files with 15 additions and 6 deletions

View File

@ -4,6 +4,15 @@ 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.2.0](https://github.com/oceanprotocol/commons/compare/v2.1.0...v2.2.0)
> 1 February 2020
- bump to react-scripts v3.3 [`#209`](https://github.com/oceanprotocol/commons/pull/209)
- package updates [`65b72e5`](https://github.com/oceanprotocol/commons/commit/65b72e597d16f8660f74b0b3a491aba723488a56)
- fix Travis [`3e814b9`](https://github.com/oceanprotocol/commons/commit/3e814b98a7f990cfee6b910f57eb02cdd1a767f1)
- package updates [`8089a7a`](https://github.com/oceanprotocol/commons/commit/8089a7aa3e4504e1defb3a6809e4d8b4c2a823fb)
#### [v2.1.0](https://github.com/oceanprotocol/commons/compare/v2.0.1...v2.1.0)
> 23 January 2020

View File

@ -1,6 +1,6 @@
{
"name": "commons-client",
"version": "2.1.0",
"version": "2.2.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.1.0",
"version": "2.2.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.1.0",
"version": "2.2.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.1.0",
"version": "2.2.0",
"license": "Apache-2.0",
"scripts": {
"install": "./scripts/install.sh",

View File

@ -1,6 +1,6 @@
{
"name": "commons-server",
"version": "2.1.0",
"version": "2.2.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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