From 75a262f5d633bd0f053ead0b5fd44d4ad56bd029 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Wed, 19 Jun 2019 17:57:54 +0200 Subject: [PATCH] Release 0.5.3 --- CHANGELOG.md | 8 +++++++- client/package-lock.json | 2 +- client/package.json | 2 +- package-lock.json | 2 +- package.json | 2 +- server/package-lock.json | 2 +- server/package.json | 2 +- 7 files changed, 13 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e9af7f..6324a2e 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). +#### [v0.5.3](https://github.com/oceanprotocol/commons/compare/v0.5.2...v0.5.3) + +> 19 June 2019 + +- SEO component [`#159`](https://github.com/oceanprotocol/commons/pull/159) + #### [v0.5.2](https://github.com/oceanprotocol/commons/compare/v0.5.1...v0.5.2) > 19 June 2019 @@ -11,8 +17,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - 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) +- SEO component [`b811379`](https://github.com/oceanprotocol/commons/commit/b8113798b6226f6f386a725e146f5b5ece37d9cc) - 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) diff --git a/client/package-lock.json b/client/package-lock.json index 69a100c..c54584a 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1,6 +1,6 @@ { "name": "commons-client", - "version": "0.5.2", + "version": "0.5.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/client/package.json b/client/package.json index 215adcf..d0fba36 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.2", + "version": "0.5.3", "license": "Apache-2.0", "scripts": { "start": "react-scripts start", diff --git a/package-lock.json b/package-lock.json index c16e100..c587b59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "commons", - "version": "0.5.2", + "version": "0.5.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4260d74..04e7734 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.2", + "version": "0.5.3", "license": "Apache-2.0", "scripts": { "install": "./scripts/install.sh", diff --git a/server/package-lock.json b/server/package-lock.json index 5e1ce30..88be4a9 100644 --- a/server/package-lock.json +++ b/server/package-lock.json @@ -1,6 +1,6 @@ { "name": "commons-server", - "version": "0.5.2", + "version": "0.5.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/server/package.json b/server/package.json index 9237697..818ca87 100644 --- a/server/package.json +++ b/server/package.json @@ -1,7 +1,7 @@ { "name": "commons-server", "description": "Ocean Protocol marketplace backend.", - "version": "0.5.2", + "version": "0.5.3", "license": "Apache-2.0", "main": "dist/server.js", "scripts": {