From e06c337ba19520a20b0ba0433da1328db0dd3930 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 14 Oct 2019 15:25:09 +0200 Subject: [PATCH] Release 1.2.0 --- CHANGELOG.md | 11 ++++++++++- 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, 16 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99f1ee2..8ce2dd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). +#### [v1.2.0](https://github.com/oceanprotocol/commons/compare/v1.1.4...v1.2.0) + +> 14 October 2019 + +- Add files to IPFS during publish flow [`#191`](https://github.com/oceanprotocol/commons/pull/191) +- working prototype of adding files to IPFS during publish flow [`1c59d49`](https://github.com/oceanprotocol/commons/commit/1c59d49d5dddcf28ed015ede4a132e6498e91711) +- new client package-lock [`725215b`](https://github.com/oceanprotocol/commons/commit/725215b6ee0b065855f55b7124340abf63a0b357) +- bump IPFS packages [`af8df22`](https://github.com/oceanprotocol/commons/commit/af8df224cb08e052605090f96c9a730f672a6a47) + #### [v1.1.4](https://github.com/oceanprotocol/commons/compare/v1.1.3...v1.1.4) > 14 October 2019 @@ -12,7 +21,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Put Channels behind feature switch [`#201`](https://github.com/oceanprotocol/commons/pull/201) - put channels behind feature switch [`a7209f6`](https://github.com/oceanprotocol/commons/commit/a7209f690d925d74c57b8c61498d3cea522d8f70) - more dynamic intro text [`e007ab2`](https://github.com/oceanprotocol/commons/commit/e007ab20901e2155bd891fd77e2d1aa98daee5f9) -- properly make env variable values into booleans [`cf783e6`](https://github.com/oceanprotocol/commons/commit/cf783e66b8bd8b18eb84effa27047b062cbb82e4) +- Release 1.1.4 [`10b6623`](https://github.com/oceanprotocol/commons/commit/10b662343faa4a27bc8259f1406cf622c2c8ac67) #### [v1.1.3](https://github.com/oceanprotocol/commons/compare/v1.1.2...v1.1.3) diff --git a/client/package-lock.json b/client/package-lock.json index 123c48c..665790b 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1,6 +1,6 @@ { "name": "commons-client", - "version": "1.1.4", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/client/package.json b/client/package.json index bfa669a..060f5c0 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.4", + "version": "1.2.0", "license": "Apache-2.0", "scripts": { "start": "react-scripts start", diff --git a/package-lock.json b/package-lock.json index 15127d3..3e2c1a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "commons", - "version": "1.1.4", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index df68f5f..d918c5a 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.4", + "version": "1.2.0", "license": "Apache-2.0", "scripts": { "install": "./scripts/install.sh", diff --git a/server/package-lock.json b/server/package-lock.json index a02cd78..879196f 100644 --- a/server/package-lock.json +++ b/server/package-lock.json @@ -1,6 +1,6 @@ { "name": "commons-server", - "version": "1.1.4", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/server/package.json b/server/package.json index ac9c5ed..e9ede20 100644 --- a/server/package.json +++ b/server/package.json @@ -1,7 +1,7 @@ { "name": "commons-server", "description": "Ocean Protocol marketplace backend.", - "version": "1.1.4", + "version": "1.2.0", "license": "Apache-2.0", "main": "dist/src/server.js", "scripts": {