mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
Release 2.0.1
This commit is contained in:
parent
89c0d57e81
commit
a784ebf9a7
20
CHANGELOG.md
20
CHANGELOG.md
@ -4,8 +4,28 @@ 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).
|
||||
|
||||
#### [v2.0.1](https://github.com/oceanprotocol/ocean.js/compare/v2.0.0...v2.0.1)
|
||||
|
||||
- Bump microbundle from 0.14.2 to 0.15.1 [`#1600`](https://github.com/oceanprotocol/ocean.js/pull/1600)
|
||||
- Bump @truffle/hdwallet-provider from 2.0.10 to 2.0.14 [`#1609`](https://github.com/oceanprotocol/ocean.js/pull/1609)
|
||||
- Bump mock-local-storage from 1.1.21 to 1.1.23 [`#1610`](https://github.com/oceanprotocol/ocean.js/pull/1610)
|
||||
- Bump @types/node from 18.0.1 to 18.7.16 [`#1608`](https://github.com/oceanprotocol/ocean.js/pull/1608)
|
||||
- Put back missing c2d test flows [`#1604`](https://github.com/oceanprotocol/ocean.js/pull/1604)
|
||||
- Feature/add ve fee estimate [`#1606`](https://github.com/oceanprotocol/ocean.js/pull/1606)
|
||||
- Bump eslint from 8.19.0 to 8.23.0 [`#1602`](https://github.com/oceanprotocol/ocean.js/pull/1602)
|
||||
- Bump @typescript-eslint/eslint-plugin from 5.33.1 to 5.36.2 [`#1601`](https://github.com/oceanprotocol/ocean.js/pull/1601)
|
||||
- Bump decimal.js from 10.3.1 to 10.4.0 [`#1598`](https://github.com/oceanprotocol/ocean.js/pull/1598)
|
||||
- fixed approve methods [`#1603`](https://github.com/oceanprotocol/ocean.js/pull/1603)
|
||||
- debug [`ebe15f9`](https://github.com/oceanprotocol/ocean.js/commit/ebe15f9dcf6d60b863da2552a154e0d180510dff)
|
||||
- put back paid env test [`219d4b4`](https://github.com/oceanprotocol/ocean.js/commit/219d4b4a1e1a2bba04cfaa2e26808b0f4a1fa717)
|
||||
- update asset timeouts [`9fc8a8e`](https://github.com/oceanprotocol/ocean.js/commit/9fc8a8ebb316d0aefcce6d38f83aeb6f4fc5734d)
|
||||
|
||||
#### [v2.0.0](https://github.com/oceanprotocol/ocean.js/compare/v2.0.0-next.3...v2.0.0)
|
||||
|
||||
> 7 September 2022
|
||||
|
||||
- Release 2.0.0 [`197a75a`](https://github.com/oceanprotocol/ocean.js/commit/197a75a2f95caa44d70e48deb62c482ef855d892)
|
||||
|
||||
#### [v2.0.0-next.3](https://github.com/oceanprotocol/ocean.js/compare/v2.0.0-next.2...v2.0.0-next.3)
|
||||
|
||||
> 6 September 2022
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@oceanprotocol/lib",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@oceanprotocol/lib",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@oceanprotocol/contracts": "^1.1.4",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@oceanprotocol/lib",
|
||||
"source": "./src/index.ts",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"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