Skip to content

Commit a82ab55

Browse files
committed
Release 7.0.0-next.4
1 parent 2362ece commit a82ab55

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v7.0.0-next.4](https://github.com/oceanprotocol/ocean.js/compare/v7.0.0-next.3...v7.0.0-next.4)
8+
9+
- devdep libp2p + fix exports [`2362ece`](https://github.com/oceanprotocol/ocean.js/commit/2362ece541681c5f50873aa5f3ce584be7ba139b)
10+
711
#### [v7.0.0-next.3](https://github.com/oceanprotocol/ocean.js/compare/v7.0.0-next.2...v7.0.0-next.3)
812

13+
> 6 April 2026
14+
915
- replace uint8arrays lib with native [`9af1c01`](https://github.com/oceanprotocol/ocean.js/commit/9af1c017620f65848bf26f00d30f40e37ff30e77)
16+
- Release 7.0.0-next.3 [`b399086`](https://github.com/oceanprotocol/ocean.js/commit/b399086553c03801acc9d3922eb2131ecec9b928)
1017
- Revert "fix exports name in pacakge json" [`aaf33a9`](https://github.com/oceanprotocol/ocean.js/commit/aaf33a97d3b6af019cfa01ae2ba739c6da720f3a)
11-
- fix exports name in pacakge json [`278ef0f`](https://github.com/oceanprotocol/ocean.js/commit/278ef0f641559fe2fda39a54adeae3c6aea4705b)
1218

1319
#### [v7.0.0-next.2](https://github.com/oceanprotocol/ocean.js/compare/v7.0.0-next.1...v7.0.0-next.2)
1420

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@oceanprotocol/lib",
33
"source": "./src/index.ts",
4-
"version": "7.0.0-next.3",
4+
"version": "7.0.0-next.4",
55
"description": "JavaScript client library for Ocean Protocol",
66
"main": "./dist/lib.cjs",
77
"umd:main": "dist/lib.umd.js",

0 commit comments

Comments
 (0)