mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
Release 1.3.0
This commit is contained in:
parent
7c88cb4fea
commit
7d60a85885
17
CHANGELOG.md
17
CHANGELOG.md
@ -4,14 +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.3.0](https://github.com/oceanprotocol/commons/compare/v1.2.2...v1.3.0)
|
||||
|
||||
> 1 November 2019
|
||||
|
||||
- bump packages [`#204`](https://github.com/oceanprotocol/commons/pull/204)
|
||||
- lock to react-scripts 3.0.1 [`da9237e`](https://github.com/oceanprotocol/commons/commit/da9237ea46fd8bc5af26b168bc9a1cd1708fe122)
|
||||
- web3 1.2.2 & truffle-hd-wallet updates, simplify types [`aec1f78`](https://github.com/oceanprotocol/commons/commit/aec1f782574077510fcad323e87e6c72b3cf039a)
|
||||
- more test fixes [`fe4f223`](https://github.com/oceanprotocol/commons/commit/fe4f2233f09240c63351f03209d1588fcb7b0dcb)
|
||||
|
||||
#### [v1.2.2](https://github.com/oceanprotocol/commons/compare/v1.2.1...v1.2.2)
|
||||
|
||||
> 24 October 2019
|
||||
|
||||
- IPFS fixes [`#203`](https://github.com/oceanprotocol/commons/pull/203)
|
||||
- stream files when adding [`77deaf0`](https://github.com/oceanprotocol/commons/commit/77deaf063e2ef3c6650fe7238acae3749bea2a1b)
|
||||
- Release 1.2.2 [`ae34031`](https://github.com/oceanprotocol/commons/commit/ae34031e9f2cd1a6aea801d50149156baeb41609)
|
||||
- lazy load IPFS component [`4319115`](https://github.com/oceanprotocol/commons/commit/4319115e0015e888587f2d6538e1301936385137)
|
||||
- disable progress for now [`28c1d2e`](https://github.com/oceanprotocol/commons/commit/28c1d2e331a516721300ce4305a8516932ef59ad)
|
||||
|
||||
#### [v1.2.1](https://github.com/oceanprotocol/commons/compare/v1.2.0...v1.2.1)
|
||||
|
||||
@ -323,7 +332,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
||||
- AI for Good category [`#126`](https://github.com/oceanprotocol/commons/pull/126)
|
||||
- Network detection tweaks [`#122`](https://github.com/oceanprotocol/commons/pull/122)
|
||||
- bump squid-js [`97b20b4`](https://github.com/oceanprotocol/commons/commit/97b20b4e9b09f3ade7d55636fb6ef169bacf4222)
|
||||
- isCorrectNetwork -> isOceanNetwork [`807723b`](https://github.com/oceanprotocol/commons/commit/807723be350a60da97f25c53eed102bafcbf1c3c)
|
||||
- isCorrectNetwork -> isOceanNetwork [`807723b`](https://github.com/oceanprotocol/commons/commit/807723be350a60da97f25c53eed102bafcbf1c3c)
|
||||
- less verbose error logging [`f49fa14`](https://github.com/oceanprotocol/commons/commit/f49fa14b2aa7d35a91f8003ddd297b4f2df8ca78)
|
||||
|
||||
#### [v0.2.9](https://github.com/oceanprotocol/commons/compare/v0.2.8...v0.2.9)
|
||||
@ -535,7 +544,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
||||
- add changelog [`#33`](https://github.com/oceanprotocol/commons/pull/33)
|
||||
- Front-page tweaks & user asset list [`#19`](https://github.com/oceanprotocol/commons/pull/19)
|
||||
- add invoice view [`#29`](https://github.com/oceanprotocol/commons/pull/29)
|
||||
- root app->/client, microservice in /server [`#28`](https://github.com/oceanprotocol/commons/pull/28)
|
||||
- root app->/client, microservice in /server [`#28`](https://github.com/oceanprotocol/commons/pull/28)
|
||||
- Account & Faucet UI [`#25`](https://github.com/oceanprotocol/commons/pull/25)
|
||||
- New publish flow [`#23`](https://github.com/oceanprotocol/commons/pull/23)
|
||||
- package updates [`#27`](https://github.com/oceanprotocol/commons/pull/27)
|
||||
@ -560,4 +569,4 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
||||
- kick out prototyping stuff [`#58`](https://github.com/oceanprotocol/commons/issues/58)
|
||||
- one dev interface for client & server [`7e42991`](https://github.com/oceanprotocol/commons/commit/7e42991706f139a34e425dd7c20b28b4f55d77aa)
|
||||
- npm install [`07f6d22`](https://github.com/oceanprotocol/commons/commit/07f6d22a36f0f253f9a6619912489679f62218da)
|
||||
- display published [`43d0847`](https://github.com/oceanprotocol/commons/commit/43d0847d48ccf3f5796f27aae6cd179770c8a8d5)
|
||||
- start command [`c49fc85`](https://github.com/oceanprotocol/commons/commit/c49fc85017b0560cf96c7ed8e7d6e2c2ace1bff9)
|
||||
|
2
client/package-lock.json
generated
2
client/package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "commons-client",
|
||||
"version": "1.2.2",
|
||||
"version": "1.3.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "commons-client",
|
||||
"description": "Ocean Protocol marketplace frontend to explore, download, and publish open data sets.",
|
||||
"version": "1.2.2",
|
||||
"version": "1.3.0",
|
||||
"license": "Apache-2.0",
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "commons",
|
||||
"version": "1.2.2",
|
||||
"version": "1.3.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "commons",
|
||||
"description": "Ocean Protocol marketplace to explore, download, and publish open data sets.",
|
||||
"version": "1.2.2",
|
||||
"version": "1.3.0",
|
||||
"license": "Apache-2.0",
|
||||
"scripts": {
|
||||
"install": "./scripts/install.sh",
|
||||
|
2
server/package-lock.json
generated
2
server/package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "commons-server",
|
||||
"version": "1.2.2",
|
||||
"version": "1.3.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "commons-server",
|
||||
"description": "Ocean Protocol marketplace backend.",
|
||||
"version": "1.2.2",
|
||||
"version": "1.3.0",
|
||||
"license": "Apache-2.0",
|
||||
"main": "dist/src/server.js",
|
||||
"scripts": {
|
||||
|
Loading…
Reference in New Issue
Block a user