diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f68751..df9d2e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). +#### [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) + #### [v1.1.1](https://github.com/oceanprotocol/commons/compare/v1.1.0...v1.1.1) > 13 September 2019 @@ -11,8 +17,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - fix error output on asset details loading [`#196`](https://github.com/oceanprotocol/commons/pull/196) - fix event bubbling on wallet selector button [`#197`](https://github.com/oceanprotocol/commons/issues/197) - asset details refactor [`821f80d`](https://github.com/oceanprotocol/commons/commit/821f80da0f6c9bda862472f2a2b094a92a73ce6e) +- Release 1.1.1 [`33b14bc`](https://github.com/oceanprotocol/commons/commit/33b14bc8e346c18e853585cd79770776d24b20ed) - test fixes [`12f6cfc`](https://github.com/oceanprotocol/commons/commit/12f6cfcb8049fb035bcbeabe099af51329334667) -- always show price on asset detail when bigger than 0 [`b77e38c`](https://github.com/oceanprotocol/commons/commit/b77e38c3ab9bd1575f628d7830051235b5c9ff36) #### [v1.1.0](https://github.com/oceanprotocol/commons/compare/v1.0.2...v1.1.0) diff --git a/client/package-lock.json b/client/package-lock.json index b04eb44..5c318f7 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1,6 +1,6 @@ { "name": "commons-client", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/client/package.json b/client/package.json index 14f8858..e82af68 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.1", + "version": "1.1.2", "license": "Apache-2.0", "scripts": { "start": "react-scripts start", diff --git a/package-lock.json b/package-lock.json index 274ae1f..7fee9b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "commons", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f12c2a0..6ff7925 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.1", + "version": "1.1.2", "license": "Apache-2.0", "scripts": { "install": "./scripts/install.sh", diff --git a/server/package-lock.json b/server/package-lock.json index 2b81e0a..3ca3613 100644 --- a/server/package-lock.json +++ b/server/package-lock.json @@ -1,6 +1,6 @@ { "name": "commons-server", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/server/package.json b/server/package.json index 50e7f39..8fba88c 100644 --- a/server/package.json +++ b/server/package.json @@ -1,7 +1,7 @@ { "name": "commons-server", "description": "Ocean Protocol marketplace backend.", - "version": "1.1.1", + "version": "1.1.2", "license": "Apache-2.0", "main": "dist/src/server.js", "scripts": {