Skip to content

Commit 033c043

Browse files
committed
chore: release main
1 parent e6339ed commit 033c043

33 files changed

+343
-70
lines changed

.release-please-manifest.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
2-
"packages/block-brokers": "4.0.4",
3-
"packages/bitswap": "2.0.4",
4-
"packages/car": "4.0.2",
5-
"packages/dag-cbor": "4.0.2",
6-
"packages/dag-json": "4.0.2",
7-
"packages/helia": "5.2.1",
8-
"packages/interface": "5.2.0",
9-
"packages/interop": "7.1.2",
10-
"packages/ipns": "8.1.0",
11-
"packages/json": "4.0.2",
12-
"packages/mfs": "4.0.2",
13-
"packages/strings": "4.0.2",
14-
"packages/unixfs": "4.0.2",
15-
"packages/utils": "1.2.1",
16-
"packages/http": "2.0.4",
17-
"packages/routers": "3.0.0"
2+
"packages/block-brokers": "4.1.0",
3+
"packages/bitswap": "2.0.5",
4+
"packages/car": "4.0.3",
5+
"packages/dag-cbor": "4.0.3",
6+
"packages/dag-json": "4.0.3",
7+
"packages/helia": "5.3.0",
8+
"packages/interface": "5.2.1",
9+
"packages/interop": "7.1.3",
10+
"packages/ipns": "8.2.0",
11+
"packages/json": "4.0.3",
12+
"packages/mfs": "4.0.3",
13+
"packages/strings": "4.0.3",
14+
"packages/unixfs": "4.0.3",
15+
"packages/utils": "1.2.2",
16+
"packages/http": "2.0.5",
17+
"packages/routers": "3.0.1"
1818
}

