1
0
mirror of https://github.com/oceanprotocol/commons.git synced 2023-03-15 18:03:00 +01:00

Release 1.2.0

This commit is contained in:
Matthias Kretschmann 2019-10-14 15:25:09 +02:00
parent 54a4ba5c68
commit e06c337ba1
Signed by: m
GPG Key ID: 606EEEF3C479A91F
7 changed files with 16 additions and 7 deletions

View File

@ -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)

View File

@ -1,6 +1,6 @@
{
"name": "commons-client",
"version": "1.1.4",
"version": "1.2.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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",

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "commons",
"version": "1.1.4",
"version": "1.2.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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",

View File

@ -1,6 +1,6 @@
{
"name": "commons-server",
"version": "1.1.4",
"version": "1.2.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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": {