diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d9219b..5e9af7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ 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). +#### [v0.5.2](https://github.com/oceanprotocol/commons/compare/v0.5.1...v0.5.2) + +> 19 June 2019 + +- add config values for Pacific connection [`#161`](https://github.com/oceanprotocol/commons/pull/161) +- Refactor VersionNumbers to be sourced from squid-js [`#160`](https://github.com/oceanprotocol/commons/pull/160) +- output overall status [`059ae62`](https://github.com/oceanprotocol/commons/commit/059ae62f967f40d9635cc729d31ab84fa913df8b) +- switch to using squid-js for version numbers [`c4f862b`](https://github.com/oceanprotocol/commons/commit/c4f862baa5fa835ec3ff3aafeefa60f524d011b2) +- collapse contracts by default [`838757f`](https://github.com/oceanprotocol/commons/commit/838757f5e832973f54540b0bd78fd7b6ec3fcafe) + #### [v0.5.1](https://github.com/oceanprotocol/commons/compare/v0.5.0...v0.5.1) > 14 June 2019 @@ -11,7 +21,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Submarine links and Pacific support [`#158`](https://github.com/oceanprotocol/commons/pull/158) - link up transaction IDs with submarine, support pacific too [`97d6c27`](https://github.com/oceanprotocol/commons/commit/97d6c2756ed31f90f960dae21b8889d61232cd09) - link version numbers to release pages [`6f7edfa`](https://github.com/oceanprotocol/commons/commit/6f7edfa30f3b188e87cbce3c2404db313920e305) -- add support for Pacific network [`46e6d89`](https://github.com/oceanprotocol/commons/commit/46e6d890572066cf33e336966b28e7b4b7fdf21f) +- Release 0.5.1 [`c063ad8`](https://github.com/oceanprotocol/commons/commit/c063ad82cb5e3a51b5083427fc50afc5b161533a) #### [v0.5.0](https://github.com/oceanprotocol/commons/compare/v0.4.5...v0.5.0) diff --git a/client/package-lock.json b/client/package-lock.json index 58718c4..69a100c 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1,6 +1,6 @@ { "name": "commons-client", - "version": "0.5.1", + "version": "0.5.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/client/package.json b/client/package.json index 1e72156..215adcf 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": "0.5.1", + "version": "0.5.2", "license": "Apache-2.0", "scripts": { "start": "react-scripts start", diff --git a/package-lock.json b/package-lock.json index 1afa444..c16e100 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "commons", - "version": "0.5.1", + "version": "0.5.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 339fffb..4260d74 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": "0.5.1", + "version": "0.5.2", "license": "Apache-2.0", "scripts": { "install": "./scripts/install.sh", diff --git a/server/package-lock.json b/server/package-lock.json index afc18b4..5e1ce30 100644 --- a/server/package-lock.json +++ b/server/package-lock.json @@ -1,6 +1,6 @@ { "name": "commons-server", - "version": "0.5.1", + "version": "0.5.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/server/package.json b/server/package.json index f09f28c..9237697 100644 --- a/server/package.json +++ b/server/package.json @@ -1,7 +1,7 @@ { "name": "commons-server", "description": "Ocean Protocol marketplace backend.", - "version": "0.5.1", + "version": "0.5.2", "license": "Apache-2.0", "main": "dist/server.js", "scripts": {