From ff5fcd7f2256d9baa0a2df6db68c85041d0c93ce Mon Sep 17 00:00:00 2001 From: Bogdan Fazakas Date: Fri, 14 Jul 2023 14:00:49 +0300 Subject: [PATCH] Release 3.0.2 --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d079c1f9..4959df99a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,22 @@ 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.2](https://github.com/oceanprotocol/ocean.js/compare/v3.0.1...v3.0.2) + +- Update codeExamples dependencies [`#1742`](https://github.com/oceanprotocol/ocean.js/pull/1742) +- Updates to Provider errors handling [`#1745`](https://github.com/oceanprotocol/ocean.js/pull/1745) +- Feature/sepolia [`#1749`](https://github.com/oceanprotocol/ocean.js/pull/1749) +- Fixing fee token decimals [`#1748`](https://github.com/oceanprotocol/ocean.js/pull/1748) +- Merge 8699e4a8bb30b3ecb7ee894412ebe85267fddd67 into ae2ff1ccde53ace9841844c316a855de271f9a3f [`9da0268`](https://github.com/oceanprotocol/ocean.js/commit/9da0268be6ddfb1e4f110ee48725e8c9a492f6fb) +- Adding tests to check if the number of decimals is correct for the publishMarketFee [`8699e4a`](https://github.com/oceanprotocol/ocean.js/commit/8699e4a8bb30b3ecb7ee894412ebe85267fddd67) +- Checking for the decimals on the feeToken [`ece4883`](https://github.com/oceanprotocol/ocean.js/commit/ece4883743c2a22fa5509d89e86b30364f9cb21b) + #### [v3.0.1](https://github.com/oceanprotocol/ocean.js/compare/v3.0.1-next.0...v3.0.1) +> 6 June 2023 + - set min gas fee 30 gwei on priority fees for polygon and mumbai as well [`#1736`](https://github.com/oceanprotocol/ocean.js/pull/1736) +- Release 3.0.1 [`ae2ff1c`](https://github.com/oceanprotocol/ocean.js/commit/ae2ff1ccde53ace9841844c316a855de271f9a3f) #### [v3.0.1-next.0](https://github.com/oceanprotocol/ocean.js/compare/v3.0.0...v3.0.1-next.0) diff --git a/package-lock.json b/package-lock.json index 4b33d08fa..1a13f6e69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@oceanprotocol/lib", - "version": "3.0.1", + "version": "3.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@oceanprotocol/lib", - "version": "3.0.1", + "version": "3.0.2", "license": "Apache-2.0", "dependencies": { "@oceanprotocol/contracts": "^1.1.14", diff --git a/package.json b/package.json index e1474c140..b5c015f15 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oceanprotocol/lib", "source": "./src/index.ts", - "version": "3.0.1", + "version": "3.0.2", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/lib.js", "umd:main": "dist/lib.umd.js",