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

Release 3.1.1

This commit is contained in:
Bogdan Fazakas 2023-09-04 12:27:08 +03:00
parent cf0c1221a9
commit e5f36f94aa
3 changed files with 11 additions and 3 deletions

View File

@ -4,12 +4,20 @@ 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).
#### [v3.1.1](https://github.com/oceanprotocol/ocean.js/compare/v3.1.0...v3.1.1)
- fix compute stop & uptade order helper to be reused also for c2d oreder methods [`#1761`](https://github.com/oceanprotocol/ocean.js/pull/1761)
- Bump mock-local-storage from 1.1.23 to 1.1.24 [`#1738`](https://github.com/oceanprotocol/ocean.js/pull/1738)
#### [v3.1.0](https://github.com/oceanprotocol/ocean.js/compare/v3.0.4...v3.1.0) #### [v3.1.0](https://github.com/oceanprotocol/ocean.js/compare/v3.0.4...v3.1.0)
> 25 August 2023
- Feature/Add order util method [`#1759`](https://github.com/oceanprotocol/ocean.js/pull/1759) - Feature/Add order util method [`#1759`](https://github.com/oceanprotocol/ocean.js/pull/1759)
- Bump typescript from 4.8.4 to 5.1.6 [`#1743`](https://github.com/oceanprotocol/ocean.js/pull/1743) - Bump typescript from 4.8.4 to 5.1.6 [`#1743`](https://github.com/oceanprotocol/ocean.js/pull/1743)
- Bump word-wrap from 1.2.3 to 1.2.4 [`#1753`](https://github.com/oceanprotocol/ocean.js/pull/1753) - Bump word-wrap from 1.2.3 to 1.2.4 [`#1753`](https://github.com/oceanprotocol/ocean.js/pull/1753)
- Bump typedoc-plugin-markdown from 3.15.2 to 3.15.4 [`#1756`](https://github.com/oceanprotocol/ocean.js/pull/1756) - Bump typedoc-plugin-markdown from 3.15.2 to 3.15.4 [`#1756`](https://github.com/oceanprotocol/ocean.js/pull/1756)
- Release 3.1.0 [`bc22ea3`](https://github.com/oceanprotocol/ocean.js/commit/bc22ea3447f88d5c85bf6dcbe352c8e53ba695f9)
#### [v3.0.4](https://github.com/oceanprotocol/ocean.js/compare/v3.0.3...v3.0.4) #### [v3.0.4](https://github.com/oceanprotocol/ocean.js/compare/v3.0.3...v3.0.4)

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "@oceanprotocol/lib", "name": "@oceanprotocol/lib",
"version": "3.1.0", "version": "3.1.1",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@oceanprotocol/lib", "name": "@oceanprotocol/lib",
"version": "3.1.0", "version": "3.1.1",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@oceanprotocol/contracts": "^1.1.14", "@oceanprotocol/contracts": "^1.1.14",

View File

@ -1,7 +1,7 @@
{ {
"name": "@oceanprotocol/lib", "name": "@oceanprotocol/lib",
"source": "./src/index.ts", "source": "./src/index.ts",
"version": "3.1.0", "version": "3.1.1",
"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",