Skip to content

Commit 0c8c19e

Browse files
committed
chore: release main
1 parent 5466a8d commit 0c8c19e

13 files changed

Lines changed: 70 additions & 18 deletions

File tree

.release-please-manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"packages/config": "1.1.29",
2+
"packages/config": "1.1.30",
33
"packages/connection-encrypter-plaintext": "3.0.17",
4-
"packages/connection-encrypter-tls": "3.0.17",
4+
"packages/connection-encrypter-tls": "3.1.0",
55
"packages/crypto": "5.1.17",
66
"packages/floodsub": "11.0.18",
77
"packages/gossipsub": "15.0.19",
@@ -10,7 +10,7 @@
1010
"packages/interface-internal": "3.1.2",
1111
"packages/interop": "14.0.20",
1212
"packages/kad-dht": "16.2.3",
13-
"packages/keychain": "6.0.14",
13+
"packages/keychain": "6.1.0",
1414
"packages/libp2p": "3.2.2",
1515
"packages/libp2p-daemon": "6.0.20",
1616
"packages/libp2p-daemon-client": "10.0.20",
@@ -41,11 +41,11 @@
4141
"packages/transport-circuit-relay-v2": "4.2.2",
4242
"packages/transport-memory": "2.0.17",
4343
"packages/transport-tcp": "11.0.17",
44-
"packages/transport-webrtc": "6.0.19",
44+
"packages/transport-webrtc": "6.0.20",
4545
"packages/transport-websockets": "10.1.10",
4646
"packages/transport-webtransport": "6.0.20",
4747
"packages/upnp-nat": "4.0.17",
4848
"packages/utils": "7.0.17",
49-
"packages/integration-tests": "1.2.3",
50-
"interop": "1.0.20"
49+
"packages/integration-tests": "1.2.4",
50+
"interop": "1.0.21"
5151
}

interop/CHANGELOG.md

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

3+
## [1.0.21](https://github.com/libp2p/js-libp2p/compare/transport-interop-libp2p-main-v1.0.20...transport-interop-libp2p-main-v1.0.21) (2026-04-24)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* devDependencies
10+
* @libp2p/tls bumped from ^3.0.17 to ^3.1.0
11+
* @libp2p/webrtc bumped from ^6.0.19 to ^6.0.20
12+
313
## [1.0.20](https://github.com/libp2p/js-libp2p/compare/transport-interop-libp2p-main-v1.0.19...transport-interop-libp2p-main-v1.0.20) (2026-04-20)
414

515

interop/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/transport-interop-libp2p-main",
3-
"version": "1.0.20",
3+
"version": "1.0.21",
44
"type": "module",
55
"private": true,
66
"scripts": {
@@ -19,8 +19,8 @@
1919
"@libp2p/mplex": "^12.0.18",
2020
"@libp2p/ping": "^3.1.2",
2121
"@libp2p/tcp": "^11.0.17",
22-
"@libp2p/tls": "^3.0.17",
23-
"@libp2p/webrtc": "^6.0.19",
22+
"@libp2p/tls": "^3.1.0",
23+
"@libp2p/webrtc": "^6.0.20",
2424
"@libp2p/websockets": "^10.1.10",
2525
"@libp2p/webtransport": "^6.0.20",
2626
"@multiformats/multiaddr": "^13.0.1",

packages/config/CHANGELOG.md

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

3+
## [1.1.30](https://github.com/libp2p/js-libp2p/compare/config-v1.1.29...config-v1.1.30) (2026-04-24)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @libp2p/keychain bumped from ^6.0.14 to ^6.1.0
11+
312
## [1.1.29](https://github.com/libp2p/js-libp2p/compare/config-v1.1.28...config-v1.1.29) (2026-04-16)
413

514

packages/config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/config",
3-
"version": "1.1.29",
3+
"version": "1.1.30",
44
"description": "Helper functions to make dealing with libp2p config easier",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/config#readme",
@@ -42,7 +42,7 @@
4242
"dependencies": {
4343
"@libp2p/crypto": "^5.1.17",
4444
"@libp2p/interface": "^3.2.2",
45-
"@libp2p/keychain": "^6.0.14",
45+
"@libp2p/keychain": "^6.1.0",
4646
"@libp2p/logger": "^6.2.6",
4747
"interface-datastore": "^9.0.1"
4848
},

packages/connection-encrypter-tls/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66
* devDependencies
77
* @libp2p/interface-compliance-tests bumped from ^5.3.0 to ^5.3.1
88

9+
## [3.1.0](https://github.com/libp2p/js-libp2p/compare/tls-v3.0.17...tls-v3.1.0) (2026-04-24)
10+
11+
12+
### Features
13+
14+
* export TLS utils ([#3476](https://github.com/libp2p/js-libp2p/issues/3476)) ([5466a8d](https://github.com/libp2p/js-libp2p/commit/5466a8def5d3573b4ca5c4fc38630a0da9e533e2))
15+
916
## [3.0.17](https://github.com/libp2p/js-libp2p/compare/tls-v3.0.16...tls-v3.0.17) (2026-04-16)
1017

1118

packages/connection-encrypter-tls/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/tls",
3-
"version": "3.0.17",
3+
"version": "3.1.0",
44
"description": "A connection encrypter that uses TLS 1.3",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/connection-encrypter-tls#readme",

packages/integration-tests/CHANGELOG.md

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

3+
## [1.2.4](https://github.com/libp2p/js-libp2p/compare/integration-tests-v1.2.3...integration-tests-v1.2.4) (2026-04-24)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* devDependencies
10+
* @libp2p/tls bumped from ^3.0.17 to ^3.1.0
11+
* @libp2p/webrtc bumped from ^6.0.19 to ^6.0.20
12+
313
## [1.2.3](https://github.com/libp2p/js-libp2p/compare/integration-tests-v1.2.2...integration-tests-v1.2.3) (2026-04-20)
414

515

packages/integration-tests/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/integration-tests",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "libp2p integration tests",
55
"license": "Apache-2.0 OR MIT",
66
"type": "module",
@@ -44,9 +44,9 @@
4444
"@libp2p/ping": "^3.1.2",
4545
"@libp2p/plaintext": "^3.0.17",
4646
"@libp2p/tcp": "^11.0.17",
47-
"@libp2p/tls": "^3.0.17",
47+
"@libp2p/tls": "^3.1.0",
4848
"@libp2p/utils": "^7.0.17",
49-
"@libp2p/webrtc": "^6.0.19",
49+
"@libp2p/webrtc": "^6.0.20",
5050
"@libp2p/websockets": "^10.1.10",
5151
"@libp2p/webtransport": "^6.0.20",
5252
"@chainsafe/libp2p-yamux": "^8.0.0",

packages/keychain/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@
4747
* devDependencies
4848
* @libp2p/peer-id-factory bumped from ^4.0.3 to ^4.0.4
4949

50+
## [6.1.0](https://github.com/libp2p/js-libp2p/compare/keychain-v6.0.14...keychain-v6.1.0) (2026-04-24)
51+
52+
53+
### Features
54+
55+
* add isKeychain function ([#3473](https://github.com/libp2p/js-libp2p/issues/3473)) ([cbfda2c](https://github.com/libp2p/js-libp2p/commit/cbfda2cdcea14485fb78b29a94ec62acf9b0bd62))
56+
5057
## [6.0.14](https://github.com/libp2p/js-libp2p/compare/keychain-v6.0.13...keychain-v6.0.14) (2026-04-16)
5158

5259

0 commit comments

Comments
 (0)