diff --git a/CHANGELOG.md b/CHANGELOG.md index df9d2e0..027ee53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,22 @@ 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). +#### [v1.1.3](https://github.com/oceanprotocol/commons/compare/v1.1.2...v1.1.3) + +> 8 October 2019 + +- switch Barge to --no-commons flag [`#200`](https://github.com/oceanprotocol/commons/pull/200) +- added token faucet functionality [`#199`](https://github.com/oceanprotocol/commons/pull/199) +- prettier [`3235dc1`](https://github.com/oceanprotocol/commons/commit/3235dc1d5e24f314e6d9b2886d709eadc25913df) +- - increased token amount given [`aeb24aa`](https://github.com/oceanprotocol/commons/commit/aeb24aadda30934785436a0501d57e71a69f2708) +- fixed coded ui tests [`d7e93d1`](https://github.com/oceanprotocol/commons/commit/d7e93d116c54b33e782a9b649fe5b3c8f9e5bd10) + #### [v1.1.2](https://github.com/oceanprotocol/commons/compare/v1.1.1...v1.1.2) > 24 September 2019 - show web3 message on asset loading failure [`#198`](https://github.com/oceanprotocol/commons/pull/198) +- Release 1.1.2 [`29e6e8b`](https://github.com/oceanprotocol/commons/commit/29e6e8b5afdc2d085b45aa51049b9b59e501e293) #### [v1.1.1](https://github.com/oceanprotocol/commons/compare/v1.1.0...v1.1.1) diff --git a/client/package-lock.json b/client/package-lock.json index 5c318f7..604ae9d 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1,6 +1,6 @@ { "name": "commons-client", - "version": "1.1.2", + "version": "1.1.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/client/package.json b/client/package.json index e82af68..e391f7d 100644 --- a/client/package.json +++ b/client/package.json @@ -1,7 +1,7 @@ { "name": "commons-client", "description": "Ocean Protocol marketplace frontend to explore, download, and publish open data sets.", - "version": "1.1.2", + "version": "1.1.3", "license": "Apache-2.0", "scripts": { "start": "react-scripts start", diff --git a/package-lock.json b/package-lock.json index 7fee9b6..3719362 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "commons", - "version": "1.1.2", + "version": "1.1.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6ff7925..f68ceb5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "commons", "description": "Ocean Protocol marketplace to explore, download, and publish open data sets.", - "version": "1.1.2", + "version": "1.1.3", "license": "Apache-2.0", "scripts": { "install": "./scripts/install.sh", diff --git a/server/package-lock.json b/server/package-lock.json index 3ca3613..367590d 100644 --- a/server/package-lock.json +++ b/server/package-lock.json @@ -1,6 +1,6 @@ { "name": "commons-server", - "version": "1.1.2", + "version": "1.1.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/server/package.json b/server/package.json index 8fba88c..990516b 100644 --- a/server/package.json +++ b/server/package.json @@ -1,7 +1,7 @@ { "name": "commons-server", "description": "Ocean Protocol marketplace backend.", - "version": "1.1.2", + "version": "1.1.3", "license": "Apache-2.0", "main": "dist/src/server.js", "scripts": {