Release 2.4.1

This commit is contained in:
Matthias Kretschmann 2020-05-19 19:00:51 +02:00
parent 197d3a950d
commit 380b57388c
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).
#### [v2.4.1](https://github.com/oceanprotocol/commons/compare/v2.4.0...v2.4.1)
> 19 May 2020
- fix history [`#282`](https://github.com/oceanprotocol/commons/pull/282)
#### [v2.4.0](https://github.com/oceanprotocol/commons/compare/v2.3.1...v2.4.0)
> 19 May 2020
@ -19,8 +25,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- [Security] Bump handlebars from 4.5.3 to 4.7.6 [`#227`](https://github.com/oceanprotocol/commons/pull/227)
- Bump release-it from 13.1.1 to 13.6.0 [`#226`](https://github.com/oceanprotocol/commons/pull/226)
- bump to squid-js v2.2.0 [`91821e8`](https://github.com/oceanprotocol/commons/commit/91821e88d4e4ff1bb6814338b3d9fee4746fd9a8)
- Release 2.4.0 [`c0effd4`](https://github.com/oceanprotocol/commons/commit/c0effd449f7cc01cf043ab924bb8040d0db55b9b)
- Merge pull request #281 from oceanprotocol/dependabot/npm_and_yarn/client/react-router-dom-5.2.0 [`6f05baf`](https://github.com/oceanprotocol/commons/commit/6f05baff3af9fa7490100b79b2978ed56ece02f4)
- Merge pull request #276 from oceanprotocol/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-2.34.0 [`0abc740`](https://github.com/oceanprotocol/commons/commit/0abc740ed86decdee6225231c7468646c145dad1)
#### [v2.3.1](https://github.com/oceanprotocol/commons/compare/v2.3.0...v2.3.1)

View File

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

2
package-lock.json generated
View File

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

View File

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

View File

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