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

Release 3.0.2

This commit is contained in:
Bogdan Fazakas 2023-07-14 14:00:49 +03:00
parent a95d563015
commit ff5fcd7f22
3 changed files with 16 additions and 3 deletions

View File

@ -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)

4
package-lock.json generated
View File

@ -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",

View File

@ -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",