Skip to content

Commit de4f4c3

Browse files
chore: release master (#2170)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b5a808a commit de4f4c3

File tree

13 files changed

+75
-15
lines changed

13 files changed

+75
-15
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"interop":"1.0.6","packages/crypto":"2.0.5","packages/interface":"0.1.3","packages/interface-compliance-tests":"4.1.1","packages/interface-internal":"0.1.6","packages/kad-dht":"10.0.9","packages/keychain":"3.0.5","packages/libp2p":"0.46.14","packages/logger":"3.0.3","packages/metrics-prometheus":"2.0.8","packages/multistream-select":"4.0.3","packages/peer-collections":"4.0.5","packages/peer-discovery-bootstrap":"9.0.8","packages/peer-discovery-mdns":"9.0.10","packages/peer-id":"3.0.3","packages/peer-id-factory":"3.0.5","packages/peer-record":"6.0.6","packages/peer-store":"9.0.6","packages/protocol-perf":"1.1.11","packages/pubsub":"8.0.7","packages/pubsub-floodsub":"8.0.9","packages/stream-multiplexer-mplex":"9.0.8","packages/transport-tcp":"8.0.9","packages/transport-webrtc":"3.2.3","packages/transport-websockets":"7.0.9","packages/transport-webtransport":"3.1.3","packages/utils":"4.0.4"}
1+
{"interop":"1.0.7","packages/crypto":"2.0.5","packages/interface":"0.1.3","packages/interface-compliance-tests":"4.1.1","packages/interface-internal":"0.1.6","packages/kad-dht":"10.0.10","packages/keychain":"3.0.5","packages/libp2p":"0.46.15","packages/logger":"3.0.3","packages/metrics-prometheus":"2.0.8","packages/multistream-select":"4.0.3","packages/peer-collections":"4.0.5","packages/peer-discovery-bootstrap":"9.0.8","packages/peer-discovery-mdns":"9.0.10","packages/peer-id":"3.0.3","packages/peer-id-factory":"3.0.5","packages/peer-record":"6.0.6","packages/peer-store":"9.0.6","packages/protocol-perf":"1.1.12","packages/pubsub":"8.0.7","packages/pubsub-floodsub":"8.0.9","packages/stream-multiplexer-mplex":"9.0.8","packages/transport-tcp":"8.0.9","packages/transport-webrtc":"3.2.4","packages/transport-websockets":"7.0.9","packages/transport-webtransport":"3.1.4","packages/utils":"4.0.4"}

interop/CHANGELOG.md

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

3+
### [1.0.7](https://www.github.com/libp2p/js-libp2p/compare/multidim-interop-v1.0.6...multidim-interop-v1.0.7) (2023-10-25)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @libp2p/webrtc bumped from ^3.2.3 to ^3.2.4
11+
* @libp2p/webtransport bumped from ^3.1.3 to ^3.1.4
12+
* libp2p bumped from ^0.46.14 to ^0.46.15
13+
314
### [1.0.6](https://www.github.com/libp2p/js-libp2p/compare/multidim-interop-v1.0.5...multidim-interop-v1.0.6) (2023-10-10)
415

516

