diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4e3e745e..69ecc500 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,19 +1,19 @@ { - "packages/block-brokers": "5.0.8", - "packages/bitswap": "3.0.8", - "packages/car": "5.2.4", + "packages/block-brokers": "5.0.9", + "packages/bitswap": "3.0.9", + "packages/car": "5.2.5", "packages/dag-cbor": "5.0.3", "packages/dag-json": "5.0.3", "packages/dnslink": "1.1.3", - "packages/helia": "6.0.9", + "packages/helia": "6.0.10", "packages/interface": "6.0.2", - "packages/interop": "9.0.10", + "packages/interop": "9.0.11", "packages/ipns": "9.1.3", "packages/json": "5.0.3", "packages/mfs": "6.0.3", "packages/strings": "5.0.3", "packages/unixfs": "6.0.3", - "packages/utils": "2.2.4", - "packages/http": "3.0.9", + "packages/utils": "2.2.5", + "packages/http": "3.0.10", "packages/routers": "4.0.4" } diff --git a/packages/bitswap/CHANGELOG.md b/packages/bitswap/CHANGELOG.md index da7701cf..12affca3 100644 --- a/packages/bitswap/CHANGELOG.md +++ b/packages/bitswap/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [3.0.9](https://github.com/ipfs/helia/compare/bitswap-v3.0.8...bitswap-v3.0.9) (2025-11-14) + + +### Bug Fixes + +* allow truncated hashes ([#903](https://github.com/ipfs/helia/issues/903)) ([c3d41c1](https://github.com/ipfs/helia/commit/c3d41c1f9584c87fbebc88bc6f106e93b8444698)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/utils bumped from ^2.2.4 to ^2.2.5 + ## [3.0.8](https://github.com/ipfs/helia/compare/bitswap-v3.0.7...bitswap-v3.0.8) (2025-11-13) diff --git a/packages/bitswap/package.json b/packages/bitswap/package.json index 931294f5..32ed5638 100644 --- a/packages/bitswap/package.json +++ b/packages/bitswap/package.json @@ -1,6 +1,6 @@ { "name": "@helia/bitswap", - "version": "3.0.8", + "version": "3.0.9", "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", @@ -52,7 +52,7 @@ }, "dependencies": { "@helia/interface": "^6.0.2", - "@helia/utils": "^2.2.4", + "@helia/utils": "^2.2.5", "@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 0882a41e..278a9871 100644 --- a/packages/block-brokers/CHANGELOG.md +++ b/packages/block-brokers/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [5.0.9](https://github.com/ipfs/helia/compare/block-brokers-v5.0.8...block-brokers-v5.0.9) (2025-11-14) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/bitswap bumped from ^3.0.8 to ^3.0.9 + * @helia/utils bumped from ^2.2.4 to ^2.2.5 + ## [5.0.8](https://github.com/ipfs/helia/compare/block-brokers-v5.0.7...block-brokers-v5.0.8) (2025-11-13) diff --git a/packages/block-brokers/package.json b/packages/block-brokers/package.json index 4926f9d6..e80203ae 100644 --- a/packages/block-brokers/package.json +++ b/packages/block-brokers/package.json @@ -1,6 +1,6 @@ { "name": "@helia/block-brokers", - "version": "5.0.8", + "version": "5.0.9", "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.0.8", + "@helia/bitswap": "^3.0.9", "@helia/interface": "^6.0.2", - "@helia/utils": "^2.2.4", + "@helia/utils": "^2.2.5", "@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 94f48931..e31d37c3 100644 --- a/packages/car/CHANGELOG.md +++ b/packages/car/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [5.2.5](https://github.com/ipfs/helia/compare/car-v5.2.4...car-v5.2.5) (2025-11-14) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/utils bumped from ^2.2.4 to ^2.2.5 + ## [5.2.4](https://github.com/ipfs/helia/compare/car-v5.2.3...car-v5.2.4) (2025-11-13) diff --git a/packages/car/package.json b/packages/car/package.json index b0b929a3..3e0cf931 100644 --- a/packages/car/package.json +++ b/packages/car/package.json @@ -1,6 +1,6 @@ { "name": "@helia/car", - "version": "5.2.4", + "version": "5.2.5", "description": "Import/export car files from Helia", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/car#readme", @@ -48,7 +48,7 @@ }, "dependencies": { "@helia/interface": "^6.0.2", - "@helia/utils": "^2.2.4", + "@helia/utils": "^2.2.5", "@ipld/car": "^5.4.2", "@ipld/dag-pb": "^4.1.5", "@libp2p/interface": "^3.1.0", diff --git a/packages/helia/CHANGELOG.md b/packages/helia/CHANGELOG.md index 227d99ef..8b445a59 100644 --- a/packages/helia/CHANGELOG.md +++ b/packages/helia/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [6.0.10](https://github.com/ipfs/helia/compare/helia-v6.0.9...helia-v6.0.10) (2025-11-14) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/block-brokers bumped from ^5.0.8 to ^5.0.9 + * @helia/utils bumped from ^2.2.4 to ^2.2.5 + ## [6.0.9](https://github.com/ipfs/helia/compare/helia-v6.0.8...helia-v6.0.9) (2025-11-13) diff --git a/packages/helia/package.json b/packages/helia/package.json index 15c7cf3b..0c7adc59 100644 --- a/packages/helia/package.json +++ b/packages/helia/package.json @@ -1,6 +1,6 @@ { "name": "helia", - "version": "6.0.9", + "version": "6.0.10", "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.0.8", + "@helia/block-brokers": "^5.0.9", "@helia/delegated-routing-v1-http-api-client": "^5.1.2", "@helia/interface": "^6.0.2", "@helia/routers": "^4.0.4", - "@helia/utils": "^2.2.4", + "@helia/utils": "^2.2.5", "@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 f4aedf90..c0f9617f 100644 --- a/packages/http/CHANGELOG.md +++ b/packages/http/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [3.0.10](https://github.com/ipfs/helia/compare/http-v3.0.9...http-v3.0.10) (2025-11-14) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/block-brokers bumped from ^5.0.8 to ^5.0.9 + * @helia/utils bumped from ^2.2.4 to ^2.2.5 + ## [3.0.9](https://github.com/ipfs/helia/compare/http-v3.0.8...http-v3.0.9) (2025-11-13) diff --git a/packages/http/package.json b/packages/http/package.json index 887dcb96..301c6243 100644 --- a/packages/http/package.json +++ b/packages/http/package.json @@ -1,6 +1,6 @@ { "name": "@helia/http", - "version": "3.0.9", + "version": "3.0.10", "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.0.8", + "@helia/block-brokers": "^5.0.9", "@helia/delegated-routing-v1-http-api-client": "^5.1.2", "@helia/interface": "^6.0.2", "@helia/routers": "^4.0.4", - "@helia/utils": "^2.2.4", + "@helia/utils": "^2.2.5", "@libp2p/config": "^1.1.20", "@libp2p/interface": "^3.1.0", "@libp2p/keychain": "^6.0.5", diff --git a/packages/interop/CHANGELOG.md b/packages/interop/CHANGELOG.md index c1ec9ada..b93126dc 100644 --- a/packages/interop/CHANGELOG.md +++ b/packages/interop/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [9.0.11](https://github.com/ipfs/helia/compare/interop-v9.0.10...interop-v9.0.11) (2025-11-14) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/block-brokers bumped from ^5.0.8 to ^5.0.9 + * @helia/car bumped from ^5.2.4 to ^5.2.5 + * @helia/http bumped from ^3.0.9 to ^3.0.10 + * helia bumped from ^6.0.9 to ^6.0.10 + ## [9.0.10](https://github.com/ipfs/helia/compare/interop-v9.0.9...interop-v9.0.10) (2025-11-13) diff --git a/packages/interop/package.json b/packages/interop/package.json index fab48e65..1f07c9fc 100644 --- a/packages/interop/package.json +++ b/packages/interop/package.json @@ -1,6 +1,6 @@ { "name": "@helia/interop", - "version": "9.0.10", + "version": "9.0.11", "description": "Interop tests for Helia", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/interop#readme", @@ -51,12 +51,12 @@ "test:electron-main": "aegir test -t electron-main" }, "dependencies": { - "@helia/block-brokers": "^5.0.8", + "@helia/block-brokers": "^5.0.9", "@helia/dnslink": "^1.1.3", - "@helia/car": "^5.2.4", + "@helia/car": "^5.2.5", "@helia/dag-cbor": "^5.0.3", "@helia/dag-json": "^5.0.3", - "@helia/http": "^3.0.9", + "@helia/http": "^3.0.10", "@helia/interface": "^6.0.2", "@helia/ipns": "^9.1.3", "@helia/json": "^5.0.3", @@ -78,7 +78,7 @@ "@multiformats/multiaddr": "^13.0.1", "@multiformats/sha3": "^3.0.2", "aegir": "^47.0.22", - "helia": "^6.0.9", + "helia": "^6.0.10", "ipfs-unixfs-importer": "^16.0.1", "ipfsd-ctl": "^16.0.0", "ipns": "^10.1.2", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index e32abce6..52cc3bd8 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.2.5](https://github.com/ipfs/helia/compare/utils-v2.2.4...utils-v2.2.5) (2025-11-14) + + +### Bug Fixes + +* allow truncated hashes ([#903](https://github.com/ipfs/helia/issues/903)) ([c3d41c1](https://github.com/ipfs/helia/commit/c3d41c1f9584c87fbebc88bc6f106e93b8444698)) + ## [2.2.4](https://github.com/ipfs/helia/compare/utils-v2.2.3...utils-v2.2.4) (2025-11-13) diff --git a/packages/utils/package.json b/packages/utils/package.json index a699f356..bfc248ec 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@helia/utils", - "version": "2.2.4", + "version": "2.2.5", "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",