Skip to content

Commit c212f9c

Browse files
committed
chore: release master
1 parent 449797d commit c212f9c

22 files changed

+282
-82
lines changed

.release-please-manifest.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"packages/utils": "0.0.25",
2+
"packages/utils": "0.0.26",
33
"packages/proto": "0.0.12",
4-
"packages/interfaces": "0.0.32",
5-
"packages/enr": "0.0.31",
6-
"packages/core": "0.0.37",
7-
"packages/message-encryption": "0.0.35",
8-
"packages/relay": "0.0.20",
9-
"packages/sdk": "0.0.33",
10-
"packages/discovery": "0.0.10",
11-
"packages/sds": "0.0.5",
12-
"packages/rln": "0.1.7"
4+
"packages/interfaces": "0.0.33",
5+
"packages/enr": "0.0.32",
6+
"packages/core": "0.0.38",
7+
"packages/message-encryption": "0.0.36",
8+
"packages/relay": "0.0.21",
9+
"packages/sdk": "0.0.34",
10+
"packages/discovery": "0.0.11",
11+
"packages/sds": "0.0.6",
12+
"packages/rln": "0.1.8"
1313
}

package-lock.json

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

packages/core/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file.
55
The file is maintained by [Release Please](https://github.com/googleapis/release-please) based on [Conventional Commits](https://www.conventionalcommits.org) specification,
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.0.38](https://github.com/waku-org/js-waku/compare/core-v0.0.37...core-v0.0.38) (2025-08-05)
9+
10+
11+
### ⚠ BREAKING CHANGES
12+
13+
* Introduce routing info concept
14+
15+
### Features
16+
17+
* Introduce routing info concept ([3842d84](https://github.com/waku-org/js-waku/commit/3842d84b55eb96728f6b05b9307ff823fac58a54))
18+
19+
20+
### Dependencies
21+
22+
* The following workspace dependencies were updated
23+
* dependencies
24+
* @waku/enr bumped from ^0.0.31 to ^0.0.32
25+
* @waku/interfaces bumped from 0.0.32 to 0.0.33
26+
* @waku/utils bumped from 0.0.25 to 0.0.26
27+
828
## [0.0.37](https://github.com/waku-org/js-waku/compare/core-v0.0.36...core-v0.0.37) (2025-07-18)
929

1030

packages/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@waku/core",
3-
"version": "0.0.37",
3+
"version": "0.0.38",
44
"description": "TypeScript implementation of the Waku v2 protocol",
55
"types": "./dist/index.d.ts",
66
"module": "./dist/index.js",
@@ -64,11 +64,11 @@
6464
"node": ">=22"
6565
},
6666
"dependencies": {
67-
"@waku/enr": "^0.0.31",
68-
"@waku/interfaces": "0.0.32",
67+
"@waku/enr": "^0.0.32",
68+
"@waku/interfaces": "0.0.33",
6969
"@libp2p/ping": "2.0.35",
7070
"@waku/proto": "0.0.12",
71-
"@waku/utils": "0.0.25",
71+
"@waku/utils": "0.0.26",
7272
"debug": "^4.3.4",
7373
"@noble/hashes": "^1.3.2",
7474
"it-all": "^3.0.4",

packages/discovery/CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

3+
## [0.0.11](https://github.com/waku-org/js-waku/compare/discovery-v0.0.10...discovery-v0.0.11) (2025-08-05)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Introduce routing info concept
9+
10+
### Features
11+
12+
* Introduce routing info concept ([3842d84](https://github.com/waku-org/js-waku/commit/3842d84b55eb96728f6b05b9307ff823fac58a54))
13+
* Retrieve peers from all passed enrtree URLs ([25f884e](https://github.com/waku-org/js-waku/commit/25f884e05b430cebe3b6650c16026d771d1b7626))
14+
15+
16+
### Bug Fixes
17+
18+
* Do not limit DNS Peer Discovery on capability ([0dfe352](https://github.com/waku-org/js-waku/commit/0dfe35281c677e91c064557a83a50e6a1ca6d0ac))
19+
20+
21+
### Dependencies
22+
23+
* The following workspace dependencies were updated
24+
* dependencies
25+
* @waku/core bumped from 0.0.37 to 0.0.38
26+
* @waku/enr bumped from 0.0.31 to 0.0.32
27+
* @waku/interfaces bumped from 0.0.32 to 0.0.33
28+
* @waku/utils bumped from 0.0.25 to 0.0.26
29+
330
## [0.0.10](https://github.com/waku-org/js-waku/compare/discovery-v0.0.9...discovery-v0.0.10) (2025-07-18)
431

532

packages/discovery/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@waku/discovery",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"description": "Contains various discovery mechanisms: DNS Discovery (EIP-1459, Peer Exchange, Local Peer Cache Discovery.",
55
"types": "./dist/index.d.ts",
66
"module": "./dist/index.js",
@@ -51,11 +51,11 @@
5151
"node": ">=22"
5252
},
5353
"dependencies": {
54-
"@waku/core": "0.0.37",
55-
"@waku/enr": "0.0.31",
56-
"@waku/interfaces": "0.0.32",
54+
"@waku/core": "0.0.38",
55+
"@waku/enr": "0.0.32",
56+
"@waku/interfaces": "0.0.33",
5757
"@waku/proto": "^0.0.12",
58-
"@waku/utils": "0.0.25",
58+
"@waku/utils": "0.0.26",
5959
"debug": "^4.3.4",
6060
"dns-over-http-resolver": "^3.0.8",
6161
"hi-base32": "^0.5.1",

packages/enr/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9999
* devDependencies
100100
* @waku/interfaces bumped from 0.0.27 to 0.0.28
101101

102+
## [0.0.32](https://github.com/waku-org/js-waku/compare/enr-v0.0.31...enr-v0.0.32) (2025-08-05)
103+
104+
105+
### ⚠ BREAKING CHANGES
106+
107+
* Introduce routing info concept
108+
109+
### Features
110+
111+
* Introduce routing info concept ([3842d84](https://github.com/waku-org/js-waku/commit/3842d84b55eb96728f6b05b9307ff823fac58a54))
112+
113+
114+
### Dependencies
115+
116+
* The following workspace dependencies were updated
117+
* dependencies
118+
* @waku/utils bumped from 0.0.25 to 0.0.26
119+
* devDependencies
120+
* @waku/interfaces bumped from 0.0.32 to 0.0.33
121+
102122
## [0.0.31](https://github.com/waku-org/js-waku/compare/enr-v0.0.30...enr-v0.0.31) (2025-07-18)
103123

104124

packages/enr/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@waku/enr",
3-
"version": "0.0.31",
3+
"version": "0.0.32",
44
"description": "ENR (EIP-778) for Waku",
55
"types": "./dist/index.d.ts",
66
"module": "./dist/index.js",
@@ -56,7 +56,7 @@
5656
"@libp2p/peer-id": "5.1.7",
5757
"@multiformats/multiaddr": "^12.0.0",
5858
"@noble/secp256k1": "^1.7.1",
59-
"@waku/utils": "0.0.25",
59+
"@waku/utils": "0.0.26",
6060
"debug": "^4.3.4",
6161
"js-sha3": "^0.9.2"
6262
},
@@ -67,7 +67,7 @@
6767
"@types/chai": "^4.3.11",
6868
"@types/mocha": "^10.0.6",
6969
"@waku/build-utils": "*",
70-
"@waku/interfaces": "0.0.32",
70+
"@waku/interfaces": "0.0.33",
7171
"chai": "^4.3.10",
7272
"cspell": "^8.6.1",
7373
"fast-check": "^3.19.0",

0 commit comments

Comments
 (0)