mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
Release 2.0.0-next.3
This commit is contained in:
parent
dd383ec365
commit
00aaf3797a
@ -4,8 +4,15 @@ 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).
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
||||||
|
|
||||||
|
#### [v2.0.0-next.3](https://github.com/oceanprotocol/ocean.js/compare/v2.0.0-next.2...v2.0.0-next.3)
|
||||||
|
|
||||||
|
- add DataFarming contract support [`#1596`](https://github.com/oceanprotocol/ocean.js/pull/1596)
|
||||||
|
|
||||||
#### [v2.0.0-next.2](https://github.com/oceanprotocol/ocean.js/compare/v2.0.0-next.1...v2.0.0-next.2)
|
#### [v2.0.0-next.2](https://github.com/oceanprotocol/ocean.js/compare/v2.0.0-next.1...v2.0.0-next.2)
|
||||||
|
|
||||||
|
> 6 September 2022
|
||||||
|
|
||||||
|
- Release 2.0.0-next.2 [`647096a`](https://github.com/oceanprotocol/ocean.js/commit/647096a9af4f05d9b2481732a4fb110fa15ff63b)
|
||||||
- bump package version [`c90ebb0`](https://github.com/oceanprotocol/ocean.js/commit/c90ebb0df8d08d1dae3086b64748a9abec83504e)
|
- bump package version [`c90ebb0`](https://github.com/oceanprotocol/ocean.js/commit/c90ebb0df8d08d1dae3086b64748a9abec83504e)
|
||||||
|
|
||||||
#### [v2.0.0-next.1](https://github.com/oceanprotocol/ocean.js/compare/v2.0.0-next.0...v2.0.0-next.1)
|
#### [v2.0.0-next.1](https://github.com/oceanprotocol/ocean.js/compare/v2.0.0-next.0...v2.0.0-next.1)
|
||||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@oceanprotocol/lib",
|
"name": "@oceanprotocol/lib",
|
||||||
"version": "2.0.0-next.2",
|
"version": "2.0.0-next.3",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@oceanprotocol/lib",
|
"name": "@oceanprotocol/lib",
|
||||||
"version": "2.0.0-next.2",
|
"version": "2.0.0-next.3",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@oceanprotocol/contracts": "^1.1.3",
|
"@oceanprotocol/contracts": "^1.1.3",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@oceanprotocol/lib",
|
"name": "@oceanprotocol/lib",
|
||||||
"source": "./src/index.ts",
|
"source": "./src/index.ts",
|
||||||
"version": "2.0.0-next.2",
|
"version": "2.0.0-next.3",
|
||||||
"description": "JavaScript client library for Ocean Protocol",
|
"description": "JavaScript client library for Ocean Protocol",
|
||||||
"main": "./dist/lib.js",
|
"main": "./dist/lib.js",
|
||||||
"umd:main": "dist/lib.umd.js",
|
"umd:main": "dist/lib.umd.js",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user