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

Release 0.5.4

This commit is contained in:
Matthias Kretschmann 2019-06-25 15:06:39 +02:00
parent 57e9cd69ff
commit 96990309e0
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).
#### [v0.5.4](https://github.com/oceanprotocol/commons/compare/v0.5.3...v0.5.4)
> 25 June 2019
- bump to squid-js v0.6.0 [`#163`](https://github.com/oceanprotocol/commons/pull/163)
- switch to axios for file url check [`#162`](https://github.com/oceanprotocol/commons/pull/162)
- bump to squid-js v0.6.2 [`57e9cd6`](https://github.com/oceanprotocol/commons/commit/57e9cd69ffcbdb341f39349d44ea3aa785f51f65)
- bump to squid-js v0.6.1 [`9a5ebd0`](https://github.com/oceanprotocol/commons/commit/9a5ebd0a915eb153e9373ed24e0b1c1bd155637d)
#### [v0.5.3](https://github.com/oceanprotocol/commons/compare/v0.5.2...v0.5.3)
> 19 June 2019
- SEO component [`#159`](https://github.com/oceanprotocol/commons/pull/159)
- switch to axios for file publish [`7043266`](https://github.com/oceanprotocol/commons/commit/70432662542a4de24133bfdd8906e569adfeb606)
- Release 0.5.3 [`75a262f`](https://github.com/oceanprotocol/commons/commit/75a262f5d633bd0f053ead0b5fd44d4ad56bd029)
#### [v0.5.2](https://github.com/oceanprotocol/commons/compare/v0.5.1...v0.5.2)

View File

@ -1,6 +1,6 @@
{
"name": "commons-client",
"version": "0.5.3",
"version": "0.5.4",
"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": "0.5.3",
"version": "0.5.4",
"license": "Apache-2.0",
"scripts": {
"start": "react-scripts start",

2
package-lock.json generated
View File

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

View File

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

View File

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