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

Release 1.1.2

This commit is contained in:
Matthias Kretschmann 2019-09-24 17:14:41 +02:00
parent 1e592497ae
commit 29e6e8b5af
Signed by: m
GPG Key ID: 606EEEF3C479A91F
7 changed files with 13 additions and 7 deletions

View File

@ -4,6 +4,12 @@ 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.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)
#### [v1.1.1](https://github.com/oceanprotocol/commons/compare/v1.1.0...v1.1.1)
> 13 September 2019
@ -11,8 +17,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- fix error output on asset details loading [`#196`](https://github.com/oceanprotocol/commons/pull/196)
- fix event bubbling on wallet selector button [`#197`](https://github.com/oceanprotocol/commons/issues/197)
- asset details refactor [`821f80d`](https://github.com/oceanprotocol/commons/commit/821f80da0f6c9bda862472f2a2b094a92a73ce6e)
- Release 1.1.1 [`33b14bc`](https://github.com/oceanprotocol/commons/commit/33b14bc8e346c18e853585cd79770776d24b20ed)
- test fixes [`12f6cfc`](https://github.com/oceanprotocol/commons/commit/12f6cfcb8049fb035bcbeabe099af51329334667)
- always show price on asset detail when bigger than 0 [`b77e38c`](https://github.com/oceanprotocol/commons/commit/b77e38c3ab9bd1575f628d7830051235b5c9ff36)
#### [v1.1.0](https://github.com/oceanprotocol/commons/compare/v1.0.2...v1.1.0)

View File

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

View File

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

View File

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