mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
Release 1.0.2
This commit is contained in:
parent
20c0d9b3ae
commit
276688ffee
15
CHANGELOG.md
15
CHANGELOG.md
@ -4,12 +4,27 @@ 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).
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
||||||
|
|
||||||
|
#### [v1.0.2](https://github.com/oceanprotocol/commons/compare/v1.0.1...v1.0.2)
|
||||||
|
|
||||||
|
> 2 September 2019
|
||||||
|
|
||||||
|
- Fix vulnerabilities [`#190`](https://github.com/oceanprotocol/commons/pull/190)
|
||||||
|
- Fix faucet on consume, publish category warning [`#185`](https://github.com/oceanprotocol/commons/pull/185)
|
||||||
|
- Consume hang fix [`#184`](https://github.com/oceanprotocol/commons/pull/184)
|
||||||
|
- Optional pricing [`#182`](https://github.com/oceanprotocol/commons/pull/182)
|
||||||
|
- package updates and test fixes [`#179`](https://github.com/oceanprotocol/commons/pull/179)
|
||||||
|
- Stop wallet event propagation [`#181`](https://github.com/oceanprotocol/commons/pull/181)
|
||||||
|
- bump packages, fresh package-lock [`e2aef49`](https://github.com/oceanprotocol/commons/commit/e2aef49256047834cee004e4c5ca2a03a6d7bf2a)
|
||||||
|
- bump packages [`b3ee23e`](https://github.com/oceanprotocol/commons/commit/b3ee23e728ab3654ad054eb166cb5e6a73ba9c4e)
|
||||||
|
- bump packages [`509a69b`](https://github.com/oceanprotocol/commons/commit/509a69b53d773a4db77e788ffc0673ed2a846633)
|
||||||
|
|
||||||
#### [v1.0.1](https://github.com/oceanprotocol/commons/compare/v1.0.0...v1.0.1)
|
#### [v1.0.1](https://github.com/oceanprotocol/commons/compare/v1.0.0...v1.0.1)
|
||||||
|
|
||||||
> 18 July 2019
|
> 18 July 2019
|
||||||
|
|
||||||
- Update About page [`#180`](https://github.com/oceanprotocol/commons/pull/180)
|
- Update About page [`#180`](https://github.com/oceanprotocol/commons/pull/180)
|
||||||
- update about text [`8d06a67`](https://github.com/oceanprotocol/commons/commit/8d06a67e7fe24a4e420666e78d173b40feb7818b)
|
- update about text [`8d06a67`](https://github.com/oceanprotocol/commons/commit/8d06a67e7fe24a4e420666e78d173b40feb7818b)
|
||||||
|
- Release 1.0.1 [`3cafd60`](https://github.com/oceanprotocol/commons/commit/3cafd60b07cbe73983e898d1cd89afd1a8e7e051)
|
||||||
|
|
||||||
### [v1.0.0](https://github.com/oceanprotocol/commons/compare/v0.6.3...v1.0.0)
|
### [v1.0.0](https://github.com/oceanprotocol/commons/compare/v0.6.3...v1.0.0)
|
||||||
|
|
||||||
|
2
client/package-lock.json
generated
2
client/package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "commons-client",
|
"name": "commons-client",
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "commons-client",
|
"name": "commons-client",
|
||||||
"description": "Ocean Protocol marketplace frontend to explore, download, and publish open data sets.",
|
"description": "Ocean Protocol marketplace frontend to explore, download, and publish open data sets.",
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "react-scripts start",
|
"start": "react-scripts start",
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "commons",
|
"name": "commons",
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "commons",
|
"name": "commons",
|
||||||
"description": "Ocean Protocol marketplace to explore, download, and publish open data sets.",
|
"description": "Ocean Protocol marketplace to explore, download, and publish open data sets.",
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"install": "./scripts/install.sh",
|
"install": "./scripts/install.sh",
|
||||||
|
2
server/package-lock.json
generated
2
server/package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "commons-server",
|
"name": "commons-server",
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "commons-server",
|
"name": "commons-server",
|
||||||
"description": "Ocean Protocol marketplace backend.",
|
"description": "Ocean Protocol marketplace backend.",
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"main": "dist/src/server.js",
|
"main": "dist/src/server.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
Reference in New Issue
Block a user