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

Release 1.1.1

This commit is contained in:
Matthias Kretschmann 2019-09-13 11:18:45 +02:00
parent 5f37adc420
commit 33b14bc8e3
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.1](https://github.com/oceanprotocol/commons/compare/v1.1.0...v1.1.1)
> 13 September 2019
- 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)
- 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)
> 11 September 2019
@ -13,8 +23,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- add code climate [`#194`](https://github.com/oceanprotocol/commons/pull/194)
- Disable auto-deployments for now [`#193`](https://github.com/oceanprotocol/commons/pull/193)
- code fixes [`1f7845a`](https://github.com/oceanprotocol/commons/commit/1f7845aa221b486abb0f51bdc156d2bed5c0e16a)
- Release 1.1.0 [`c4029b1`](https://github.com/oceanprotocol/commons/commit/c4029b147c2bda0a846a2365f1d96555eabb454b)
- disable auto-deployments for now [`4ae344a`](https://github.com/oceanprotocol/commons/commit/4ae344a861c76527bce8eacb55d86e83cc7c6ae9)
- bump component versions [`cb3f9c1`](https://github.com/oceanprotocol/commons/commit/cb3f9c11d2faa5678a1c9c04e09bc9b1da744dee)
#### [v1.0.2](https://github.com/oceanprotocol/commons/compare/v1.0.1...v1.0.2)

View File

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

View File

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

View File

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