mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
Release 3.0.3
This commit is contained in:
parent
808178291d
commit
96568ed250
@ -4,15 +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.3](https://github.com/oceanprotocol/ocean.js/compare/v3.0.2...v3.0.3)
|
||||
|
||||
- Update provider nonce handling [`#1747`](https://github.com/oceanprotocol/ocean.js/pull/1747)
|
||||
|
||||
#### [v3.0.2](https://github.com/oceanprotocol/ocean.js/compare/v3.0.1...v3.0.2)
|
||||
|
||||
> 14 July 2023
|
||||
|
||||
- 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)
|
||||
- Release 3.0.2 [`ff5fcd7`](https://github.com/oceanprotocol/ocean.js/commit/ff5fcd7f2256d9baa0a2df6db68c85041d0c93ce)
|
||||
- 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)
|
||||
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@oceanprotocol/lib",
|
||||
"version": "3.0.2",
|
||||
"version": "3.0.3",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@oceanprotocol/lib",
|
||||
"version": "3.0.2",
|
||||
"version": "3.0.3",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@oceanprotocol/contracts": "^1.1.14",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@oceanprotocol/lib",
|
||||
"source": "./src/index.ts",
|
||||
"version": "3.0.2",
|
||||
"version": "3.0.3",
|
||||
"description": "JavaScript client library for Ocean Protocol",
|
||||
"main": "./dist/lib.js",
|
||||
"umd:main": "dist/lib.umd.js",
|
||||
|
Loading…
x
Reference in New Issue
Block a user