Merge branch 'master' of https://github.com/oceanprotocol/commons into feature/edit-ui

This commit is contained in:
Jernej Pregelj 2019-07-18 10:41:05 +02:00
commit c685122270
7 changed files with 19 additions and 6 deletions

View File

@ -4,10 +4,23 @@ 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.0](https://github.com/oceanprotocol/commons/compare/v0.6.3...v1.0.0)
> 17 July 2019
- Wallet selection [`#176`](https://github.com/oceanprotocol/commons/pull/176)
- Updated the script to deploy on pacific-ocean [`#178`](https://github.com/oceanprotocol/commons/pull/178)
- run tests against Aquarius & Brizo pacific test instances [`#173`](https://github.com/oceanprotocol/commons/pull/173)
- Modal fixes [`#177`](https://github.com/oceanprotocol/commons/pull/177)
- remove wallet setup from Cypress [`01fb305`](https://github.com/oceanprotocol/commons/commit/01fb305612a4c85190f569870cc1ef37a2c4593d)
- allow login to wallets [`adf52ce`](https://github.com/oceanprotocol/commons/commit/adf52ceb77302d5a7ebe4e866766cc540f51a778)
- fix re-renders caused by withTracker HOC [`ca58d7d`](https://github.com/oceanprotocol/commons/commit/ca58d7d0b170913352936a47cb33661f06123abb)
#### [v0.6.3](https://github.com/oceanprotocol/commons/compare/v0.6.2...v0.6.3)
> 9 July 2019
- Release 0.6.3 [`edbc327`](https://github.com/oceanprotocol/commons/commit/edbc3276d75b5858278be050d65d5fefcf48aaae)
- server: adapt to new tsc output [`362a266`](https://github.com/oceanprotocol/commons/commit/362a26651822f450d4b9a528c7fa46d4b9bbbfba)
#### [v0.6.2](https://github.com/oceanprotocol/commons/compare/v0.6.1...v0.6.2)

View File

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

2
package-lock.json generated
View File

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

View File

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

View File

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