Skip to content
This repository has been archived by the owner on Oct 27, 2020. It is now read-only.

Commit

Permalink
Release 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kremalicious committed Oct 14, 2019
1 parent 2c99d6f commit 10b6623
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 7 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Expand Up @@ -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
Expand All @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 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.3",
"version": "1.1.4",
"license": "Apache-2.0",
"scripts": {
"start": "react-scripts start",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/package.json
@@ -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": {
Expand Down

0 comments on commit 10b6623

Please sign in to comment.