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

Release 2.0.0-beta.2

This commit is contained in:
Matthias Kretschmann 2019-11-15 12:48:15 +01:00
parent dcc5642aa2
commit 670f717b37
Signed by: m
GPG Key ID: 606EEEF3C479A91F
7 changed files with 15 additions and 6 deletions

View File

@ -10,11 +10,20 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- bump to squid-js v0.8.3 [`8ca727f`](https://github.com/oceanprotocol/commons/commit/8ca727fffc2cc137b978b7d65ed586da405b015b)
#### [v2.0.0-beta.2](https://github.com/oceanprotocol/commons/compare/v2.0.0-beta.1...v2.0.0-beta.2)
> 15 November 2019
- bump packages [`428532e`](https://github.com/oceanprotocol/commons/commit/428532e2c624fed19bae342b40fdb0f5d9a403d3)
- bump squid-js [`b75af1b`](https://github.com/oceanprotocol/commons/commit/b75af1bae3f05006ea557c6de05dfe3ddea555eb)
- run against Node.js v12 [`20c4f05`](https://github.com/oceanprotocol/commons/commit/20c4f050dab4dc1b8457a4dea602a181af33efcb)
#### [v2.0.0-beta.1](https://github.com/oceanprotocol/commons/compare/v2.0.0-beta.0...v2.0.0-beta.1)
> 14 November 2019
- bump web3 packages [`13a8bf8`](https://github.com/oceanprotocol/commons/commit/13a8bf86a56d3bddca44aa505a27e95507069238)
- Release 2.0.0-beta.1 [`cf9d65d`](https://github.com/oceanprotocol/commons/commit/cf9d65da3f353db60da331f8d553e3e19f849d15)
#### [v2.0.0-beta.0](https://github.com/oceanprotocol/commons/compare/v1.3.1...v2.0.0-beta.0)

View File

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

2
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "commons-server",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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