interop/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/multidim-interop",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "Multidimensional interop tests",
55
"author": "Glen De Cauwsemaecker <[email protected]> / @marcopolo",
66
"license": "Apache-2.0 OR MIT",
@@ -54,13 +54,13 @@
5454
"@chainsafe/libp2p-yamux": "^5.0.0",
5555
"@libp2p/mplex": "^9.0.8",
5656
"@libp2p/tcp": "^8.0.9",
57-
"@libp2p/webrtc": "^3.2.3",
57+
"@libp2p/webrtc": "^3.2.4",
5858
"@libp2p/websockets": "^7.0.9",
59-
"@libp2p/webtransport": "^3.1.3",
59+
"@libp2p/webtransport": "^3.1.4",
6060
"@multiformats/mafmt": "^12.1.2",
6161
"@multiformats/multiaddr": "^12.1.5",
6262
"aegir": "^41.0.2",
63-
"libp2p": "^0.46.14",
63+
"libp2p": "^0.46.15",
6464
"redis": "^4.5.1"
6565
},
6666
"browser": {

packages/kad-dht/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55

66
* skip self-query if not running ([#479](https://github.com/libp2p/js-libp2p-kad-dht/issues/479)) ([7095290](https://github.com/libp2p/js-libp2p-kad-dht/commit/70952907a27fd8778773172059879656b4f08855))
77

8+
### [10.0.10](https://www.github.com/libp2p/js-libp2p/compare/kad-dht-v10.0.9...kad-dht-v10.0.10) (2023-10-25)
9+
10+
11+
### Bug Fixes
12+
13+
* allow DHT self-query to time out ([#2169](https://www.github.com/libp2p/js-libp2p/issues/2169)) ([ce0e38d](https://www.github.com/libp2p/js-libp2p/commit/ce0e38d28240303f7afc7f37de441b067e3e855e))
14+
* export DHT record class ([#2168](https://www.github.com/libp2p/js-libp2p/issues/2168)) ([2f6a239](https://www.github.com/libp2p/js-libp2p/commit/2f6a2397f7e8ec7cf2edda7c9996be263a423661))
15+
816
### [10.0.9](https://www.github.com/libp2p/js-libp2p/compare/kad-dht-v10.0.8...kad-dht-v10.0.9) (2023-10-06)
917

1018

packages/kad-dht/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/kad-dht",
3-
"version": "10.0.9",
3+
"version": "10.0.10",
44
"description": "JavaScript implementation of the Kad-DHT for libp2p",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-libp2p/tree/master/packages/kad-dht#readme",

packages/libp2p/CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,20 @@
2020
* @libp2p/tcp bumped from ^8.0.5 to ^8.0.6
2121
* @libp2p/websockets bumped from ^7.0.5 to ^7.0.6
2222

23+
### [0.46.15](https://www.github.com/libp2p/js-libp2p/compare/libp2p-v0.46.14...libp2p-v0.46.15) (2023-10-25)
24+
25+
26+
### Bug Fixes
27+
28+
* remove relay:removed event listener after relay is removed ([#1998](https://www.github.com/libp2p/js-libp2p/issues/1998)) ([ab2c1f6](https://www.github.com/libp2p/js-libp2p/commit/ab2c1f6731ccfe21a39482bdab217a8abd3f027b))
29+
30+
31+
### Dependencies
32+
33+
* The following workspace dependencies were updated
34+
* devDependencies
35+
* @libp2p/kad-dht bumped from ^10.0.9 to ^10.0.10
36+
2337
### [0.46.14](https://www.github.com/libp2p/js-libp2p/compare/libp2p-v0.46.13...libp2p-v0.46.14) (2023-10-10)
2438

2539

@@ -2546,4 +2560,4 @@ for subscribe to see how it should be used.
25462560

25472561

25482562
<a name="0.5.5"></a>
2549-
## [0.5.5](https://github.com/libp2p/js-libp2p/compare/v0.5.4...v0.5.5) (2017-03-21)
2563+
## [0.5.5](https://github.com/libp2p/js-libp2p/compare/v0.5.4...v0.5.5) (2017-03-21)

packages/libp2p/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libp2p",
3-
"version": "0.46.14",
3+
"version": "0.46.15",
44
"description": "JavaScript implementation of libp2p, a modular peer to peer network stack",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-libp2p/tree/master/packages/libp2p#readme",
@@ -177,7 +177,7 @@
177177
"@libp2p/floodsub": "^8.0.9",
178178
"@libp2p/interface-compliance-tests": "^4.1.1",
179179
"@libp2p/interop": "^9.0.0",
180-
"@libp2p/kad-dht": "^10.0.9",
180+
"@libp2p/kad-dht": "^10.0.10",
181181
"@libp2p/mdns": "^9.0.10",
182182
"@libp2p/mplex": "^9.0.8",
183183
"@libp2p/tcp": "^8.0.9",

packages/protocol-perf/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.12](https://www.github.com/libp2p/js-libp2p/compare/perf-v1.1.11...perf-v1.1.12) (2023-10-25)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* libp2p bumped from ^0.46.14 to ^0.46.15
11+
312
### [1.1.11](https://www.github.com/libp2p/js-libp2p/compare/perf-v1.1.10...perf-v1.1.11) (2023-10-10)
413

514

packages/protocol-perf/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/perf",
3-
"version": "1.1.11",
3+
"version": "1.1.12",
44
"description": "Implementation of Perf Protocol",
55
"author": "@maschad / @marcopolo",
66
"license": "Apache-2.0 OR MIT",
@@ -59,7 +59,7 @@
5959
"@libp2p/peer-id-factory": "^3.0.5",
6060
"@libp2p/tcp": "^8.0.9",
6161
"@multiformats/multiaddr": "^12.1.5",
62-
"libp2p": "^0.46.14",
62+
"libp2p": "^0.46.15",
6363
"uint8arrays": "^4.0.6",
6464
"yargs": "^17.7.2"
6565
},

packages/transport-webrtc/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55

66
* add browser-to-browser test for bi-directional communication ([#172](https://github.com/libp2p/js-libp2p-webrtc/issues/172)) ([1ec3d8a](https://github.com/libp2p/js-libp2p-webrtc/commit/1ec3d8a8b611d5227f430037e2547fd86d115eaa))
77

8+
### [3.2.4](https://www.github.com/libp2p/js-libp2p/compare/webrtc-v3.2.3...webrtc-v3.2.4) (2023-10-25)
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* devDependencies
15+
* libp2p bumped from ^0.46.14 to ^0.46.15
16+
817
### [3.2.3](https://www.github.com/libp2p/js-libp2p/compare/webrtc-v3.2.2...webrtc-v3.2.3) (2023-10-10)
918

1019

0 commit comments

Comments
 (0)