Skip to content

Commit 1ef86e4

Browse files
authored
chore: release main (#901)
1 parent cc90a4d commit 1ef86e4

File tree

17 files changed

+118
-31
lines changed

17 files changed

+118
-31
lines changed

.release-please-manifest.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"packages/block-brokers": "5.0.7",
3-
"packages/bitswap": "3.0.7",
4-
"packages/car": "5.2.3",
2+
"packages/block-brokers": "5.0.8",
3+
"packages/bitswap": "3.0.8",
4+
"packages/car": "5.2.4",
55
"packages/dag-cbor": "5.0.3",
66
"packages/dag-json": "5.0.3",
77
"packages/dnslink": "1.1.3",
8-
"packages/helia": "6.0.8",
8+
"packages/helia": "6.0.9",
99
"packages/interface": "6.0.2",
10-
"packages/interop": "9.0.9",
10+
"packages/interop": "9.0.10",
1111
"packages/ipns": "9.1.3",
1212
"packages/json": "5.0.3",
1313
"packages/mfs": "6.0.3",
1414
"packages/strings": "5.0.3",
1515
"packages/unixfs": "6.0.3",
16-
"packages/utils": "2.2.3",
17-
"packages/http": "3.0.8",
18-
"packages/routers": "4.0.3"
16+
"packages/utils": "2.2.4",
17+
"packages/http": "3.0.9",
18+
"packages/routers": "4.0.4"
1919
}

packages/bitswap/CHANGELOG.md

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

3+
## [3.0.8](https://github.com/ipfs/helia/compare/bitswap-v3.0.7...bitswap-v3.0.8) (2025-11-13)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @helia/utils bumped from ^2.2.3 to ^2.2.4
11+
312
## [3.0.7](https://github.com/ipfs/helia/compare/bitswap-v3.0.6...bitswap-v3.0.7) (2025-10-29)
413

514

packages/bitswap/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helia/bitswap",
3-
"version": "3.0.7",
3+
"version": "3.0.8",
44
"description": "JavaScript implementation of the Bitswap data exchange protocol used by Helia",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/helia/tree/main/packages/bitswap#readme",
@@ -52,7 +52,7 @@
5252
},
5353
"dependencies": {
5454
"@helia/interface": "^6.0.2",
55-
"@helia/utils": "^2.2.3",
55+
"@helia/utils": "^2.2.4",
5656
"@libp2p/interface": "^3.1.0",
5757
"@libp2p/logger": "^6.0.5",
5858
"@libp2p/peer-collections": "^7.0.5",

packages/block-brokers/CHANGELOG.md

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

3+
## [5.0.8](https://github.com/ipfs/helia/compare/block-brokers-v5.0.7...block-brokers-v5.0.8) (2025-11-13)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @helia/bitswap bumped from ^3.0.7 to ^3.0.8
11+
* @helia/utils bumped from ^2.2.3 to ^2.2.4
12+
313
## [5.0.7](https://github.com/ipfs/helia/compare/block-brokers-v5.0.6...block-brokers-v5.0.7) (2025-10-29)
414

515

packages/block-brokers/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helia/block-brokers",
3-
"version": "5.0.7",
3+
"version": "5.0.8",
44
"description": "Block brokers for Helia",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/helia/tree/main/packages/block-brokers#readme",
@@ -47,9 +47,9 @@
4747
"test:electron-main": "aegir test -t electron-main"
4848
},
4949
"dependencies": {
50-
"@helia/bitswap": "^3.0.7",
50+
"@helia/bitswap": "^3.0.8",
5151
"@helia/interface": "^6.0.2",
52-
"@helia/utils": "^2.2.3",
52+
"@helia/utils": "^2.2.4",
5353
"@libp2p/interface": "^3.1.0",
5454
"@libp2p/utils": "^7.0.5",
5555
"@multiformats/multiaddr": "^13.0.1",

packages/car/CHANGELOG.md

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

3+
## [5.2.4](https://github.com/ipfs/helia/compare/car-v5.2.3...car-v5.2.4) (2025-11-13)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @helia/utils bumped from ^2.2.3 to ^2.2.4
11+
312
## [5.2.3](https://github.com/ipfs/helia/compare/car-v5.2.2...car-v5.2.3) (2025-10-29)
413

514

packages/car/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helia/car",
3-
"version": "5.2.3",
3+
"version": "5.2.4",
44
"description": "Import/export car files from Helia",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/helia/tree/main/packages/car#readme",
@@ -48,7 +48,7 @@
4848
},
4949
"dependencies": {
5050
"@helia/interface": "^6.0.2",
51-
"@helia/utils": "^2.2.3",
51+
"@helia/utils": "^2.2.4",
5252
"@ipld/car": "^5.4.2",
5353
"@ipld/dag-pb": "^4.1.5",
5454
"@libp2p/interface": "^3.1.0",

packages/helia/CHANGELOG.md

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

3+
## [6.0.9](https://github.com/ipfs/helia/compare/helia-v6.0.8...helia-v6.0.9) (2025-11-13)
4+
5+
6+
### Bug Fixes
7+
8+
* allow routings to use helia components ([#900](https://github.com/ipfs/helia/issues/900)) ([cc90a4d](https://github.com/ipfs/helia/commit/cc90a4db91a44c0fedc2cb8a49da9b3349418815))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @helia/block-brokers bumped from ^5.0.7 to ^5.0.8
16+
* @helia/routers bumped from ^4.0.3 to ^4.0.4
17+
* @helia/utils bumped from ^2.2.3 to ^2.2.4
18+
319
## [6.0.8](https://github.com/ipfs/helia/compare/helia-v6.0.7...helia-v6.0.8) (2025-10-29)
420

521

packages/helia/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "helia",
3-
"version": "6.0.8",
3+
"version": "6.0.9",
44
"description": "An implementation of IPFS in JavaScript",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/helia/tree/main/packages/helia#readme",
@@ -50,11 +50,11 @@
5050
"dependencies": {
5151
"@chainsafe/libp2p-noise": "^17.0.0",
5252
"@chainsafe/libp2p-yamux": "^8.0.0",
53-
"@helia/block-brokers": "^5.0.7",
53+
"@helia/block-brokers": "^5.0.8",
5454
"@helia/delegated-routing-v1-http-api-client": "^5.1.2",
5555
"@helia/interface": "^6.0.2",
56-
"@helia/routers": "^4.0.3",
57-
"@helia/utils": "^2.2.3",
56+
"@helia/routers": "^4.0.4",
57+
"@helia/utils": "^2.2.4",
5858
"@ipshipyard/libp2p-auto-tls": "^2.0.1",
5959
"@libp2p/autonat": "^3.0.5",
6060
"@libp2p/bootstrap": "^12.0.6",

packages/http/CHANGELOG.md

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

3+
## [3.0.9](https://github.com/ipfs/helia/compare/http-v3.0.8...http-v3.0.9) (2025-11-13)
4+
5+
6+
### Bug Fixes
7+
8+
* allow routings to use helia components ([#900](https://github.com/ipfs/helia/issues/900)) ([cc90a4d](https://github.com/ipfs/helia/commit/cc90a4db91a44c0fedc2cb8a49da9b3349418815))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @helia/block-brokers bumped from ^5.0.7 to ^5.0.8
16+
* @helia/routers bumped from ^4.0.3 to ^4.0.4
17+
* @helia/utils bumped from ^2.2.3 to ^2.2.4
18+
319
## [3.0.8](https://github.com/ipfs/helia/compare/http-v3.0.7...http-v3.0.8) (2025-10-29)
420

521

0 commit comments

Comments
 (0)