diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0c01e8f0a..4bd20d08f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,19 +1,19 @@ { - "packages/block-brokers": "5.0.6", - "packages/bitswap": "3.0.6", - "packages/car": "5.2.2", - "packages/dag-cbor": "5.0.2", - "packages/dag-json": "5.0.2", - "packages/dnslink": "1.1.1", - "packages/helia": "6.0.7", - "packages/interface": "6.0.1", - "packages/interop": "9.0.7", - "packages/ipns": "9.1.2", - "packages/json": "5.0.2", - "packages/mfs": "6.0.2", - "packages/strings": "5.0.2", - "packages/unixfs": "6.0.2", - "packages/utils": "2.2.2", - "packages/http": "3.0.7", - "packages/routers": "4.0.2" + "packages/block-brokers": "5.0.7", + "packages/bitswap": "3.0.7", + "packages/car": "5.2.3", + "packages/dag-cbor": "5.0.3", + "packages/dag-json": "5.0.3", + "packages/dnslink": "1.1.2", + "packages/helia": "6.0.8", + "packages/interface": "6.0.2", + "packages/interop": "9.0.8", + "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.3", + "packages/http": "3.0.8", + "packages/routers": "4.0.3" } diff --git a/packages/bitswap/CHANGELOG.md b/packages/bitswap/CHANGELOG.md index bc5e6c173..4f6945057 100644 --- a/packages/bitswap/CHANGELOG.md +++ b/packages/bitswap/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [3.0.7](https://github.com/ipfs/helia/compare/bitswap-v3.0.6...bitswap-v3.0.7) (2025-10-29) + + +### Bug Fixes + +* use libp2p provider routing field ([#889](https://github.com/ipfs/helia/issues/889)) ([d4d97b8](https://github.com/ipfs/helia/commit/d4d97b83f76be7e3b480052467408839f808e230)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^6.0.1 to ^6.0.2 + * @helia/utils bumped from ^2.2.2 to ^2.2.3 + ## [3.0.6](https://github.com/ipfs/helia/compare/bitswap-v3.0.5...bitswap-v3.0.6) (2025-10-27) diff --git a/packages/bitswap/package.json b/packages/bitswap/package.json index 7340c9fcc..40ef15985 100644 --- a/packages/bitswap/package.json +++ b/packages/bitswap/package.json @@ -1,6 +1,6 @@ { "name": "@helia/bitswap", - "version": "3.0.6", + "version": "3.0.7", "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.0.1", - "@helia/utils": "^2.2.2", + "@helia/interface": "^6.0.2", + "@helia/utils": "^2.2.3", "@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 223a07532..af83df3b6 100644 --- a/packages/block-brokers/CHANGELOG.md +++ b/packages/block-brokers/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [5.0.7](https://github.com/ipfs/helia/compare/block-brokers-v5.0.6...block-brokers-v5.0.7) (2025-10-29) + + +### Bug Fixes + +* use libp2p provider routing field ([#889](https://github.com/ipfs/helia/issues/889)) ([d4d97b8](https://github.com/ipfs/helia/commit/d4d97b83f76be7e3b480052467408839f808e230)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/bitswap bumped from ^3.0.6 to ^3.0.7 + * @helia/interface bumped from ^6.0.1 to ^6.0.2 + * @helia/utils bumped from ^2.2.2 to ^2.2.3 + ## [5.0.6](https://github.com/ipfs/helia/compare/block-brokers-v5.0.5...block-brokers-v5.0.6) (2025-10-27) diff --git a/packages/block-brokers/package.json b/packages/block-brokers/package.json index faf0e0228..ab546a684 100644 --- a/packages/block-brokers/package.json +++ b/packages/block-brokers/package.json @@ -1,6 +1,6 @@ { "name": "@helia/block-brokers", - "version": "5.0.6", + "version": "5.0.7", "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.6", - "@helia/interface": "^6.0.1", - "@helia/utils": "^2.2.2", + "@helia/bitswap": "^3.0.7", + "@helia/interface": "^6.0.2", + "@helia/utils": "^2.2.3", "@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 9bd6bbe1d..087dc3d6b 100644 --- a/packages/car/CHANGELOG.md +++ b/packages/car/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [5.2.3](https://github.com/ipfs/helia/compare/car-v5.2.2...car-v5.2.3) (2025-10-29) + + +### Bug Fixes + +* use libp2p provider routing field ([#889](https://github.com/ipfs/helia/issues/889)) ([d4d97b8](https://github.com/ipfs/helia/commit/d4d97b83f76be7e3b480052467408839f808e230)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^6.0.1 to ^6.0.2 + * @helia/utils bumped from ^2.2.2 to ^2.2.3 + * devDependencies + * @helia/mfs bumped from ^6.0.2 to ^6.0.3 + * @helia/unixfs bumped from ^6.0.2 to ^6.0.3 + ## [5.2.2](https://github.com/ipfs/helia/compare/car-v5.2.1...car-v5.2.2) (2025-10-27) diff --git a/packages/car/package.json b/packages/car/package.json index d1823405a..2f5d77639 100644 --- a/packages/car/package.json +++ b/packages/car/package.json @@ -1,6 +1,6 @@ { "name": "@helia/car", - "version": "5.2.2", + "version": "5.2.3", "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.0.1", - "@helia/utils": "^2.2.2", + "@helia/interface": "^6.0.2", + "@helia/utils": "^2.2.3", "@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": "^6.0.2", - "@helia/unixfs": "^6.0.2", + "@helia/mfs": "^6.0.3", + "@helia/unixfs": "^6.0.3", "@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 9dfce31d0..b4f9203d4 100644 --- a/packages/dag-cbor/CHANGELOG.md +++ b/packages/dag-cbor/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [5.0.3](https://github.com/ipfs/helia/compare/dag-cbor-v5.0.2...dag-cbor-v5.0.3) (2025-10-29) + + +### Bug Fixes + +* use libp2p provider routing field ([#889](https://github.com/ipfs/helia/issues/889)) ([d4d97b8](https://github.com/ipfs/helia/commit/d4d97b83f76be7e3b480052467408839f808e230)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^6.0.1 to ^6.0.2 + ## [5.0.2](https://github.com/ipfs/helia/compare/dag-cbor-v5.0.1...dag-cbor-v5.0.2) (2025-10-27) diff --git a/packages/dag-cbor/package.json b/packages/dag-cbor/package.json index 3a6a46ad9..7a85cd85d 100644 --- a/packages/dag-cbor/package.json +++ b/packages/dag-cbor/package.json @@ -1,6 +1,6 @@ { "name": "@helia/dag-cbor", - "version": "5.0.2", + "version": "5.0.3", "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.0.1", + "@helia/interface": "^6.0.2", "@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 d2785bacf..6ee1eb2a1 100644 --- a/packages/dag-json/CHANGELOG.md +++ b/packages/dag-json/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [5.0.3](https://github.com/ipfs/helia/compare/dag-json-v5.0.2...dag-json-v5.0.3) (2025-10-29) + + +### Bug Fixes + +* use libp2p provider routing field ([#889](https://github.com/ipfs/helia/issues/889)) ([d4d97b8](https://github.com/ipfs/helia/commit/d4d97b83f76be7e3b480052467408839f808e230)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^6.0.1 to ^6.0.2 + ## [5.0.2](https://github.com/ipfs/helia/compare/dag-json-v5.0.1...dag-json-v5.0.2) (2025-10-27) diff --git a/packages/dag-json/package.json b/packages/dag-json/package.json index 1c962aba7..114a7355a 100644 --- a/packages/dag-json/package.json +++ b/packages/dag-json/package.json @@ -1,6 +1,6 @@ { "name": "@helia/dag-json", - "version": "5.0.2", + "version": "5.0.3", "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.0.1", + "@helia/interface": "^6.0.2", "@ipld/dag-json": "^10.2.5", "@libp2p/interface": "^3.1.0", "interface-blockstore": "^6.0.1", diff --git a/packages/dnslink/CHANGELOG.md b/packages/dnslink/CHANGELOG.md index e4052af20..ce7ae9a68 100644 --- a/packages/dnslink/CHANGELOG.md +++ b/packages/dnslink/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.2](https://github.com/ipfs/helia/compare/dnslink-v1.1.1...dnslink-v1.1.2) (2025-10-29) + + +### Bug Fixes + +* use libp2p provider routing field ([#889](https://github.com/ipfs/helia/issues/889)) ([d4d97b8](https://github.com/ipfs/helia/commit/d4d97b83f76be7e3b480052467408839f808e230)) + ## [1.1.1](https://github.com/ipfs/helia/compare/dnslink-v1.1.0...dnslink-v1.1.1) (2025-10-22) diff --git a/packages/dnslink/package.json b/packages/dnslink/package.json index c0025219e..a5a02eb0a 100644 --- a/packages/dnslink/package.json +++ b/packages/dnslink/package.json @@ -1,6 +1,6 @@ { "name": "@helia/dnslink", - "version": "1.1.1", + "version": "1.1.2", "description": "DNSLink operations using Helia", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/dnslink#readme", diff --git a/packages/helia/CHANGELOG.md b/packages/helia/CHANGELOG.md index e1400a764..000d3a863 100644 --- a/packages/helia/CHANGELOG.md +++ b/packages/helia/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [6.0.8](https://github.com/ipfs/helia/compare/helia-v6.0.7...helia-v6.0.8) (2025-10-29) + + +### Bug Fixes + +* use libp2p provider routing field ([#889](https://github.com/ipfs/helia/issues/889)) ([d4d97b8](https://github.com/ipfs/helia/commit/d4d97b83f76be7e3b480052467408839f808e230)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/block-brokers bumped from ^5.0.6 to ^5.0.7 + * @helia/interface bumped from ^6.0.1 to ^6.0.2 + * @helia/routers bumped from ^4.0.2 to ^4.0.3 + * @helia/utils bumped from ^2.2.2 to ^2.2.3 + ## [6.0.7](https://github.com/ipfs/helia/compare/helia-v6.0.6...helia-v6.0.7) (2025-10-27) diff --git a/packages/helia/package.json b/packages/helia/package.json index 32755688f..e7b4e67d4 100644 --- a/packages/helia/package.json +++ b/packages/helia/package.json @@ -1,6 +1,6 @@ { "name": "helia", - "version": "6.0.7", + "version": "6.0.8", "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.6", + "@helia/block-brokers": "^5.0.7", "@helia/delegated-routing-v1-http-api-client": "^5.0.0", - "@helia/interface": "^6.0.1", - "@helia/routers": "^4.0.2", - "@helia/utils": "^2.2.2", + "@helia/interface": "^6.0.2", + "@helia/routers": "^4.0.3", + "@helia/utils": "^2.2.3", "@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 ab4ddc306..d5be688ce 100644 --- a/packages/http/CHANGELOG.md +++ b/packages/http/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [3.0.8](https://github.com/ipfs/helia/compare/http-v3.0.7...http-v3.0.8) (2025-10-29) + + +### Bug Fixes + +* use libp2p provider routing field ([#889](https://github.com/ipfs/helia/issues/889)) ([d4d97b8](https://github.com/ipfs/helia/commit/d4d97b83f76be7e3b480052467408839f808e230)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/block-brokers bumped from ^5.0.6 to ^5.0.7 + * @helia/interface bumped from ^6.0.1 to ^6.0.2 + * @helia/routers bumped from ^4.0.2 to ^4.0.3 + * @helia/utils bumped from ^2.2.2 to ^2.2.3 + ## [3.0.7](https://github.com/ipfs/helia/compare/http-v3.0.6...http-v3.0.7) (2025-10-27) diff --git a/packages/http/package.json b/packages/http/package.json index 101ec5be8..1d02a6a34 100644 --- a/packages/http/package.json +++ b/packages/http/package.json @@ -1,6 +1,6 @@ { "name": "@helia/http", - "version": "3.0.7", + "version": "3.0.8", "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.6", + "@helia/block-brokers": "^5.0.7", "@helia/delegated-routing-v1-http-api-client": "^5.0.0", - "@helia/interface": "^6.0.1", - "@helia/routers": "^4.0.2", - "@helia/utils": "^2.2.2", + "@helia/interface": "^6.0.2", + "@helia/routers": "^4.0.3", + "@helia/utils": "^2.2.3", "@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 c6c53d5c9..30933fcb5 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.0.2](https://github.com/ipfs/helia/compare/interface-v6.0.1...interface-v6.0.2) (2025-10-29) + + +### Bug Fixes + +* use libp2p provider routing field ([#889](https://github.com/ipfs/helia/issues/889)) ([d4d97b8](https://github.com/ipfs/helia/commit/d4d97b83f76be7e3b480052467408839f808e230)) + ## [6.0.1](https://github.com/ipfs/helia/compare/interface-v6.0.0...interface-v6.0.1) (2025-10-27) diff --git a/packages/interface/package.json b/packages/interface/package.json index 3718412bd..e435dec1c 100644 --- a/packages/interface/package.json +++ b/packages/interface/package.json @@ -1,6 +1,6 @@ { "name": "@helia/interface", - "version": "6.0.1", + "version": "6.0.2", "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 11aea1c19..c972b886b 100644 --- a/packages/interop/CHANGELOG.md +++ b/packages/interop/CHANGELOG.md @@ -1,5 +1,32 @@ # Changelog +## [9.0.8](https://github.com/ipfs/helia/compare/interop-v9.0.7...interop-v9.0.8) (2025-10-29) + + +### Bug Fixes + +* use libp2p provider routing field ([#889](https://github.com/ipfs/helia/issues/889)) ([d4d97b8](https://github.com/ipfs/helia/commit/d4d97b83f76be7e3b480052467408839f808e230)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/block-brokers bumped from ^5.0.6 to ^5.0.7 + * @helia/dnslink bumped from ^1.1.1 to ^1.1.2 + * @helia/car bumped from ^5.2.2 to ^5.2.3 + * @helia/dag-cbor bumped from ^5.0.2 to ^5.0.3 + * @helia/dag-json bumped from ^5.0.2 to ^5.0.3 + * @helia/http bumped from ^3.0.7 to ^3.0.8 + * @helia/interface bumped from ^6.0.1 to ^6.0.2 + * @helia/ipns bumped from ^9.1.2 to ^9.1.3 + * @helia/json bumped from ^5.0.2 to ^5.0.3 + * @helia/mfs bumped from ^6.0.2 to ^6.0.3 + * @helia/routers bumped from ^4.0.2 to ^4.0.3 + * @helia/strings bumped from ^5.0.2 to ^5.0.3 + * @helia/unixfs bumped from ^6.0.2 to ^6.0.3 + * helia bumped from ^6.0.7 to ^6.0.8 + ## [9.0.7](https://github.com/ipfs/helia/compare/interop-v9.0.6...interop-v9.0.7) (2025-10-27) diff --git a/packages/interop/package.json b/packages/interop/package.json index 45a5b60d0..c39600389 100644 --- a/packages/interop/package.json +++ b/packages/interop/package.json @@ -1,6 +1,6 @@ { "name": "@helia/interop", - "version": "9.0.7", + "version": "9.0.8", "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.0.6", - "@helia/dnslink": "^1.1.1", - "@helia/car": "^5.2.2", - "@helia/dag-cbor": "^5.0.2", - "@helia/dag-json": "^5.0.2", - "@helia/http": "^3.0.7", - "@helia/interface": "^6.0.1", - "@helia/ipns": "^9.1.2", - "@helia/json": "^5.0.2", - "@helia/mfs": "^6.0.2", - "@helia/routers": "^4.0.2", - "@helia/strings": "^5.0.2", - "@helia/unixfs": "^6.0.2", + "@helia/block-brokers": "^5.0.7", + "@helia/dnslink": "^1.1.2", + "@helia/car": "^5.2.3", + "@helia/dag-cbor": "^5.0.3", + "@helia/dag-json": "^5.0.3", + "@helia/http": "^3.0.8", + "@helia/interface": "^6.0.2", + "@helia/ipns": "^9.1.3", + "@helia/json": "^5.0.3", + "@helia/mfs": "^6.0.3", + "@helia/routers": "^4.0.3", + "@helia/strings": "^5.0.3", + "@helia/unixfs": "^6.0.3", "@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.7", + "helia": "^6.0.8", "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 79e05961b..95677f8a9 100644 --- a/packages/ipns/CHANGELOG.md +++ b/packages/ipns/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [9.1.3](https://github.com/ipfs/helia/compare/ipns-v9.1.2...ipns-v9.1.3) (2025-10-29) + + +### Bug Fixes + +* use libp2p provider routing field ([#889](https://github.com/ipfs/helia/issues/889)) ([d4d97b8](https://github.com/ipfs/helia/commit/d4d97b83f76be7e3b480052467408839f808e230)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^6.0.1 to ^6.0.2 + ## [9.1.2](https://github.com/ipfs/helia/compare/ipns-v9.1.1...ipns-v9.1.2) (2025-10-27) diff --git a/packages/ipns/package.json b/packages/ipns/package.json index 81d9aa542..8f38a435c 100644 --- a/packages/ipns/package.json +++ b/packages/ipns/package.json @@ -1,6 +1,6 @@ { "name": "@helia/ipns", - "version": "9.1.2", + "version": "9.1.3", "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.0.1", + "@helia/interface": "^6.0.2", "@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 1017e36e0..e152851d1 100644 --- a/packages/json/CHANGELOG.md +++ b/packages/json/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [5.0.3](https://github.com/ipfs/helia/compare/json-v5.0.2...json-v5.0.3) (2025-10-29) + + +### Bug Fixes + +* use libp2p provider routing field ([#889](https://github.com/ipfs/helia/issues/889)) ([d4d97b8](https://github.com/ipfs/helia/commit/d4d97b83f76be7e3b480052467408839f808e230)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^6.0.1 to ^6.0.2 + ## [5.0.2](https://github.com/ipfs/helia/compare/json-v5.0.1...json-v5.0.2) (2025-10-27) diff --git a/packages/json/package.json b/packages/json/package.json index 31e5650da..87e6a8db3 100644 --- a/packages/json/package.json +++ b/packages/json/package.json @@ -1,6 +1,6 @@ { "name": "@helia/json", - "version": "5.0.2", + "version": "5.0.3", "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.0.1", + "@helia/interface": "^6.0.2", "@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 79cb5c180..31870e1cb 100644 --- a/packages/mfs/CHANGELOG.md +++ b/packages/mfs/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [6.0.3](https://github.com/ipfs/helia/compare/mfs-v6.0.2...mfs-v6.0.3) (2025-10-29) + + +### Bug Fixes + +* use libp2p provider routing field ([#889](https://github.com/ipfs/helia/issues/889)) ([d4d97b8](https://github.com/ipfs/helia/commit/d4d97b83f76be7e3b480052467408839f808e230)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/unixfs bumped from ^6.0.2 to ^6.0.3 + ## [6.0.2](https://github.com/ipfs/helia/compare/mfs-v6.0.1...mfs-v6.0.2) (2025-10-27) diff --git a/packages/mfs/package.json b/packages/mfs/package.json index c1dd42653..9a749b39b 100644 --- a/packages/mfs/package.json +++ b/packages/mfs/package.json @@ -1,6 +1,6 @@ { "name": "@helia/mfs", - "version": "6.0.2", + "version": "6.0.3", "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": "^6.0.2", + "@helia/unixfs": "^6.0.3", "@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 d0ea17989..5f7dfe9ca 100644 --- a/packages/routers/CHANGELOG.md +++ b/packages/routers/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [4.0.3](https://github.com/ipfs/helia/compare/routers-v4.0.2...routers-v4.0.3) (2025-10-29) + + +### Bug Fixes + +* use libp2p provider routing field ([#889](https://github.com/ipfs/helia/issues/889)) ([d4d97b8](https://github.com/ipfs/helia/commit/d4d97b83f76be7e3b480052467408839f808e230)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^6.0.0 to ^6.0.2 + ## [4.0.2](https://github.com/ipfs/helia/compare/routers-v4.0.1...routers-v4.0.2) (2025-10-27) diff --git a/packages/routers/package.json b/packages/routers/package.json index 821283ba3..b45f4d26d 100644 --- a/packages/routers/package.json +++ b/packages/routers/package.json @@ -1,6 +1,6 @@ { "name": "@helia/routers", - "version": "4.0.1", + "version": "4.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": "^5.0.0", - "@helia/interface": "^6.0.0", + "@helia/interface": "^6.0.2", "@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 d735c5e06..f41bf2a39 100644 --- a/packages/strings/CHANGELOG.md +++ b/packages/strings/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [5.0.3](https://github.com/ipfs/helia/compare/strings-v5.0.2...strings-v5.0.3) (2025-10-29) + + +### Bug Fixes + +* use libp2p provider routing field ([#889](https://github.com/ipfs/helia/issues/889)) ([d4d97b8](https://github.com/ipfs/helia/commit/d4d97b83f76be7e3b480052467408839f808e230)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^6.0.1 to ^6.0.2 + ## [5.0.2](https://github.com/ipfs/helia/compare/strings-v5.0.1...strings-v5.0.2) (2025-10-27) diff --git a/packages/strings/package.json b/packages/strings/package.json index 507e7e5d5..d3a23e0ef 100644 --- a/packages/strings/package.json +++ b/packages/strings/package.json @@ -1,6 +1,6 @@ { "name": "@helia/strings", - "version": "5.0.2", + "version": "5.0.3", "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.0.1", + "@helia/interface": "^6.0.2", "@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 35bda8f19..93fb0f8d2 100644 --- a/packages/unixfs/CHANGELOG.md +++ b/packages/unixfs/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [6.0.3](https://github.com/ipfs/helia/compare/unixfs-v6.0.2...unixfs-v6.0.3) (2025-10-29) + + +### Bug Fixes + +* use libp2p provider routing field ([#889](https://github.com/ipfs/helia/issues/889)) ([d4d97b8](https://github.com/ipfs/helia/commit/d4d97b83f76be7e3b480052467408839f808e230)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^6.0.1 to ^6.0.2 + ## [6.0.2](https://github.com/ipfs/helia/compare/unixfs-v6.0.1...unixfs-v6.0.2) (2025-10-27) diff --git a/packages/unixfs/package.json b/packages/unixfs/package.json index 1515d7a01..fb3dccd39 100644 --- a/packages/unixfs/package.json +++ b/packages/unixfs/package.json @@ -1,6 +1,6 @@ { "name": "@helia/unixfs", - "version": "6.0.2", + "version": "6.0.3", "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.0.1", + "@helia/interface": "^6.0.2", "@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 2a24b62d0..517012b49 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [2.2.3](https://github.com/ipfs/helia/compare/utils-v2.2.2...utils-v2.2.3) (2025-10-29) + + +### Bug Fixes + +* use libp2p provider routing field ([#889](https://github.com/ipfs/helia/issues/889)) ([d4d97b8](https://github.com/ipfs/helia/commit/d4d97b83f76be7e3b480052467408839f808e230)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^6.0.1 to ^6.0.2 + ## [2.2.2](https://github.com/ipfs/helia/compare/utils-v2.2.1...utils-v2.2.2) (2025-10-27) diff --git a/packages/utils/package.json b/packages/utils/package.json index 2af12344f..470558e43 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@helia/utils", - "version": "2.2.2", + "version": "2.2.3", "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.0.1", + "@helia/interface": "^6.0.2", "@ipld/dag-cbor": "^9.2.5", "@ipld/dag-json": "^10.2.5", "@ipld/dag-pb": "^4.1.5",