diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 89103c565..90174604c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,19 +1,19 @@ { - "packages/block-brokers": "5.1.1", - "packages/bitswap": "3.1.1", - "packages/car": "5.3.8", - "packages/dag-cbor": "5.0.6", - "packages/dag-json": "5.0.6", + "packages/block-brokers": "5.1.2", + "packages/bitswap": "3.1.2", + "packages/car": "5.3.9", + "packages/dag-cbor": "5.0.7", + "packages/dag-json": "5.0.7", "packages/dnslink": "1.1.4", - "packages/helia": "6.0.19", - "packages/interface": "6.1.0", - "packages/interop": "10.1.1", - "packages/ipns": "9.1.8", - "packages/json": "5.0.6", - "packages/mfs": "7.0.3", - "packages/strings": "5.0.6", - "packages/unixfs": "7.0.3", - "packages/utils": "2.4.1", - "packages/http": "3.0.19", - "packages/routers": "5.0.2" + "packages/helia": "6.0.20", + "packages/interface": "6.1.1", + "packages/interop": "10.1.2", + "packages/ipns": "9.1.9", + "packages/json": "5.0.7", + "packages/mfs": "7.0.4", + "packages/strings": "5.0.7", + "packages/unixfs": "7.0.4", + "packages/utils": "2.4.2", + "packages/http": "3.0.20", + "packages/routers": "5.0.3" } diff --git a/packages/bitswap/CHANGELOG.md b/packages/bitswap/CHANGELOG.md index fb27b572a..0b9f7e028 100644 --- a/packages/bitswap/CHANGELOG.md +++ b/packages/bitswap/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [3.1.2](https://github.com/ipfs/helia/compare/bitswap-v3.1.1...bitswap-v3.1.2) (2026-02-05) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^6.1.0 to ^6.1.1 + * @helia/utils bumped from ^2.4.1 to ^2.4.2 + ## [3.1.1](https://github.com/ipfs/helia/compare/bitswap-v3.1.0...bitswap-v3.1.1) (2026-02-05) diff --git a/packages/bitswap/package.json b/packages/bitswap/package.json index a89535033..42abc4878 100644 --- a/packages/bitswap/package.json +++ b/packages/bitswap/package.json @@ -1,6 +1,6 @@ { "name": "@helia/bitswap", - "version": "3.1.1", + "version": "3.1.2", "description": "JavaScript implementation of the Bitswap data exchange protocol used by Helia", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/bitswap#readme", @@ -51,8 +51,8 @@ "docs": "aegir docs" }, "dependencies": { - "@helia/interface": "^6.1.0", - "@helia/utils": "^2.4.1", + "@helia/interface": "^6.1.1", + "@helia/utils": "^2.4.2", "@libp2p/interface": "^3.1.0", "@libp2p/logger": "^6.0.5", "@libp2p/peer-collections": "^7.0.5", diff --git a/packages/block-brokers/CHANGELOG.md b/packages/block-brokers/CHANGELOG.md index d4c0cf199..5c5d90330 100644 --- a/packages/block-brokers/CHANGELOG.md +++ b/packages/block-brokers/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [5.1.2](https://github.com/ipfs/helia/compare/block-brokers-v5.1.1...block-brokers-v5.1.2) (2026-02-05) + + +### Bug Fixes + +* remove duplicate provider event ([#957](https://github.com/ipfs/helia/issues/957)) ([264e68d](https://github.com/ipfs/helia/commit/264e68d1ca94033c7bfeed408830b2fdaab942e5)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/bitswap bumped from ^3.1.1 to ^3.1.2 + * @helia/interface bumped from ^6.1.0 to ^6.1.1 + * @helia/utils bumped from ^2.4.1 to ^2.4.2 + ## [5.1.1](https://github.com/ipfs/helia/compare/block-brokers-v5.1.0...block-brokers-v5.1.1) (2026-02-05) diff --git a/packages/block-brokers/package.json b/packages/block-brokers/package.json index 836246de4..4a90d0bc8 100644 --- a/packages/block-brokers/package.json +++ b/packages/block-brokers/package.json @@ -1,6 +1,6 @@ { "name": "@helia/block-brokers", - "version": "5.1.1", + "version": "5.1.2", "description": "Block brokers for Helia", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/block-brokers#readme", @@ -47,9 +47,9 @@ "test:electron-main": "aegir test -t electron-main" }, "dependencies": { - "@helia/bitswap": "^3.1.1", - "@helia/interface": "^6.1.0", - "@helia/utils": "^2.4.1", + "@helia/bitswap": "^3.1.2", + "@helia/interface": "^6.1.1", + "@helia/utils": "^2.4.2", "@libp2p/interface": "^3.1.0", "@libp2p/utils": "^7.0.5", "@multiformats/multiaddr": "^13.0.1", diff --git a/packages/car/CHANGELOG.md b/packages/car/CHANGELOG.md index fa1bffc55..b45aecf15 100644 --- a/packages/car/CHANGELOG.md +++ b/packages/car/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [5.3.9](https://github.com/ipfs/helia/compare/car-v5.3.8...car-v5.3.9) (2026-02-05) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^6.1.0 to ^6.1.1 + * @helia/utils bumped from ^2.4.1 to ^2.4.2 + * devDependencies + * @helia/mfs bumped from ^7.0.3 to ^7.0.4 + * @helia/unixfs bumped from ^7.0.3 to ^7.0.4 + ## [5.3.8](https://github.com/ipfs/helia/compare/car-v5.3.7...car-v5.3.8) (2026-02-05) diff --git a/packages/car/package.json b/packages/car/package.json index 5f4aa336a..0e4f22471 100644 --- a/packages/car/package.json +++ b/packages/car/package.json @@ -1,6 +1,6 @@ { "name": "@helia/car", - "version": "5.3.8", + "version": "5.3.9", "description": "Import/export car files from Helia", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/car#readme", @@ -47,8 +47,8 @@ "test:electron-main": "aegir test -t electron-main" }, "dependencies": { - "@helia/interface": "^6.1.0", - "@helia/utils": "^2.4.1", + "@helia/interface": "^6.1.1", + "@helia/utils": "^2.4.2", "@ipld/car": "^5.4.2", "@ipld/dag-pb": "^4.1.5", "@libp2p/interface": "^3.1.0", @@ -65,8 +65,8 @@ "race-signal": "^2.0.0" }, "devDependencies": { - "@helia/mfs": "^7.0.3", - "@helia/unixfs": "^7.0.3", + "@helia/mfs": "^7.0.4", + "@helia/unixfs": "^7.0.4", "@ipld/dag-cbor": "^9.2.5", "@libp2p/logger": "^6.0.5", "aegir": "^47.0.22", diff --git a/packages/dag-cbor/CHANGELOG.md b/packages/dag-cbor/CHANGELOG.md index 166efe112..1b866fb0e 100644 --- a/packages/dag-cbor/CHANGELOG.md +++ b/packages/dag-cbor/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [5.0.7](https://github.com/ipfs/helia/compare/dag-cbor-v5.0.6...dag-cbor-v5.0.7) (2026-02-05) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^6.1.0 to ^6.1.1 + ## [5.0.6](https://github.com/ipfs/helia/compare/dag-cbor-v5.0.5...dag-cbor-v5.0.6) (2026-02-04) diff --git a/packages/dag-cbor/package.json b/packages/dag-cbor/package.json index 2516095fd..5f73e4d21 100644 --- a/packages/dag-cbor/package.json +++ b/packages/dag-cbor/package.json @@ -1,6 +1,6 @@ { "name": "@helia/dag-cbor", - "version": "5.0.6", + "version": "5.0.7", "description": "Add/get IPLD blocks containing dag-cbor with your Helia node", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/dag-cbor#readme", @@ -48,7 +48,7 @@ "test:electron-main": "aegir test -t electron-main" }, "dependencies": { - "@helia/interface": "^6.1.0", + "@helia/interface": "^6.1.1", "@ipld/dag-cbor": "^9.2.5", "@libp2p/interface": "^3.1.0", "interface-blockstore": "^6.0.1", diff --git a/packages/dag-json/CHANGELOG.md b/packages/dag-json/CHANGELOG.md index 95c4dea44..470e3bd46 100644 --- a/packages/dag-json/CHANGELOG.md +++ b/packages/dag-json/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [5.0.7](https://github.com/ipfs/helia/compare/dag-json-v5.0.6...dag-json-v5.0.7) (2026-02-05) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^6.1.0 to ^6.1.1 + ## [5.0.6](https://github.com/ipfs/helia/compare/dag-json-v5.0.5...dag-json-v5.0.6) (2026-02-04) diff --git a/packages/dag-json/package.json b/packages/dag-json/package.json index 50e17b432..e2136066e 100644 --- a/packages/dag-json/package.json +++ b/packages/dag-json/package.json @@ -1,6 +1,6 @@ { "name": "@helia/dag-json", - "version": "5.0.6", + "version": "5.0.7", "description": "Add/get IPLD blocks containing dag-json with your Helia node", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/dag-json#readme", @@ -47,7 +47,7 @@ "test:electron-main": "aegir test -t electron-main" }, "dependencies": { - "@helia/interface": "^6.1.0", + "@helia/interface": "^6.1.1", "@ipld/dag-json": "^10.2.5", "@libp2p/interface": "^3.1.0", "interface-blockstore": "^6.0.1", diff --git a/packages/helia/CHANGELOG.md b/packages/helia/CHANGELOG.md index 189981f8d..3fa863012 100644 --- a/packages/helia/CHANGELOG.md +++ b/packages/helia/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [6.0.20](https://github.com/ipfs/helia/compare/helia-v6.0.19...helia-v6.0.20) (2026-02-05) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/block-brokers bumped from ^5.1.1 to ^5.1.2 + * @helia/interface bumped from ^6.1.0 to ^6.1.1 + * @helia/routers bumped from ^5.0.2 to ^5.0.3 + * @helia/utils bumped from ^2.4.1 to ^2.4.2 + ## [6.0.19](https://github.com/ipfs/helia/compare/helia-v6.0.18...helia-v6.0.19) (2026-02-05) diff --git a/packages/helia/package.json b/packages/helia/package.json index 147f4f89c..19c587edd 100644 --- a/packages/helia/package.json +++ b/packages/helia/package.json @@ -1,6 +1,6 @@ { "name": "helia", - "version": "6.0.19", + "version": "6.0.20", "description": "An implementation of IPFS in JavaScript", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/helia#readme", @@ -50,11 +50,11 @@ "dependencies": { "@chainsafe/libp2p-noise": "^17.0.0", "@chainsafe/libp2p-yamux": "^8.0.0", - "@helia/block-brokers": "^5.1.1", + "@helia/block-brokers": "^5.1.2", "@helia/delegated-routing-v1-http-api-client": "^6.0.0", - "@helia/interface": "^6.1.0", - "@helia/routers": "^5.0.2", - "@helia/utils": "^2.4.1", + "@helia/interface": "^6.1.1", + "@helia/routers": "^5.0.3", + "@helia/utils": "^2.4.2", "@ipshipyard/libp2p-auto-tls": "^2.0.1", "@libp2p/autonat": "^3.0.5", "@libp2p/bootstrap": "^12.0.6", diff --git a/packages/http/CHANGELOG.md b/packages/http/CHANGELOG.md index 6da199893..200dacd69 100644 --- a/packages/http/CHANGELOG.md +++ b/packages/http/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [3.0.20](https://github.com/ipfs/helia/compare/http-v3.0.19...http-v3.0.20) (2026-02-05) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/block-brokers bumped from ^5.1.1 to ^5.1.2 + * @helia/interface bumped from ^6.1.0 to ^6.1.1 + * @helia/routers bumped from ^5.0.2 to ^5.0.3 + * @helia/utils bumped from ^2.4.1 to ^2.4.2 + ## [3.0.19](https://github.com/ipfs/helia/compare/http-v3.0.18...http-v3.0.19) (2026-02-05) diff --git a/packages/http/package.json b/packages/http/package.json index 12eed8847..e8163c24f 100644 --- a/packages/http/package.json +++ b/packages/http/package.json @@ -1,6 +1,6 @@ { "name": "@helia/http", - "version": "3.0.19", + "version": "3.0.20", "description": "A lightweight implementation of IPFS over HTTP in JavaScript", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/http#readme", @@ -47,11 +47,11 @@ "test:electron-main": "aegir test -t electron-main" }, "dependencies": { - "@helia/block-brokers": "^5.1.1", + "@helia/block-brokers": "^5.1.2", "@helia/delegated-routing-v1-http-api-client": "^6.0.0", - "@helia/interface": "^6.1.0", - "@helia/routers": "^5.0.2", - "@helia/utils": "^2.4.1", + "@helia/interface": "^6.1.1", + "@helia/routers": "^5.0.3", + "@helia/utils": "^2.4.2", "@libp2p/config": "^1.1.20", "@libp2p/interface": "^3.1.0", "@libp2p/keychain": "^6.0.5", diff --git a/packages/interface/CHANGELOG.md b/packages/interface/CHANGELOG.md index 699267d20..898ff7699 100644 --- a/packages/interface/CHANGELOG.md +++ b/packages/interface/CHANGELOG.md @@ -5,6 +5,13 @@ * expose .dns property on @helia/interface ([#465](https://github.com/ipfs/helia/issues/465)) ([8c9bb7d](https://github.com/ipfs/helia/commit/8c9bb7d224a1b786cba1fba18bffe07001a3b95d)) +## [6.1.1](https://github.com/ipfs/helia/compare/interface-v6.1.0...interface-v6.1.1) (2026-02-05) + + +### Bug Fixes + +* allow configuring cid peer filter size ([#955](https://github.com/ipfs/helia/issues/955)) ([e16b7a7](https://github.com/ipfs/helia/commit/e16b7a7dcd013f13321dea162eee0130473541ea)) + ## [6.1.0](https://github.com/ipfs/helia/compare/interface-v6.0.3...interface-v6.1.0) (2026-02-04) diff --git a/packages/interface/package.json b/packages/interface/package.json index 2a8a58c87..4d0eba1c2 100644 --- a/packages/interface/package.json +++ b/packages/interface/package.json @@ -1,6 +1,6 @@ { "name": "@helia/interface", - "version": "6.1.0", + "version": "6.1.1", "description": "The Helia API", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/interface#readme", diff --git a/packages/interop/CHANGELOG.md b/packages/interop/CHANGELOG.md index 0fcb3bdc3..83e9fa53f 100644 --- a/packages/interop/CHANGELOG.md +++ b/packages/interop/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [10.1.2](https://github.com/ipfs/helia/compare/interop-v10.1.1...interop-v10.1.2) (2026-02-05) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/block-brokers bumped from ^5.1.1 to ^5.1.2 + * @helia/car bumped from ^5.3.8 to ^5.3.9 + * @helia/dag-cbor bumped from ^5.0.6 to ^5.0.7 + * @helia/dag-json bumped from ^5.0.6 to ^5.0.7 + * @helia/http bumped from ^3.0.19 to ^3.0.20 + * @helia/interface bumped from ^6.1.0 to ^6.1.1 + * @helia/ipns bumped from ^9.1.8 to ^9.1.9 + * @helia/json bumped from ^5.0.6 to ^5.0.7 + * @helia/mfs bumped from ^7.0.3 to ^7.0.4 + * @helia/routers bumped from ^5.0.2 to ^5.0.3 + * @helia/strings bumped from ^5.0.6 to ^5.0.7 + * @helia/unixfs bumped from ^7.0.3 to ^7.0.4 + * helia bumped from ^6.0.19 to ^6.0.20 + ## [10.1.1](https://github.com/ipfs/helia/compare/interop-v10.1.0...interop-v10.1.1) (2026-02-05) diff --git a/packages/interop/package.json b/packages/interop/package.json index 7e9bf84ad..8a2c74f27 100644 --- a/packages/interop/package.json +++ b/packages/interop/package.json @@ -1,6 +1,6 @@ { "name": "@helia/interop", - "version": "10.1.1", + "version": "10.1.2", "description": "Interop tests for Helia", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/interop#readme", @@ -51,19 +51,19 @@ "test:electron-main": "aegir test -t electron-main" }, "dependencies": { - "@helia/block-brokers": "^5.1.1", + "@helia/block-brokers": "^5.1.2", "@helia/dnslink": "^1.1.4", - "@helia/car": "^5.3.8", - "@helia/dag-cbor": "^5.0.6", - "@helia/dag-json": "^5.0.6", - "@helia/http": "^3.0.19", - "@helia/interface": "^6.1.0", - "@helia/ipns": "^9.1.8", - "@helia/json": "^5.0.6", - "@helia/mfs": "^7.0.3", - "@helia/routers": "^5.0.2", - "@helia/strings": "^5.0.6", - "@helia/unixfs": "^7.0.3", + "@helia/car": "^5.3.9", + "@helia/dag-cbor": "^5.0.7", + "@helia/dag-json": "^5.0.7", + "@helia/http": "^3.0.20", + "@helia/interface": "^6.1.1", + "@helia/ipns": "^9.1.9", + "@helia/json": "^5.0.7", + "@helia/mfs": "^7.0.4", + "@helia/routers": "^5.0.3", + "@helia/strings": "^5.0.7", + "@helia/unixfs": "^7.0.4", "@ipld/car": "^5.4.2", "@ipld/dag-cbor": "^9.2.5", "@ipld/dag-pb": "^4.1.5", @@ -78,7 +78,7 @@ "@multiformats/multiaddr": "^13.0.1", "@multiformats/sha3": "^3.0.2", "aegir": "^47.0.22", - "helia": "^6.0.19", + "helia": "^6.0.20", "ipfs-unixfs-importer": "^16.0.1", "ipfsd-ctl": "^16.0.0", "ipns": "^10.1.2", diff --git a/packages/ipns/CHANGELOG.md b/packages/ipns/CHANGELOG.md index d80bf48c0..4d2192da0 100644 --- a/packages/ipns/CHANGELOG.md +++ b/packages/ipns/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [9.1.9](https://github.com/ipfs/helia/compare/ipns-v9.1.8...ipns-v9.1.9) (2026-02-05) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^6.1.0 to ^6.1.1 + ## [9.1.8](https://github.com/ipfs/helia/compare/ipns-v9.1.7...ipns-v9.1.8) (2026-02-04) diff --git a/packages/ipns/package.json b/packages/ipns/package.json index ed7faae27..b4d0dac07 100644 --- a/packages/ipns/package.json +++ b/packages/ipns/package.json @@ -1,6 +1,6 @@ { "name": "@helia/ipns", - "version": "9.1.8", + "version": "9.1.9", "description": "An implementation of IPNS for Helia", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/ipns#readme", @@ -73,7 +73,7 @@ "test:electron-main": "aegir test -t electron-main" }, "dependencies": { - "@helia/interface": "^6.1.0", + "@helia/interface": "^6.1.1", "@libp2p/crypto": "^5.1.7", "@libp2p/interface": "^3.1.0", "@libp2p/kad-dht": "^16.1.0", diff --git a/packages/json/CHANGELOG.md b/packages/json/CHANGELOG.md index c19f6c4d6..6f908b908 100644 --- a/packages/json/CHANGELOG.md +++ b/packages/json/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [5.0.7](https://github.com/ipfs/helia/compare/json-v5.0.6...json-v5.0.7) (2026-02-05) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^6.1.0 to ^6.1.1 + ## [5.0.6](https://github.com/ipfs/helia/compare/json-v5.0.5...json-v5.0.6) (2026-02-04) diff --git a/packages/json/package.json b/packages/json/package.json index 5c947f37d..c24790953 100644 --- a/packages/json/package.json +++ b/packages/json/package.json @@ -1,6 +1,6 @@ { "name": "@helia/json", - "version": "5.0.6", + "version": "5.0.7", "description": "Add/get IPLD blocks containing json with your Helia node", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/json#readme", @@ -47,7 +47,7 @@ "test:electron-main": "aegir test -t electron-main" }, "dependencies": { - "@helia/interface": "^6.1.0", + "@helia/interface": "^6.1.1", "@libp2p/interface": "^3.1.0", "interface-blockstore": "^6.0.1", "it-to-buffer": "^4.0.10", diff --git a/packages/mfs/CHANGELOG.md b/packages/mfs/CHANGELOG.md index a2cf4e7c6..7f0e47137 100644 --- a/packages/mfs/CHANGELOG.md +++ b/packages/mfs/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [7.0.4](https://github.com/ipfs/helia/compare/mfs-v7.0.3...mfs-v7.0.4) (2026-02-05) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/unixfs bumped from ^7.0.3 to ^7.0.4 + ## [7.0.3](https://github.com/ipfs/helia/compare/mfs-v7.0.2...mfs-v7.0.3) (2026-02-04) diff --git a/packages/mfs/package.json b/packages/mfs/package.json index c83955c98..52adcc922 100644 --- a/packages/mfs/package.json +++ b/packages/mfs/package.json @@ -1,6 +1,6 @@ { "name": "@helia/mfs", - "version": "7.0.3", + "version": "7.0.4", "description": "A mutable filesystem powered by Helia", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/mfs#readme", @@ -47,7 +47,7 @@ "test:electron-main": "aegir test -t electron-main" }, "dependencies": { - "@helia/unixfs": "^7.0.3", + "@helia/unixfs": "^7.0.4", "@libp2p/interface": "^3.1.0", "interface-blockstore": "^6.0.1", "interface-datastore": "^9.0.2", diff --git a/packages/routers/CHANGELOG.md b/packages/routers/CHANGELOG.md index dc78d896a..47a906180 100644 --- a/packages/routers/CHANGELOG.md +++ b/packages/routers/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [5.0.3](https://github.com/ipfs/helia/compare/routers-v5.0.2...routers-v5.0.3) (2026-02-05) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^6.1.0 to ^6.1.1 + ## [5.0.2](https://github.com/ipfs/helia/compare/routers-v5.0.1...routers-v5.0.2) (2026-02-04) diff --git a/packages/routers/package.json b/packages/routers/package.json index a13f3c77f..01348aeea 100644 --- a/packages/routers/package.json +++ b/packages/routers/package.json @@ -1,6 +1,6 @@ { "name": "@helia/routers", - "version": "5.0.2", + "version": "5.0.3", "description": "Routers for Helia", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/routers#readme", @@ -48,7 +48,7 @@ }, "dependencies": { "@helia/delegated-routing-v1-http-api-client": "^6.0.0", - "@helia/interface": "^6.1.0", + "@helia/interface": "^6.1.1", "@libp2p/interface": "^3.1.0", "@libp2p/peer-id": "^6.0.3", "@multiformats/uri-to-multiaddr": "^10.0.0", diff --git a/packages/strings/CHANGELOG.md b/packages/strings/CHANGELOG.md index a1a4e8d50..854bfcb4b 100644 --- a/packages/strings/CHANGELOG.md +++ b/packages/strings/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [5.0.7](https://github.com/ipfs/helia/compare/strings-v5.0.6...strings-v5.0.7) (2026-02-05) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^6.1.0 to ^6.1.1 + ## [5.0.6](https://github.com/ipfs/helia/compare/strings-v5.0.5...strings-v5.0.6) (2026-02-04) diff --git a/packages/strings/package.json b/packages/strings/package.json index c71315a2a..f0c93b0c6 100644 --- a/packages/strings/package.json +++ b/packages/strings/package.json @@ -1,6 +1,6 @@ { "name": "@helia/strings", - "version": "5.0.6", + "version": "5.0.7", "description": "Add/get IPLD blocks containing strings with your Helia node", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/strings#readme", @@ -48,7 +48,7 @@ "test:electron-main": "aegir test -t electron-main" }, "dependencies": { - "@helia/interface": "^6.1.0", + "@helia/interface": "^6.1.1", "@libp2p/interface": "^3.1.0", "interface-blockstore": "^6.0.1", "it-to-buffer": "^4.0.10", diff --git a/packages/unixfs/CHANGELOG.md b/packages/unixfs/CHANGELOG.md index a0167be56..3d1a5bcd9 100644 --- a/packages/unixfs/CHANGELOG.md +++ b/packages/unixfs/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [7.0.4](https://github.com/ipfs/helia/compare/unixfs-v7.0.3...unixfs-v7.0.4) (2026-02-05) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^6.1.0 to ^6.1.1 + ## [7.0.3](https://github.com/ipfs/helia/compare/unixfs-v7.0.2...unixfs-v7.0.3) (2026-02-04) diff --git a/packages/unixfs/package.json b/packages/unixfs/package.json index 800189b62..c41387783 100644 --- a/packages/unixfs/package.json +++ b/packages/unixfs/package.json @@ -1,6 +1,6 @@ { "name": "@helia/unixfs", - "version": "7.0.3", + "version": "7.0.4", "description": "A Helia-compatible wrapper for UnixFS", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/unixfs#readme", @@ -67,7 +67,7 @@ "test:electron-main": "aegir test -t electron-main" }, "dependencies": { - "@helia/interface": "^6.1.0", + "@helia/interface": "^6.1.1", "@ipld/dag-pb": "^4.1.5", "@libp2p/interface": "^3.1.0", "@libp2p/logger": "^6.0.5", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 3d1e6325c..ab5e8e5e2 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [2.4.2](https://github.com/ipfs/helia/compare/utils-v2.4.1...utils-v2.4.2) (2026-02-05) + + +### Bug Fixes + +* allow configuring cid peer filter size ([#955](https://github.com/ipfs/helia/issues/955)) ([e16b7a7](https://github.com/ipfs/helia/commit/e16b7a7dcd013f13321dea162eee0130473541ea)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^6.1.0 to ^6.1.1 + ## [2.4.1](https://github.com/ipfs/helia/compare/utils-v2.4.0...utils-v2.4.1) (2026-02-05) diff --git a/packages/utils/package.json b/packages/utils/package.json index ff715c69f..c0ff9ce5b 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@helia/utils", - "version": "2.4.1", + "version": "2.4.2", "description": "Shared code that implements the Helia API", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/utils#readme", @@ -47,7 +47,7 @@ "test:electron-main": "aegir test -t electron-main" }, "dependencies": { - "@helia/interface": "^6.1.0", + "@helia/interface": "^6.1.1", "@ipld/dag-cbor": "^9.2.5", "@ipld/dag-json": "^10.2.5", "@ipld/dag-pb": "^4.1.5",