mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
Release 3.0.0
This commit is contained in:
parent
9bf71ba4f0
commit
543f71f7cd
@ -4,13 +4,19 @@ 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](https://github.com/oceanprotocol/ocean.js/compare/v3.0.0-next.5...v3.0.0)
|
||||
|
||||
- Features/ethers [`#1696`](https://github.com/oceanprotocol/ocean.js/pull/1696)
|
||||
|
||||
#### [v3.0.0-next.5](https://github.com/oceanprotocol/ocean.js/compare/v3.0.0-next.4...v3.0.0-next.5)
|
||||
|
||||
> 22 May 2023
|
||||
|
||||
- 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)
|
||||
- Release 3.0.0-next.5 [`3379c0b`](https://github.com/oceanprotocol/ocean.js/commit/3379c0b77034e8ad7ef8e034a70f6e73ae072411)
|
||||
- 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)
|
||||
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@oceanprotocol/lib",
|
||||
"version": "3.0.0-next.5",
|
||||
"version": "3.0.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@oceanprotocol/lib",
|
||||
"version": "3.0.0-next.5",
|
||||
"version": "3.0.0",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@oceanprotocol/contracts": "^1.1.8",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@oceanprotocol/lib",
|
||||
"source": "./src/index.ts",
|
||||
"version": "3.0.0-next.5",
|
||||
"version": "3.0.0",
|
||||
"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