packages/bitswap/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [2.0.5](https://github.com/ipfs/helia/compare/bitswap-v2.0.4...bitswap-v2.0.5) (2025-03-13)
4+
5+
6+
### Documentation
7+
8+
* add spell checker to ci ([#743](https://github.com/ipfs/helia/issues/743)) ([45ca6bc](https://github.com/ipfs/helia/commit/45ca6bc70b1644028500101044595fa0e2199b07))
9+
10+
11+
### Dependencies
12+
13+
* bump it-length-prefixed from 9.1.1 to 10.0.1 ([#740](https://github.com/ipfs/helia/issues/740)) ([ac7185a](https://github.com/ipfs/helia/commit/ac7185af8f0da0782f6273fba76ccfe9427d2fa4))
14+
* The following workspace dependencies were updated
15+
* dependencies
16+
* @helia/interface bumped from ^5.2.0 to ^5.2.1
17+
* @helia/utils bumped from ^1.2.1 to ^1.2.2
18+
319
## [2.0.4](https://github.com/ipfs/helia/compare/bitswap-v2.0.3...bitswap-v2.0.4) (2025-02-10)
420

521

packages/bitswap/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helia/bitswap",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
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",
@@ -62,8 +62,8 @@
6262
"docs": "aegir docs"
6363
},
6464
"dependencies": {
65-
"@helia/interface": "^5.2.0",
66-
"@helia/utils": "^1.2.1",
65+
"@helia/interface": "^5.2.1",
66+
"@helia/utils": "^1.2.2",
6767
"@libp2p/interface": "^2.2.1",
6868
"@libp2p/logger": "^5.1.4",
6969
"@libp2p/peer-collections": "^6.0.12",

packages/block-brokers/CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [4.1.0](https://github.com/ipfs/helia/compare/block-brokers-v4.0.4...block-brokers-v4.1.0) (2025-03-13)
4+
5+
6+
### Features
7+
8+
* allow modifying trustless-gateway fetch ([#751](https://github.com/ipfs/helia/issues/751)) ([15de32f](https://github.com/ipfs/helia/commit/15de32fe0e2c6293d166d6ab95fa373fc9630a88))
9+
10+
11+
### Documentation
12+
13+
* add spell checker to ci ([#743](https://github.com/ipfs/helia/issues/743)) ([45ca6bc](https://github.com/ipfs/helia/commit/45ca6bc70b1644028500101044595fa0e2199b07))
14+
15+
16+
### Dependencies
17+
18+
* The following workspace dependencies were updated
19+
* dependencies
20+
* @helia/bitswap bumped from ^2.0.4 to ^2.0.5
21+
* @helia/interface bumped from ^5.2.0 to ^5.2.1
22+
* @helia/utils bumped from ^1.2.1 to ^1.2.2
23+
324
## [4.0.4](https://github.com/ipfs/helia/compare/block-brokers-v4.0.3...block-brokers-v4.0.4) (2025-02-10)
425

526

packages/block-brokers/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helia/block-brokers",
3-
"version": "4.0.4",
3+
"version": "4.1.0",
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",
@@ -54,9 +54,9 @@
5454
"test:electron-main": "aegir test -t electron-main"
5555
},
5656
"dependencies": {
57-
"@helia/bitswap": "^2.0.4",
58-
"@helia/interface": "^5.2.0",
59-
"@helia/utils": "^1.2.1",
57+
"@helia/bitswap": "^2.0.5",
58+
"@helia/interface": "^5.2.1",
59+
"@helia/utils": "^1.2.2",
6060
"@libp2p/interface": "^2.2.1",
6161
"@libp2p/utils": "^6.2.1",
6262
"@multiformats/multiaddr": "^12.3.3",

packages/car/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [4.0.3](https://github.com/ipfs/helia/compare/car-v4.0.2...car-v4.0.3) (2025-03-13)
4+
5+
6+
### Documentation
7+
8+
* add spell checker to ci ([#743](https://github.com/ipfs/helia/issues/743)) ([45ca6bc](https://github.com/ipfs/helia/commit/45ca6bc70b1644028500101044595fa0e2199b07))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @helia/interface bumped from ^5.2.0 to ^5.2.1
16+
* devDependencies
17+
* @helia/mfs bumped from ^4.0.2 to ^4.0.3
18+
* @helia/unixfs bumped from ^4.0.2 to ^4.0.3
19+
320
## [4.0.2](https://github.com/ipfs/helia/compare/car-v4.0.1...car-v4.0.2) (2025-01-14)
421

522

packages/car/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helia/car",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
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",
@@ -54,7 +54,7 @@
5454
"test:electron-main": "aegir test -t electron-main"
5555
},
5656
"dependencies": {
57-
"@helia/interface": "^5.2.0",
57+
"@helia/interface": "^5.2.1",
5858
"@ipld/car": "^5.3.3",
5959
"@libp2p/interface": "^2.2.1",
6060
"@libp2p/utils": "^6.2.1",
@@ -67,8 +67,8 @@
6767
"progress-events": "^1.0.1"
6868
},
6969
"devDependencies": {
70-
"@helia/mfs": "^4.0.2",
71-
"@helia/unixfs": "^4.0.2",
70+
"@helia/mfs": "^4.0.3",
71+
"@helia/unixfs": "^4.0.3",
7272
"@ipld/dag-pb": "^4.1.3",
7373
"aegir": "^45.1.1",
7474
"blockstore-core": "^5.0.2",

packages/dag-cbor/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [4.0.3](https://github.com/ipfs/helia/compare/dag-cbor-v4.0.2...dag-cbor-v4.0.3) (2025-03-13)
4+
5+
6+
### Documentation
7+
8+
* add spell checker to ci ([#743](https://github.com/ipfs/helia/issues/743)) ([45ca6bc](https://github.com/ipfs/helia/commit/45ca6bc70b1644028500101044595fa0e2199b07))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @helia/interface bumped from ^5.2.0 to ^5.2.1
16+
317
## [4.0.2](https://github.com/ipfs/helia/compare/dag-cbor-v4.0.1...dag-cbor-v4.0.2) (2025-01-14)
418

519

packages/dag-cbor/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helia/dag-cbor",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
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",
@@ -55,7 +55,7 @@
5555
"test:electron-main": "aegir test -t electron-main"
5656
},
5757
"dependencies": {
58-
"@helia/interface": "^5.2.0",
58+
"@helia/interface": "^5.2.1",
5959
"@ipld/dag-cbor": "^9.2.2",
6060
"@libp2p/interface": "^2.2.1",
6161
"interface-blockstore": "^5.3.1",

packages/dag-json/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [4.0.3](https://github.com/ipfs/helia/compare/dag-json-v4.0.2...dag-json-v4.0.3) (2025-03-13)
4+
5+
6+
### Documentation
7+
8+
* add spell checker to ci ([#743](https://github.com/ipfs/helia/issues/743)) ([45ca6bc](https://github.com/ipfs/helia/commit/45ca6bc70b1644028500101044595fa0e2199b07))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @helia/interface bumped from ^5.2.0 to ^5.2.1
16+
317
## [4.0.2](https://github.com/ipfs/helia/compare/dag-json-v4.0.1...dag-json-v4.0.2) (2025-01-14)
418

519

packages/dag-json/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helia/dag-json",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"description": "Add/get IPLD blocks containing dag-json with your Helia node",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/helia/tree/main/packages/dag-json#readme",
@@ -54,7 +54,7 @@
5454
"test:electron-main": "aegir test -t electron-main"
5555
},
5656
"dependencies": {
57-
"@helia/interface": "^5.2.0",
57+
"@helia/interface": "^5.2.1",
5858
"@ipld/dag-json": "^10.2.3",
5959
"@libp2p/interface": "^2.2.1",
6060
"interface-blockstore": "^5.3.1",

packages/helia/CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [5.3.0](https://github.com/ipfs/helia/compare/helia-v5.2.1...helia-v5.3.0) (2025-03-13)
4+
5+
6+
### Features
7+
8+
* add WebRTC-Direct listener ([#741](https://github.com/ipfs/helia/issues/741)) ([deb9165](https://github.com/ipfs/helia/commit/deb9165efe92ce9590c400955c073625eb358bb6))
9+
10+
11+
### Documentation
12+
13+
* add spell checker to ci ([#743](https://github.com/ipfs/helia/issues/743)) ([45ca6bc](https://github.com/ipfs/helia/commit/45ca6bc70b1644028500101044595fa0e2199b07))
14+
15+
16+
### Dependencies
17+
18+
* The following workspace dependencies were updated
19+
* dependencies
20+
* @helia/block-brokers bumped from ^4.0.4 to ^4.1.0
21+
* @helia/interface bumped from ^5.2.0 to ^5.2.1
22+
* @helia/routers bumped from ^3.0.0 to ^3.0.1
23+
* @helia/utils bumped from ^1.2.1 to ^1.2.2
24+
325
## [5.2.1](https://github.com/ipfs/helia/compare/helia-v5.2.0...helia-v5.2.1) (2025-02-10)
426

527

packages/helia/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "helia",
3-
"version": "5.2.1",
3+
"version": "5.3.0",
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",
@@ -57,11 +57,11 @@
5757
"dependencies": {
5858
"@chainsafe/libp2p-noise": "^16.0.1",
5959
"@chainsafe/libp2p-yamux": "^7.0.1",
60-
"@helia/block-brokers": "^4.0.4",
60+
"@helia/block-brokers": "^4.1.0",
6161
"@helia/delegated-routing-v1-http-api-client": "^4.2.1",
62-
"@helia/interface": "^5.2.0",
63-
"@helia/routers": "^3.0.0",
64-
"@helia/utils": "^1.2.1",
62+
"@helia/interface": "^5.2.1",
63+
"@helia/routers": "^3.0.1",
64+
"@helia/utils": "^1.2.2",
6565
"@ipshipyard/libp2p-auto-tls": "^1.0.0",
6666
"@libp2p/autonat": "^2.0.19",
6767
"@libp2p/bootstrap": "^11.0.20",

packages/http/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [2.0.5](https://github.com/ipfs/helia/compare/http-v2.0.4...http-v2.0.5) (2025-03-13)
4+
5+
6+
### Documentation
7+
8+
* add spell checker to ci ([#743](https://github.com/ipfs/helia/issues/743)) ([45ca6bc](https://github.com/ipfs/helia/commit/45ca6bc70b1644028500101044595fa0e2199b07))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @helia/block-brokers bumped from ^4.0.4 to ^4.1.0
16+
* @helia/interface bumped from ^5.2.0 to ^5.2.1
17+
* @helia/routers bumped from ^3.0.0 to ^3.0.1
18+
* @helia/utils bumped from ^1.2.1 to ^1.2.2
19+
320
## [2.0.4](https://github.com/ipfs/helia/compare/http-v2.0.3...http-v2.0.4) (2025-02-10)
421

522

packages/http/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helia/http",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"description": "A lightweight implementation of IPFS over HTTP in JavaScript",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/helia/tree/main/packages/http#readme",
@@ -54,10 +54,10 @@
5454
"test:electron-main": "aegir test -t electron-main"
5555
},
5656
"dependencies": {
57-
"@helia/block-brokers": "^4.0.4",
58-
"@helia/interface": "^5.2.0",
59-
"@helia/routers": "^3.0.0",
60-
"@helia/utils": "^1.2.1",
57+
"@helia/block-brokers": "^4.1.0",
58+
"@helia/interface": "^5.2.1",
59+
"@helia/routers": "^3.0.1",
60+
"@helia/utils": "^1.2.2",
6161
"blockstore-core": "^5.0.2",
6262
"datastore-core": "^10.0.2"
6363
},

packages/interface/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55

66
* expose .dns property on @helia/interface ([#465](https://github.com/ipfs/helia/issues/465)) ([8c9bb7d](https://github.com/ipfs/helia/commit/8c9bb7d224a1b786cba1fba18bffe07001a3b95d))
77

8+
## [5.2.1](https://github.com/ipfs/helia/compare/interface-v5.2.0...interface-v5.2.1) (2025-03-13)
9+
10+
11+
### Documentation
12+
13+
* add spell checker to ci ([#743](https://github.com/ipfs/helia/issues/743)) ([45ca6bc](https://github.com/ipfs/helia/commit/45ca6bc70b1644028500101044595fa0e2199b07))
14+
815
## [5.2.0](https://github.com/ipfs/helia/compare/interface-v5.1.0...interface-v5.2.0) (2025-01-14)
916

1017

packages/interface/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helia/interface",
3-
"version": "5.2.0",
3+
"version": "5.2.1",
44
"description": "The Helia API",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/helia/tree/main/packages/interface#readme",

0 commit comments

Comments
 (0)