Release 2.0.0-beta.1

This commit is contained in:
Matthias Kretschmann 2019-11-15 00:47:51 +01:00
parent 8c3262c1d9
commit 954c6d2d46
Signed by: m
GPG Key ID: 606EEEF3C479A91F
7 changed files with 13 additions and 7 deletions

View File

@ -10,13 +10,19 @@ 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.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)
#### [v2.0.0-beta.0](https://github.com/oceanprotocol/commons/compare/v1.3.1...v2.0.0-beta.0)
> 14 November 2019
- update to new DDO structure [`e34dde1`](https://github.com/oceanprotocol/commons/commit/e34dde1a111d00943dc68d32c04b8fa230996d6d)
- Release 2.0.0-beta.0 [`0136695`](https://github.com/oceanprotocol/commons/commit/0136695051fe9f753946f1b7de4a55264e3cb174)
- contentLength as string [`3d9935b`](https://github.com/oceanprotocol/commons/commit/3d9935b46553143ed1fad6ee6e6b80c23ca6e59e)
- search tweaks [`ca94ac6`](https://github.com/oceanprotocol/commons/commit/ca94ac69583d3451713b7dce618d4224955b053f)
#### [v1.3.1](https://github.com/oceanprotocol/commons/compare/v1.3.0...v1.3.1)

View File

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

View File

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

View File

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