Skip to content

Commit

Permalink
chore: release master (#2170)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 25, 2023
1 parent b5a808a commit de4f4c3
Show file tree
Hide file tree
Showing 13 changed files with 75 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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"}
{"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"}
11 changes: 11 additions & 0 deletions interop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

### [1.0.7](https://www.github.com/libp2p/js-libp2p/compare/multidim-interop-v1.0.6...multidim-interop-v1.0.7) (2023-10-25)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @libp2p/webrtc bumped from ^3.2.3 to ^3.2.4
* @libp2p/webtransport bumped from ^3.1.3 to ^3.1.4
* libp2p bumped from ^0.46.14 to ^0.46.15

### [1.0.6](https://www.github.com/libp2p/js-libp2p/compare/multidim-interop-v1.0.5...multidim-interop-v1.0.6) (2023-10-10)


Expand Down
8 changes: 4 additions & 4 deletions interop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libp2p/multidim-interop",
"version": "1.0.6",
"version": "1.0.7",
"description": "Multidimensional interop tests",
"author": "Glen De Cauwsemaecker <glen@littlebearlabs.io> / @marcopolo",
"license": "Apache-2.0 OR MIT",
Expand Down Expand Up @@ -54,13 +54,13 @@
"@chainsafe/libp2p-yamux": "^5.0.0",
"@libp2p/mplex": "^9.0.8",
"@libp2p/tcp": "^8.0.9",
"@libp2p/webrtc": "^3.2.3",
"@libp2p/webrtc": "^3.2.4",
"@libp2p/websockets": "^7.0.9",
"@libp2p/webtransport": "^3.1.3",
"@libp2p/webtransport": "^3.1.4",
"@multiformats/mafmt": "^12.1.2",
"@multiformats/multiaddr": "^12.1.5",
"aegir": "^41.0.2",
"libp2p": "^0.46.14",
"libp2p": "^0.46.15",
"redis": "^4.5.1"
},
"browser": {
Expand Down
8 changes: 8 additions & 0 deletions packages/kad-dht/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@

* 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))

### [10.0.10](https://www.github.com/libp2p/js-libp2p/compare/kad-dht-v10.0.9...kad-dht-v10.0.10) (2023-10-25)


### Bug Fixes

* 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))
* export DHT record class ([#2168](https://www.github.com/libp2p/js-libp2p/issues/2168)) ([2f6a239](https://www.github.com/libp2p/js-libp2p/commit/2f6a2397f7e8ec7cf2edda7c9996be263a423661))

### [10.0.9](https://www.github.com/libp2p/js-libp2p/compare/kad-dht-v10.0.8...kad-dht-v10.0.9) (2023-10-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/kad-dht/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libp2p/kad-dht",
"version": "10.0.9",
"version": "10.0.10",
"description": "JavaScript implementation of the Kad-DHT for libp2p",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p/tree/master/packages/kad-dht#readme",
Expand Down
16 changes: 15 additions & 1 deletion packages/libp2p/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,20 @@
* @libp2p/tcp bumped from ^8.0.5 to ^8.0.6
* @libp2p/websockets bumped from ^7.0.5 to ^7.0.6

### [0.46.15](https://www.github.com/libp2p/js-libp2p/compare/libp2p-v0.46.14...libp2p-v0.46.15) (2023-10-25)


### Bug Fixes

* 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))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @libp2p/kad-dht bumped from ^10.0.9 to ^10.0.10

### [0.46.14](https://www.github.com/libp2p/js-libp2p/compare/libp2p-v0.46.13...libp2p-v0.46.14) (2023-10-10)


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


