1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

Release 0.17.4

This commit is contained in:
alexcos20 2021-09-16 04:11:40 -07:00
parent e934483853
commit 2651b72a2f
3 changed files with 34 additions and 3 deletions

View File

@ -4,9 +4,40 @@ 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).
#### [v0.17.4](https://github.com/oceanprotocol/ocean.js/compare/v0.18.0-next.0...v0.17.4)
- add catenax network config [`#1025`](https://github.com/oceanprotocol/ocean.js/pull/1025)
- Bump @oceanprotocol/contracts from 0.6.5 to 0.6.7 [`#1024`](https://github.com/oceanprotocol/ocean.js/pull/1024)
#### [v0.18.0-next.0](https://github.com/oceanprotocol/ocean.js/compare/v0.17.3...v0.18.0-next.0)
> 14 September 2021
- Fix releases [`#1021`](https://github.com/oceanprotocol/ocean.js/pull/1021)
- Bump @typescript-eslint/eslint-plugin from 4.31.0 to 4.31.1 [`#1019`](https://github.com/oceanprotocol/ocean.js/pull/1019)
- Bump @typescript-eslint/parser from 4.31.0 to 4.31.1 [`#1018`](https://github.com/oceanprotocol/ocean.js/pull/1018)
- Bump ora from 5.4.1 to 6.0.1 [`#1020`](https://github.com/oceanprotocol/ocean.js/pull/1020)
- Bump typedoc from 0.21.9 to 0.22.3 [`#1016`](https://github.com/oceanprotocol/ocean.js/pull/1016)
- Bump @types/node from 16.9.0 to 16.9.1 [`#1015`](https://github.com/oceanprotocol/ocean.js/pull/1015)
- Bump typescript from 4.4.2 to 4.4.3 [`#1017`](https://github.com/oceanprotocol/ocean.js/pull/1017)
- Bump source-map-support from 0.5.19 to 0.5.20 [`#1013`](https://github.com/oceanprotocol/ocean.js/pull/1013)
- Bump prettier from 2.3.2 to 2.4.0 [`#1014`](https://github.com/oceanprotocol/ocean.js/pull/1014)
- Bump @types/node from 16.7.13 to 16.9.0 [`#1011`](https://github.com/oceanprotocol/ocean.js/pull/1011)
- Bump @typescript-eslint/eslint-plugin from 4.30.0 to 4.31.0 [`#1007`](https://github.com/oceanprotocol/ocean.js/pull/1007)
- Bump @types/node from 16.7.10 to 16.7.13 [`#1009`](https://github.com/oceanprotocol/ocean.js/pull/1009)
- Bump @typescript-eslint/parser from 4.30.0 to 4.31.0 [`#1006`](https://github.com/oceanprotocol/ocean.js/pull/1006)
- Bump @types/node-fetch from 2.5.12 to 3.0.3 [`#1004`](https://github.com/oceanprotocol/ocean.js/pull/1004)
- Bump @types/node from 16.7.8 to 16.7.10 [`#1001`](https://github.com/oceanprotocol/ocean.js/pull/1001)
- enable create / passthrough of userData & algoData [`b1e91af`](https://github.com/oceanprotocol/ocean.js/commit/b1e91afd3d9cb03edd0317bf72c89426ad16ebc7)
- refactor balance check async flows [`51ca87f`](https://github.com/oceanprotocol/ocean.js/commit/51ca87f3f7eee95b749996699a8b8f8e602ed7d6)
- naming & typings [`e707d0e`](https://github.com/oceanprotocol/ocean.js/commit/e707d0e5d803e0d93fdba7117dd989ce3a5b66bd)
#### [v0.17.3](https://github.com/oceanprotocol/ocean.js/compare/v0.17.2...v0.17.3) #### [v0.17.3](https://github.com/oceanprotocol/ocean.js/compare/v0.17.2...v0.17.3)
> 31 August 2021
- downgrade node-abort-controller to v2.0.0 [`#999`](https://github.com/oceanprotocol/ocean.js/pull/999) - downgrade node-abort-controller to v2.0.0 [`#999`](https://github.com/oceanprotocol/ocean.js/pull/999)
- Release 0.17.3 [`0eac0c2`](https://github.com/oceanprotocol/ocean.js/commit/0eac0c20e3554e99807efcc2d9b261795daf5fd7)
#### [v0.17.2](https://github.com/oceanprotocol/ocean.js/compare/v0.17.1...v0.17.2) #### [v0.17.2](https://github.com/oceanprotocol/ocean.js/compare/v0.17.1...v0.17.2)

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "@oceanprotocol/lib", "name": "@oceanprotocol/lib",
"version": "0.17.3", "version": "0.17.4",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@oceanprotocol/lib", "name": "@oceanprotocol/lib",
"version": "0.17.3", "version": "0.17.4",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@ethereum-navigator/navigator": "^0.5.3", "@ethereum-navigator/navigator": "^0.5.3",

View File

@ -1,7 +1,7 @@
{ {
"name": "@oceanprotocol/lib", "name": "@oceanprotocol/lib",
"source": "./src/index.ts", "source": "./src/index.ts",
"version": "0.17.3", "version": "0.17.4",
"description": "JavaScript client library for Ocean Protocol", "description": "JavaScript client library for Ocean Protocol",
"main": "./dist/node/lib.js", "main": "./dist/node/lib.js",
"exports": "./dist/node/lib.js", "exports": "./dist/node/lib.js",