Skip to content

Commit e6a98a6

Browse files
committed
chore: release main
1 parent e16b7a7 commit e6a98a6

33 files changed

+243
-71
lines changed

.release-please-manifest.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"packages/block-brokers": "5.1.1",
3-
"packages/bitswap": "3.1.1",
4-
"packages/car": "5.3.8",
5-
"packages/dag-cbor": "5.0.6",
6-
"packages/dag-json": "5.0.6",
2+
"packages/block-brokers": "5.1.2",
3+
"packages/bitswap": "3.1.2",
4+
"packages/car": "5.3.9",
5+
"packages/dag-cbor": "5.0.7",
6+
"packages/dag-json": "5.0.7",
77
"packages/dnslink": "1.1.4",
8-
"packages/helia": "6.0.19",
9-
"packages/interface": "6.1.0",
10-
"packages/interop": "10.1.1",
11-
"packages/ipns": "9.1.8",
12-
"packages/json": "5.0.6",
13-
"packages/mfs": "7.0.3",
14-
"packages/strings": "5.0.6",
15-
"packages/unixfs": "7.0.3",
16-
"packages/utils": "2.4.1",
17-
"packages/http": "3.0.19",
18-
"packages/routers": "5.0.2"
8+
"packages/helia": "6.0.20",
9+
"packages/interface": "6.1.1",
10+
"packages/interop": "10.1.2",
11+
"packages/ipns": "9.1.9",
12+
"packages/json": "5.0.7",
13+
"packages/mfs": "7.0.4",
14+
"packages/strings": "5.0.7",
15+
"packages/unixfs": "7.0.4",
16+
"packages/utils": "2.4.2",
17+
"packages/http": "3.0.20",
18+
"packages/routers": "5.0.3"
1919
}

packages/bitswap/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.2](https://github.com/ipfs/helia/compare/bitswap-v3.1.1...bitswap-v3.1.2) (2026-02-05)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @helia/interface bumped from ^6.1.0 to ^6.1.1
11+
* @helia/utils bumped from ^2.4.1 to ^2.4.2
12+
313
## [3.1.1](https://github.com/ipfs/helia/compare/bitswap-v3.1.0...bitswap-v3.1.1) (2026-02-05)
414

515

packages/bitswap/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helia/bitswap",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
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",
@@ -51,8 +51,8 @@
5151
"docs": "aegir docs"
5252
},
5353
"dependencies": {
54-
"@helia/interface": "^6.1.0",
55-
"@helia/utils": "^2.4.1",
54+
"@helia/interface": "^6.1.1",
55+
"@helia/utils": "^2.4.2",
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [5.1.2](https://github.com/ipfs/helia/compare/block-brokers-v5.1.1...block-brokers-v5.1.2) (2026-02-05)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @helia/bitswap bumped from ^3.1.1 to ^3.1.2
11+
* @helia/interface bumped from ^6.1.0 to ^6.1.1
12+
* @helia/utils bumped from ^2.4.1 to ^2.4.2
13+
314
## [5.1.1](https://github.com/ipfs/helia/compare/block-brokers-v5.1.0...block-brokers-v5.1.1) (2026-02-05)
415

516

packages/block-brokers/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helia/block-brokers",
3-
"version": "5.1.1",
3+
"version": "5.1.2",
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.1.1",
51-
"@helia/interface": "^6.1.0",
52-
"@helia/utils": "^2.4.1",
50+
"@helia/bitswap": "^3.1.2",
51+
"@helia/interface": "^6.1.1",
52+
"@helia/utils": "^2.4.2",
5353
"@libp2p/interface": "^3.1.0",
5454
"@libp2p/utils": "^7.0.5",
5555
"@multiformats/multiaddr": "^13.0.1",

packages/car/CHANGELOG.md

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

3+
## [5.3.9](https://github.com/ipfs/helia/compare/car-v5.3.8...car-v5.3.9) (2026-02-05)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @helia/interface bumped from ^6.1.0 to ^6.1.1
11+
* @helia/utils bumped from ^2.4.1 to ^2.4.2
12+
* devDependencies
13+
* @helia/mfs bumped from ^7.0.3 to ^7.0.4
14+
* @helia/unixfs bumped from ^7.0.3 to ^7.0.4
15+
316
## [5.3.8](https://github.com/ipfs/helia/compare/car-v5.3.7...car-v5.3.8) (2026-02-05)
417

518

packages/car/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helia/car",
3-
"version": "5.3.8",
3+
"version": "5.3.9",
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",
@@ -47,8 +47,8 @@
4747
"test:electron-main": "aegir test -t electron-main"
4848
},
4949
"dependencies": {
50-
"@helia/interface": "^6.1.0",
51-
"@helia/utils": "^2.4.1",
50+
"@helia/interface": "^6.1.1",
51+
"@helia/utils": "^2.4.2",
5252
"@ipld/car": "^5.4.2",
5353
"@ipld/dag-pb": "^4.1.5",
5454
"@libp2p/interface": "^3.1.0",
@@ -65,8 +65,8 @@
6565
"race-signal": "^2.0.0"
6666
},
6767
"devDependencies": {
68-
"@helia/mfs": "^7.0.3",
69-
"@helia/unixfs": "^7.0.3",
68+
"@helia/mfs": "^7.0.4",
69+
"@helia/unixfs": "^7.0.4",
7070
"@ipld/dag-cbor": "^9.2.5",
7171
"@libp2p/logger": "^6.0.5",
7272
"aegir": "^47.0.22",

packages/dag-cbor/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.0.7](https://github.com/ipfs/helia/compare/dag-cbor-v5.0.6...dag-cbor-v5.0.7) (2026-02-05)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @helia/interface bumped from ^6.1.0 to ^6.1.1
11+
312
## [5.0.6](https://github.com/ipfs/helia/compare/dag-cbor-v5.0.5...dag-cbor-v5.0.6) (2026-02-04)
413

514

packages/dag-cbor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helia/dag-cbor",
3-
"version": "5.0.6",
3+
"version": "5.0.7",
44
"description": "Add/get IPLD blocks containing dag-cbor with your Helia node",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/helia/tree/main/packages/dag-cbor#readme",
@@ -48,7 +48,7 @@
4848
"test:electron-main": "aegir test -t electron-main"
4949
},
5050
"dependencies": {
51-
"@helia/interface": "^6.1.0",
51+
"@helia/interface": "^6.1.1",
5252
"@ipld/dag-cbor": "^9.2.5",
5353
"@libp2p/interface": "^3.1.0",
5454
"interface-blockstore": "^6.0.1",

packages/dag-json/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.0.7](https://github.com/ipfs/helia/compare/dag-json-v5.0.6...dag-json-v5.0.7) (2026-02-05)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @helia/interface bumped from ^6.1.0 to ^6.1.1
11+
312
## [5.0.6](https://github.com/ipfs/helia/compare/dag-json-v5.0.5...dag-json-v5.0.6) (2026-02-04)
413

514

0 commit comments

Comments
 (0)