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

Release 1.0.1

This commit is contained in:
Matthias Kretschmann 2019-07-18 19:12:13 +02:00
parent 17112bef00
commit 3cafd60b07
Signed by: m
GPG Key ID: 606EEEF3C479A91F
7 changed files with 13 additions and 6 deletions

View File

@ -4,6 +4,13 @@ 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).
#### [v1.0.1](https://github.com/oceanprotocol/commons/compare/v1.0.0...v1.0.1)
> 18 July 2019
- Update About page [`#180`](https://github.com/oceanprotocol/commons/pull/180)
- update about text [`8d06a67`](https://github.com/oceanprotocol/commons/commit/8d06a67e7fe24a4e420666e78d173b40feb7818b)
### [v1.0.0](https://github.com/oceanprotocol/commons/compare/v0.6.3...v1.0.0)
> 17 July 2019

View File

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

2
package-lock.json generated
View File

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

View File

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

View File

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