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

Release 1.1.4

This commit is contained in:
Matthias Kretschmann 2019-10-14 10:28:08 +02:00
parent 2c99d6f9e6
commit 10b662343f
Signed by: m
GPG Key ID: 606EEEF3C479A91F
7 changed files with 17 additions and 7 deletions

View File

@ -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).
#### [v1.1.4](https://github.com/oceanprotocol/commons/compare/v1.1.3...v1.1.4)
> 14 October 2019
- Faucet route refactor [`#202`](https://github.com/oceanprotocol/commons/pull/202)
- 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)
#### [v1.1.3](https://github.com/oceanprotocol/commons/compare/v1.1.2...v1.1.3)
> 8 October 2019
@ -12,7 +22,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- added token faucet functionality [`#199`](https://github.com/oceanprotocol/commons/pull/199)
- prettier [`3235dc1`](https://github.com/oceanprotocol/commons/commit/3235dc1d5e24f314e6d9b2886d709eadc25913df)
- - increased token amount given [`aeb24aa`](https://github.com/oceanprotocol/commons/commit/aeb24aadda30934785436a0501d57e71a69f2708)
- fixed coded ui tests [`d7e93d1`](https://github.com/oceanprotocol/commons/commit/d7e93d116c54b33e782a9b649fe5b3c8f9e5bd10)
- Release 1.1.3 [`8f0988e`](https://github.com/oceanprotocol/commons/commit/8f0988e1b0978dc58a235edbd70bf742cb41e511)
#### [v1.1.2](https://github.com/oceanprotocol/commons/compare/v1.1.1...v1.1.2)

View File

@ -1,6 +1,6 @@
{
"name": "commons-client",
"version": "1.1.3",
"version": "1.1.4",
"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.3",
"version": "1.1.4",
"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.3",
"version": "1.1.4",
"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.3",
"version": "1.1.4",
"license": "Apache-2.0",
"scripts": {
"install": "./scripts/install.sh",

View File

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

View File

@ -1,7 +1,7 @@
{
"name": "commons-server",
"description": "Ocean Protocol marketplace backend.",
"version": "1.1.3",
"version": "1.1.4",
"license": "Apache-2.0",
"main": "dist/src/server.js",
"scripts": {