<a name="0.5.5"></a>
## [0.5.5](https://github.com/libp2p/js-libp2p/compare/v0.5.4...v0.5.5) (2017-03-21)
## [0.5.5](https://github.com/libp2p/js-libp2p/compare/v0.5.4...v0.5.5) (2017-03-21)
4 changes: 2 additions & 2 deletions packages/libp2p/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libp2p",
"version": "0.46.14",
"version": "0.46.15",
"description": "JavaScript implementation of libp2p, a modular peer to peer network stack",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p/tree/master/packages/libp2p#readme",
Expand Down Expand Up @@ -177,7 +177,7 @@
"@libp2p/floodsub": "^8.0.9",
"@libp2p/interface-compliance-tests": "^4.1.1",
"@libp2p/interop": "^9.0.0",
"@libp2p/kad-dht": "^10.0.9",
"@libp2p/kad-dht": "^10.0.10",
"@libp2p/mdns": "^9.0.10",
"@libp2p/mplex": "^9.0.8",
"@libp2p/tcp": "^8.0.9",
Expand Down
9 changes: 9 additions & 0 deletions packages/protocol-perf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

### [1.1.12](https://www.github.com/libp2p/js-libp2p/compare/perf-v1.1.11...perf-v1.1.12) (2023-10-25)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* libp2p bumped from ^0.46.14 to ^0.46.15

### [1.1.11](https://www.github.com/libp2p/js-libp2p/compare/perf-v1.1.10...perf-v1.1.11) (2023-10-10)


Expand Down
4 changes: 2 additions & 2 deletions packages/protocol-perf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libp2p/perf",
"version": "1.1.11",
"version": "1.1.12",
"description": "Implementation of Perf Protocol",
"author": "@maschad / @marcopolo",
"license": "Apache-2.0 OR MIT",
Expand Down Expand Up @@ -59,7 +59,7 @@
"@libp2p/peer-id-factory": "^3.0.5",
"@libp2p/tcp": "^8.0.9",
"@multiformats/multiaddr": "^12.1.5",
"libp2p": "^0.46.14",
"libp2p": "^0.46.15",
"uint8arrays": "^4.0.6",
"yargs": "^17.7.2"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/transport-webrtc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@

* 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))

### [3.2.4](https://www.github.com/libp2p/js-libp2p/compare/webrtc-v3.2.3...webrtc-v3.2.4) (2023-10-25)


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* libp2p bumped from ^0.46.14 to ^0.46.15

### [3.2.3](https://www.github.com/libp2p/js-libp2p/compare/webrtc-v3.2.2...webrtc-v3.2.3) (2023-10-10)


Expand Down
4 changes: 2 additions & 2 deletions packages/transport-webrtc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libp2p/webrtc",
"version": "3.2.3",
"version": "3.2.4",
"description": "A libp2p transport using WebRTC connections",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p/tree/master/packages/transport-webrtc#readme",
Expand Down Expand Up @@ -85,7 +85,7 @@
"it-length": "^3.0.2",
"it-map": "^3.0.3",
"it-pair": "^2.0.6",
"libp2p": "^0.46.14",
"libp2p": "^0.46.15",
"p-retry": "^6.1.0",
"protons": "^7.0.2",
"sinon": "^17.0.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/transport-webtransport/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@

* bump @chainsafe/libp2p-noise from 11.0.4 to 12.0.1 ([#80](https://github.com/libp2p/js-libp2p-webtransport/issues/80)) ([599dab1](https://github.com/libp2p/js-libp2p-webtransport/commit/599dab1b4f6ae816b0c0feefc926c1b38d24b676))

### [3.1.4](https://www.github.com/libp2p/js-libp2p/compare/webtransport-v3.1.3...webtransport-v3.1.4) (2023-10-25)


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* libp2p bumped from ^0.46.14 to ^0.46.15

### [3.1.3](https://www.github.com/libp2p/js-libp2p/compare/webtransport-v3.1.2...webtransport-v3.1.3) (2023-10-10)


Expand Down
4 changes: 2 additions & 2 deletions packages/transport-webtransport/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libp2p/webtransport",
"version": "3.1.3",
"version": "3.1.4",
"description": "JavaScript implementation of the WebTransport module that libp2p uses and that implements the interface-transport spec",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p/tree/master/packages/transport-webtransport#readme",
Expand Down Expand Up @@ -75,7 +75,7 @@
"devDependencies": {
"@libp2p/peer-id-factory": "^3.0.5",
"aegir": "^41.0.2",
"libp2p": "^0.46.14",
"libp2p": "^0.46.15",
"p-defer": "^4.0.0"
},
"browser": {
Expand Down

0 comments on commit de4f4c3

Please sign in to comment.