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

Release 1.1.3

This commit is contained in:
Matthias Kretschmann 2019-10-08 15:31:21 +02:00
parent 60327973de
commit 8f0988e1b0
Signed by: m
GPG Key ID: 606EEEF3C479A91F
7 changed files with 17 additions and 6 deletions

View File

@ -4,11 +4,22 @@ 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.3](https://github.com/oceanprotocol/commons/compare/v1.1.2...v1.1.3)
> 8 October 2019
- switch Barge to --no-commons flag [`#200`](https://github.com/oceanprotocol/commons/pull/200)
- 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)
#### [v1.1.2](https://github.com/oceanprotocol/commons/compare/v1.1.1...v1.1.2)
> 24 September 2019
- show web3 message on asset loading failure [`#198`](https://github.com/oceanprotocol/commons/pull/198)
- Release 1.1.2 [`29e6e8b`](https://github.com/oceanprotocol/commons/commit/29e6e8b5afdc2d085b45aa51049b9b59e501e293)
#### [v1.1.1](https://github.com/oceanprotocol/commons/compare/v1.1.0...v1.1.1)

View File

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

View File

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

View File

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