From 3379c0b77034e8ad7ef8e034a70f6e73ae072411 Mon Sep 17 00:00:00 2001 From: Bogdan Fazakas Date: Mon, 22 May 2023 09:12:54 +0300 Subject: [PATCH] Release 3.0.0-next.5 --- CHANGELOG.md | 12 +++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e9649a96..831e302ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,21 @@ 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). +#### [v3.0.0-next.5](https://github.com/oceanprotocol/ocean.js/compare/v3.0.0-next.4...v3.0.0-next.5) + +- Add consumer parameter types [`#1730`](https://github.com/oceanprotocol/ocean.js/pull/1730) +- add consume params typings [`#1731`](https://github.com/oceanprotocol/ocean.js/pull/1731) +- Merge 8ad834e2a84ce5b2deb8c7c6117e657e69f86e81 into e3dfa2997acbcfad40a1fc302795c07d2ff1c3fa [`778eab6`](https://github.com/oceanprotocol/ocean.js/commit/778eab6b8641cb9dea93b7f389b45e0a46ebaebd) +- fix gas fee estimate [`a9eedac`](https://github.com/oceanprotocol/ocean.js/commit/a9eedac21824436e1925314690e7c8932bf59ce9) +- add some delays before resolving datasets [`09d15b3`](https://github.com/oceanprotocol/ocean.js/commit/09d15b39472387d1fdcc558130edf8dbff3b2ab6) + #### [v3.0.0-next.4](https://github.com/oceanprotocol/ocean.js/compare/v3.0.0-next.3...v3.0.0-next.4) +> 10 May 2023 + +- Release 3.0.0-next.4 [`b9eaff6`](https://github.com/oceanprotocol/ocean.js/commit/b9eaff605571ac8ea002a2fe1a6d59d3645ce1d7) - Merge 1ee38f518b5a69905cfe1270f85f6fc506e71d8a into 59568d292ee1455f8418a3cbbb1756ff7a4fac30 [`fd7144c`](https://github.com/oceanprotocol/ocean.js/commit/fd7144c876d74e0344dc1409eb7e854057d63c1c) - fix gasFee issue on sendTx [`1ee38f5`](https://github.com/oceanprotocol/ocean.js/commit/1ee38f518b5a69905cfe1270f85f6fc506e71d8a) -- Merge 1b0821b6efe1deefc77e392c7eb1037fbd2b7fa2 into 59568d292ee1455f8418a3cbbb1756ff7a4fac30 [`ee6d7a3`](https://github.com/oceanprotocol/ocean.js/commit/ee6d7a3d14bd47c2c165a795f9e038e19297b99a) #### [v3.0.0-next.3](https://github.com/oceanprotocol/ocean.js/compare/v3.0.0-next.2...v3.0.0-next.3) diff --git a/package-lock.json b/package-lock.json index c0c605aba..35389bedc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@oceanprotocol/lib", - "version": "3.0.0-next.4", + "version": "3.0.0-next.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@oceanprotocol/lib", - "version": "3.0.0-next.4", + "version": "3.0.0-next.5", "license": "Apache-2.0", "dependencies": { "@oceanprotocol/contracts": "^1.1.8", diff --git a/package.json b/package.json index 6e6adb8ce..cba0c9590 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oceanprotocol/lib", "source": "./src/index.ts", - "version": "3.0.0-next.4", + "version": "3.0.0-next.5", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/lib.js", "umd:main": "dist/lib.umd.js",