From 5f19fbe4206045a6ba086173403f1594d0806be1 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 6 Jun 2019 11:21:33 +0200 Subject: [PATCH] Release 0.4.4 --- CHANGELOG.md | 8 ++++++++ client/package-lock.json | 2 +- client/package.json | 2 +- package-lock.json | 2 +- package.json | 2 +- server/package-lock.json | 2 +- server/package.json | 2 +- 7 files changed, 14 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19dea57..433c237 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,20 @@ 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). +#### [v0.4.4](https://github.com/oceanprotocol/commons/compare/v0.4.3...v0.4.4) + +> 6 June 2019 + +- switch to new Travis caching strategy [`#153`](https://github.com/oceanprotocol/commons/pull/153) +- fix account address display in Firefox [`#152`](https://github.com/oceanprotocol/commons/pull/152) + #### [v0.4.3](https://github.com/oceanprotocol/commons/compare/v0.4.2...v0.4.3) > 3 June 2019 - output event messages during publishing flow [`#151`](https://github.com/oceanprotocol/commons/pull/151) - squid-js v0.5.14 [`b27c458`](https://github.com/oceanprotocol/commons/commit/b27c458fb20af086063556831f8bc695c5f1c89b) +- Release 0.4.3 [`303a7bf`](https://github.com/oceanprotocol/commons/commit/303a7bf12ca26a716de38ad9a14ef274c60b661b) - update tests [`56604b9`](https://github.com/oceanprotocol/commons/commit/56604b972c6dc99953e31cc4a4e24cd7c0e0a34e) #### [v0.4.2](https://github.com/oceanprotocol/commons/compare/v0.4.1...v0.4.2) diff --git a/client/package-lock.json b/client/package-lock.json index 717cfa5..fcbbf80 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1,6 +1,6 @@ { "name": "commons-client", - "version": "0.4.3", + "version": "0.4.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/client/package.json b/client/package.json index 7bc6474..304f161 100644 --- a/client/package.json +++ b/client/package.json @@ -1,7 +1,7 @@ { "name": "commons-client", "description": "Ocean Protocol marketplace frontend to explore, download, and publish open data sets.", - "version": "0.4.3", + "version": "0.4.4", "license": "Apache-2.0", "scripts": { "start": "react-scripts start", diff --git a/package-lock.json b/package-lock.json index a69393e..8a5c091 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "commons", - "version": "0.4.3", + "version": "0.4.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4e36c81..d8b25c1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "commons", "description": "Ocean Protocol marketplace to explore, download, and publish open data sets.", - "version": "0.4.3", + "version": "0.4.4", "license": "Apache-2.0", "scripts": { "install": "./scripts/install.sh", diff --git a/server/package-lock.json b/server/package-lock.json index db04bf5..818fcaa 100644 --- a/server/package-lock.json +++ b/server/package-lock.json @@ -1,6 +1,6 @@ { "name": "commons-server", - "version": "0.4.3", + "version": "0.4.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/server/package.json b/server/package.json index 6836983..5634fa7 100644 --- a/server/package.json +++ b/server/package.json @@ -1,7 +1,7 @@ { "name": "commons-server", "description": "Ocean Protocol marketplace backend.", - "version": "0.4.3", + "version": "0.4.4", "license": "Apache-2.0", "main": "dist/server.js", "scripts": {