Skip to content

Commit b6c3914

Browse files
authored
chore: release main (#1008)
1 parent 35b081c commit b6c3914

15 files changed

Lines changed: 93 additions & 26 deletions

File tree

.release-please-manifest.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"packages/block-brokers": "5.2.3",
3-
"packages/bitswap": "3.2.2",
4-
"packages/car": "5.4.1",
2+
"packages/block-brokers": "5.2.4",
3+
"packages/bitswap": "3.2.3",
4+
"packages/car": "5.4.2",
55
"packages/dag-cbor": "5.1.1",
66
"packages/dag-json": "5.1.1",
77
"packages/dnslink": "1.2.1",
8-
"packages/helia": "6.1.3",
8+
"packages/helia": "6.1.4",
99
"packages/interface": "6.2.1",
10-
"packages/interop": "10.2.4",
10+
"packages/interop": "10.2.5",
1111
"packages/ipns": "9.2.1",
1212
"packages/json": "5.1.1",
1313
"packages/mfs": "7.1.1",
1414
"packages/strings": "5.1.1",
1515
"packages/unixfs": "7.2.1",
16-
"packages/utils": "2.5.1",
17-
"packages/http": "3.1.3",
16+
"packages/utils": "2.5.2",
17+
"packages/http": "3.1.4",
1818
"packages/routers": "5.1.1"
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.2.3](https://github.com/ipfs/helia/compare/bitswap-v3.2.2...bitswap-v3.2.3) (2026-04-15)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @helia/utils bumped from ^2.5.1 to ^2.5.2
11+
312
## [3.2.2](https://github.com/ipfs/helia/compare/bitswap-v3.2.1...bitswap-v3.2.2) (2026-04-10)
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.2.2",
3+
"version": "3.2.3",
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",
@@ -53,7 +53,7 @@
5353
},
5454
"dependencies": {
5555
"@helia/interface": "^6.2.1",
56-
"@helia/utils": "^2.5.1",
56+
"@helia/utils": "^2.5.2",
5757
"@libp2p/interface": "^3.2.0",
5858
"@libp2p/logger": "^6.2.4",
5959
"@libp2p/peer-collections": "^7.0.15",

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.2.4](https://github.com/ipfs/helia/compare/block-brokers-v5.2.3...block-brokers-v5.2.4) (2026-04-15)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @helia/bitswap bumped from ^3.2.2 to ^3.2.3
11+
* @helia/utils bumped from ^2.5.1 to ^2.5.2
12+
313
## [5.2.3](https://github.com/ipfs/helia/compare/block-brokers-v5.2.2...block-brokers-v5.2.3) (2026-04-13)
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.2.3",
3+
"version": "5.2.4",
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",
@@ -48,9 +48,9 @@
4848
"test:electron-main": "aegir test -t electron-main"
4949
},
5050
"dependencies": {
51-
"@helia/bitswap": "^3.2.2",
51+
"@helia/bitswap": "^3.2.3",
5252
"@helia/interface": "^6.2.1",
53-
"@helia/utils": "^2.5.1",
53+
"@helia/utils": "^2.5.2",
5454
"@libp2p/interface": "^3.2.0",
5555
"@libp2p/peer-id": "^6.0.6",
5656
"@libp2p/utils": "^7.0.15",

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.4.2](https://github.com/ipfs/helia/compare/car-v5.4.1...car-v5.4.2) (2026-04-15)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @helia/utils bumped from ^2.5.1 to ^2.5.2
11+
312
## [5.4.1](https://github.com/ipfs/helia/compare/car-v5.4.0...car-v5.4.1) (2026-04-10)
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.4.1",
3+
"version": "5.4.2",
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",
@@ -49,7 +49,7 @@
4949
},
5050
"dependencies": {
5151
"@helia/interface": "^6.2.1",
52-
"@helia/utils": "^2.5.1",
52+
"@helia/utils": "^2.5.2",
5353
"@ipld/car": "^5.4.3",
5454
"@ipld/dag-pb": "^4.1.5",
5555
"@libp2p/interface": "^3.2.0",

packages/helia/CHANGELOG.md

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

3+
## [6.1.4](https://github.com/ipfs/helia/compare/helia-v6.1.3...helia-v6.1.4) (2026-04-15)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @helia/block-brokers bumped from ^5.2.3 to ^5.2.4
11+
* @helia/utils bumped from ^2.5.1 to ^2.5.2
12+
313
## [6.1.3](https://github.com/ipfs/helia/compare/helia-v6.1.2...helia-v6.1.3) (2026-04-13)
414

515

packages/helia/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "helia",
3-
"version": "6.1.3",
3+
"version": "6.1.4",
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",
@@ -51,11 +51,11 @@
5151
"dependencies": {
5252
"@chainsafe/libp2p-noise": "^17.0.0",
5353
"@chainsafe/libp2p-yamux": "^8.0.1",
54-
"@helia/block-brokers": "^5.2.3",
54+
"@helia/block-brokers": "^5.2.4",
5555
"@helia/delegated-routing-v1-http-api-client": "^6.0.1",
5656
"@helia/interface": "^6.2.1",
5757
"@helia/routers": "^5.1.1",
58-
"@helia/utils": "^2.5.1",
58+
"@helia/utils": "^2.5.2",
5959
"@ipshipyard/libp2p-auto-tls": "^2.0.1",
6060
"@libp2p/autonat": "^3.0.15",
6161
"@libp2p/bootstrap": "^12.0.16",

packages/http/CHANGELOG.md

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

3+
## [3.1.4](https://github.com/ipfs/helia/compare/http-v3.1.3...http-v3.1.4) (2026-04-15)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @helia/block-brokers bumped from ^5.2.3 to ^5.2.4
11+
* @helia/utils bumped from ^2.5.1 to ^2.5.2
12+
313
## [3.1.3](https://github.com/ipfs/helia/compare/http-v3.1.2...http-v3.1.3) (2026-04-13)
414

515

0 commit comments

Comments
 (0)