From 5d98cc268cadde716b6c4f51e09e02802bee0f61 Mon Sep 17 00:00:00 2001 From: Alex Potsides Date: Fri, 27 Mar 2026 14:50:19 +0100 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 32 ++++++++++++++--------------- packages/bitswap/CHANGELOG.md | 15 ++++++++++++++ packages/bitswap/package.json | 6 +++--- packages/block-brokers/CHANGELOG.md | 16 +++++++++++++++ packages/block-brokers/package.json | 8 ++++---- packages/car/CHANGELOG.md | 13 ++++++++++++ packages/car/package.json | 10 ++++----- packages/dag-cbor/CHANGELOG.md | 9 ++++++++ packages/dag-cbor/package.json | 4 ++-- packages/dag-json/CHANGELOG.md | 9 ++++++++ packages/dag-json/package.json | 4 ++-- packages/helia/CHANGELOG.md | 12 +++++++++++ packages/helia/package.json | 10 ++++----- packages/http/CHANGELOG.md | 12 +++++++++++ packages/http/package.json | 10 ++++----- packages/interface/CHANGELOG.md | 7 +++++++ packages/interface/package.json | 2 +- packages/interop/CHANGELOG.md | 26 +++++++++++++++++++++++ packages/interop/package.json | 28 ++++++++++++------------- packages/ipns/CHANGELOG.md | 9 ++++++++ packages/ipns/package.json | 4 ++-- packages/json/CHANGELOG.md | 9 ++++++++ packages/json/package.json | 4 ++-- packages/mfs/CHANGELOG.md | 14 +++++++++++++ packages/mfs/package.json | 4 ++-- packages/routers/CHANGELOG.md | 14 +++++++++++++ packages/routers/package.json | 4 ++-- packages/strings/CHANGELOG.md | 9 ++++++++ packages/strings/package.json | 4 ++-- packages/unixfs/CHANGELOG.md | 9 ++++++++ packages/unixfs/package.json | 4 ++-- packages/utils/CHANGELOG.md | 14 +++++++++++++ packages/utils/package.json | 4 ++-- 33 files changed, 268 insertions(+), 71 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7057e2575..d7ccb1d62 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,19 +1,19 @@ { - "packages/block-brokers": "5.1.4", - "packages/bitswap": "3.1.4", - "packages/car": "5.3.10", - "packages/dag-cbor": "5.0.7", - "packages/dag-json": "5.0.7", + "packages/block-brokers": "5.2.0", + "packages/bitswap": "3.2.0", + "packages/car": "5.3.11", + "packages/dag-cbor": "5.0.8", + "packages/dag-json": "5.0.8", "packages/dnslink": "1.1.4", - "packages/helia": "6.0.22", - "packages/interface": "6.1.1", - "packages/interop": "10.1.4", - "packages/ipns": "9.1.9", - "packages/json": "5.0.7", - "packages/mfs": "7.0.5", - "packages/strings": "5.0.7", - "packages/unixfs": "7.1.0", - "packages/utils": "2.4.2", - "packages/http": "3.0.22", - "packages/routers": "5.0.3" + "packages/helia": "6.0.23", + "packages/interface": "6.2.0", + "packages/interop": "10.2.0", + "packages/ipns": "9.1.10", + "packages/json": "5.0.8", + "packages/mfs": "7.1.0", + "packages/strings": "5.0.8", + "packages/unixfs": "7.1.1", + "packages/utils": "2.5.0", + "packages/http": "3.0.23", + "packages/routers": "5.1.0" } diff --git a/packages/bitswap/CHANGELOG.md b/packages/bitswap/CHANGELOG.md index 2ca9e34b5..8bb48d902 100644 --- a/packages/bitswap/CHANGELOG.md +++ b/packages/bitswap/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [3.2.0](https://github.com/ipfs/helia/compare/bitswap-v3.1.4...bitswap-v3.2.0) (2026-03-27) + + +### Features + +* emit standardized routing events ([#981](https://github.com/ipfs/helia/issues/981)) ([5ee3283](https://github.com/ipfs/helia/commit/5ee3283f6f414a9cff4fbe941481aec5f0e4143a)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^6.1.1 to ^6.2.0 + * @helia/utils bumped from ^2.4.2 to ^2.5.0 + ## [3.1.4](https://github.com/ipfs/helia/compare/bitswap-v3.1.3...bitswap-v3.1.4) (2026-03-18) diff --git a/packages/bitswap/package.json b/packages/bitswap/package.json index 92970eb57..826791d5c 100644 --- a/packages/bitswap/package.json +++ b/packages/bitswap/package.json @@ -1,6 +1,6 @@ { "name": "@helia/bitswap", - "version": "3.1.4", + "version": "3.2.0", "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.1", - "@helia/utils": "^2.4.2", + "@helia/interface": "^6.2.0", + "@helia/utils": "^2.5.0", "@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 462ad1b79..7030c2476 100644 --- a/packages/block-brokers/CHANGELOG.md +++ b/packages/block-brokers/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [5.2.0](https://github.com/ipfs/helia/compare/block-brokers-v5.1.4...block-brokers-v5.2.0) (2026-03-27) + + +### Features + +* emit standardized routing events ([#981](https://github.com/ipfs/helia/issues/981)) ([5ee3283](https://github.com/ipfs/helia/commit/5ee3283f6f414a9cff4fbe941481aec5f0e4143a)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/bitswap bumped from ^3.1.4 to ^3.2.0 + * @helia/interface bumped from ^6.1.1 to ^6.2.0 + * @helia/utils bumped from ^2.4.2 to ^2.5.0 + ## [5.1.4](https://github.com/ipfs/helia/compare/block-brokers-v5.1.3...block-brokers-v5.1.4) (2026-03-18) diff --git a/packages/block-brokers/package.json b/packages/block-brokers/package.json index 375fcd836..b57b76612 100644 --- a/packages/block-brokers/package.json +++ b/packages/block-brokers/package.json @@ -1,6 +1,6 @@ { "name": "@helia/block-brokers", - "version": "5.1.4", + "version": "5.2.0", "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.4", - "@helia/interface": "^6.1.1", - "@helia/utils": "^2.4.2", + "@helia/bitswap": "^3.2.0", + "@helia/interface": "^6.2.0", + "@helia/utils": "^2.5.0", "@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 0635a4461..a8ec3de3d 100644 --- a/packages/car/CHANGELOG.md +++ b/packages/car/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [5.3.11](https://github.com/ipfs/helia/compare/car-v5.3.10...car-v5.3.11) (2026-03-27) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^6.1.1 to ^6.2.0 + * @helia/utils bumped from ^2.4.2 to ^2.5.0 + * devDependencies + * @helia/mfs bumped from ^7.0.5 to ^7.1.0 + * @helia/unixfs bumped from ^7.1.0 to ^7.1.1 + ## [5.3.10](https://github.com/ipfs/helia/compare/car-v5.3.9...car-v5.3.10) (2026-03-18) diff --git a/packages/car/package.json b/packages/car/package.json index a36f3457e..1b2029178 100644 --- a/packages/car/package.json +++ b/packages/car/package.json @@ -1,6 +1,6 @@ { "name": "@helia/car", - "version": "5.3.10", + "version": "5.3.11", "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.1", - "@helia/utils": "^2.4.2", + "@helia/interface": "^6.2.0", + "@helia/utils": "^2.5.0", "@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.5", - "@helia/unixfs": "^7.1.0", + "@helia/mfs": "^7.1.0", + "@helia/unixfs": "^7.1.1", "@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 1b866fb0e..e6d1887f0 100644 --- a/packages/dag-cbor/CHANGELOG.md +++ b/packages/dag-cbor/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [5.0.8](https://github.com/ipfs/helia/compare/dag-cbor-v5.0.7...dag-cbor-v5.0.8) (2026-03-27) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^6.1.1 to ^6.2.0 + ## [5.0.7](https://github.com/ipfs/helia/compare/dag-cbor-v5.0.6...dag-cbor-v5.0.7) (2026-02-05) diff --git a/packages/dag-cbor/package.json b/packages/dag-cbor/package.json index 5f73e4d21..748a24ffa 100644 --- a/packages/dag-cbor/package.json +++ b/packages/dag-cbor/package.json @@ -1,6 +1,6 @@ { "name": "@helia/dag-cbor", - "version": "5.0.7", + "version": "5.0.8", "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.1", + "@helia/interface": "^6.2.0", "@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 470e3bd46..9747abef8 100644 --- a/packages/dag-json/CHANGELOG.md +++ b/packages/dag-json/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [5.0.8](https://github.com/ipfs/helia/compare/dag-json-v5.0.7...dag-json-v5.0.8) (2026-03-27) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^6.1.1 to ^6.2.0 + ## [5.0.7](https://github.com/ipfs/helia/compare/dag-json-v5.0.6...dag-json-v5.0.7) (2026-02-05) diff --git a/packages/dag-json/package.json b/packages/dag-json/package.json index e2136066e..e3c70aace 100644 --- a/packages/dag-json/package.json +++ b/packages/dag-json/package.json @@ -1,6 +1,6 @@ { "name": "@helia/dag-json", - "version": "5.0.7", + "version": "5.0.8", "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.1", + "@helia/interface": "^6.2.0", "@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 7b06c9029..7eb87851b 100644 --- a/packages/helia/CHANGELOG.md +++ b/packages/helia/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [6.0.23](https://github.com/ipfs/helia/compare/helia-v6.0.22...helia-v6.0.23) (2026-03-27) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/block-brokers bumped from ^5.1.4 to ^5.2.0 + * @helia/interface bumped from ^6.1.1 to ^6.2.0 + * @helia/routers bumped from ^5.0.3 to ^5.1.0 + * @helia/utils bumped from ^2.4.2 to ^2.5.0 + ## [6.0.22](https://github.com/ipfs/helia/compare/helia-v6.0.21...helia-v6.0.22) (2026-03-18) diff --git a/packages/helia/package.json b/packages/helia/package.json index 753b813c2..4bba9cf10 100644 --- a/packages/helia/package.json +++ b/packages/helia/package.json @@ -1,6 +1,6 @@ { "name": "helia", - "version": "6.0.22", + "version": "6.0.23", "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.4", + "@helia/block-brokers": "^5.2.0", "@helia/delegated-routing-v1-http-api-client": "^6.0.0", - "@helia/interface": "^6.1.1", - "@helia/routers": "^5.0.3", - "@helia/utils": "^2.4.2", + "@helia/interface": "^6.2.0", + "@helia/routers": "^5.1.0", + "@helia/utils": "^2.5.0", "@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 c80e064fa..360d78bdf 100644 --- a/packages/http/CHANGELOG.md +++ b/packages/http/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [3.0.23](https://github.com/ipfs/helia/compare/http-v3.0.22...http-v3.0.23) (2026-03-27) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/block-brokers bumped from ^5.1.4 to ^5.2.0 + * @helia/interface bumped from ^6.1.1 to ^6.2.0 + * @helia/routers bumped from ^5.0.3 to ^5.1.0 + * @helia/utils bumped from ^2.4.2 to ^2.5.0 + ## [3.0.22](https://github.com/ipfs/helia/compare/http-v3.0.21...http-v3.0.22) (2026-03-18) diff --git a/packages/http/package.json b/packages/http/package.json index 5eeb68bd9..ef93afabe 100644 --- a/packages/http/package.json +++ b/packages/http/package.json @@ -1,6 +1,6 @@ { "name": "@helia/http", - "version": "3.0.22", + "version": "3.0.23", "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.4", + "@helia/block-brokers": "^5.2.0", "@helia/delegated-routing-v1-http-api-client": "^6.0.0", - "@helia/interface": "^6.1.1", - "@helia/routers": "^5.0.3", - "@helia/utils": "^2.4.2", + "@helia/interface": "^6.2.0", + "@helia/routers": "^5.1.0", + "@helia/utils": "^2.5.0", "@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 898ff7699..b96e49a69 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.2.0](https://github.com/ipfs/helia/compare/interface-v6.1.1...interface-v6.2.0) (2026-03-27) + + +### Features + +* emit standardized routing events ([#981](https://github.com/ipfs/helia/issues/981)) ([5ee3283](https://github.com/ipfs/helia/commit/5ee3283f6f414a9cff4fbe941481aec5f0e4143a)) + ## [6.1.1](https://github.com/ipfs/helia/compare/interface-v6.1.0...interface-v6.1.1) (2026-02-05) diff --git a/packages/interface/package.json b/packages/interface/package.json index 4d0eba1c2..5d3785be0 100644 --- a/packages/interface/package.json +++ b/packages/interface/package.json @@ -1,6 +1,6 @@ { "name": "@helia/interface", - "version": "6.1.1", + "version": "6.2.0", "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 bca3a900e..e42059ae2 100644 --- a/packages/interop/CHANGELOG.md +++ b/packages/interop/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## [10.2.0](https://github.com/ipfs/helia/compare/interop-v10.1.4...interop-v10.2.0) (2026-03-27) + + +### Features + +* emit standardized routing events ([#981](https://github.com/ipfs/helia/issues/981)) ([5ee3283](https://github.com/ipfs/helia/commit/5ee3283f6f414a9cff4fbe941481aec5f0e4143a)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/block-brokers bumped from ^5.1.4 to ^5.2.0 + * @helia/car bumped from ^5.3.10 to ^5.3.11 + * @helia/dag-cbor bumped from ^5.0.7 to ^5.0.8 + * @helia/dag-json bumped from ^5.0.7 to ^5.0.8 + * @helia/http bumped from ^3.0.22 to ^3.0.23 + * @helia/interface bumped from ^6.1.1 to ^6.2.0 + * @helia/ipns bumped from ^9.1.9 to ^9.1.10 + * @helia/json bumped from ^5.0.7 to ^5.0.8 + * @helia/mfs bumped from ^7.0.5 to ^7.1.0 + * @helia/routers bumped from ^5.0.3 to ^5.1.0 + * @helia/strings bumped from ^5.0.7 to ^5.0.8 + * @helia/unixfs bumped from ^7.1.0 to ^7.1.1 + * helia bumped from ^6.0.22 to ^6.0.23 + ## [10.1.4](https://github.com/ipfs/helia/compare/interop-v10.1.3...interop-v10.1.4) (2026-03-18) diff --git a/packages/interop/package.json b/packages/interop/package.json index 45feabf60..1cb195225 100644 --- a/packages/interop/package.json +++ b/packages/interop/package.json @@ -1,6 +1,6 @@ { "name": "@helia/interop", - "version": "10.1.4", + "version": "10.2.0", "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.4", - "@helia/car": "^5.3.10", - "@helia/dag-cbor": "^5.0.7", - "@helia/dag-json": "^5.0.7", + "@helia/block-brokers": "^5.2.0", + "@helia/car": "^5.3.11", + "@helia/dag-cbor": "^5.0.8", + "@helia/dag-json": "^5.0.8", "@helia/dnslink": "^1.1.4", - "@helia/http": "^3.0.22", - "@helia/interface": "^6.1.1", - "@helia/ipns": "^9.1.9", - "@helia/json": "^5.0.7", - "@helia/mfs": "^7.0.5", - "@helia/routers": "^5.0.3", - "@helia/strings": "^5.0.7", - "@helia/unixfs": "^7.1.0", + "@helia/http": "^3.0.23", + "@helia/interface": "^6.2.0", + "@helia/ipns": "^9.1.10", + "@helia/json": "^5.0.8", + "@helia/mfs": "^7.1.0", + "@helia/routers": "^5.1.0", + "@helia/strings": "^5.0.8", + "@helia/unixfs": "^7.1.1", "@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.22", + "helia": "^6.0.23", "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 4d2192da0..16992b70f 100644 --- a/packages/ipns/CHANGELOG.md +++ b/packages/ipns/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [9.1.10](https://github.com/ipfs/helia/compare/ipns-v9.1.9...ipns-v9.1.10) (2026-03-27) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^6.1.1 to ^6.2.0 + ## [9.1.9](https://github.com/ipfs/helia/compare/ipns-v9.1.8...ipns-v9.1.9) (2026-02-05) diff --git a/packages/ipns/package.json b/packages/ipns/package.json index b4d0dac07..992409df2 100644 --- a/packages/ipns/package.json +++ b/packages/ipns/package.json @@ -1,6 +1,6 @@ { "name": "@helia/ipns", - "version": "9.1.9", + "version": "9.1.10", "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.1", + "@helia/interface": "^6.2.0", "@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 6f908b908..39582d8b2 100644 --- a/packages/json/CHANGELOG.md +++ b/packages/json/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [5.0.8](https://github.com/ipfs/helia/compare/json-v5.0.7...json-v5.0.8) (2026-03-27) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^6.1.1 to ^6.2.0 + ## [5.0.7](https://github.com/ipfs/helia/compare/json-v5.0.6...json-v5.0.7) (2026-02-05) diff --git a/packages/json/package.json b/packages/json/package.json index c24790953..2bed0eaa3 100644 --- a/packages/json/package.json +++ b/packages/json/package.json @@ -1,6 +1,6 @@ { "name": "@helia/json", - "version": "5.0.7", + "version": "5.0.8", "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.1", + "@helia/interface": "^6.2.0", "@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 1b28b4623..3888e2949 100644 --- a/packages/mfs/CHANGELOG.md +++ b/packages/mfs/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [7.1.0](https://github.com/ipfs/helia/compare/mfs-v7.0.5...mfs-v7.1.0) (2026-03-27) + + +### Features + +* emit standardized routing events ([#981](https://github.com/ipfs/helia/issues/981)) ([5ee3283](https://github.com/ipfs/helia/commit/5ee3283f6f414a9cff4fbe941481aec5f0e4143a)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/unixfs bumped from ^7.1.0 to ^7.1.1 + ## [7.0.5](https://github.com/ipfs/helia/compare/mfs-v7.0.4...mfs-v7.0.5) (2026-03-18) diff --git a/packages/mfs/package.json b/packages/mfs/package.json index 33c55668e..e689a9aa6 100644 --- a/packages/mfs/package.json +++ b/packages/mfs/package.json @@ -1,6 +1,6 @@ { "name": "@helia/mfs", - "version": "7.0.5", + "version": "7.1.0", "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.1.0", + "@helia/unixfs": "^7.1.1", "@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 47a906180..4973aff46 100644 --- a/packages/routers/CHANGELOG.md +++ b/packages/routers/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [5.1.0](https://github.com/ipfs/helia/compare/routers-v5.0.3...routers-v5.1.0) (2026-03-27) + + +### Features + +* emit standardized routing events ([#981](https://github.com/ipfs/helia/issues/981)) ([5ee3283](https://github.com/ipfs/helia/commit/5ee3283f6f414a9cff4fbe941481aec5f0e4143a)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^6.1.1 to ^6.2.0 + ## [5.0.3](https://github.com/ipfs/helia/compare/routers-v5.0.2...routers-v5.0.3) (2026-02-05) diff --git a/packages/routers/package.json b/packages/routers/package.json index 01348aeea..9a3352b7c 100644 --- a/packages/routers/package.json +++ b/packages/routers/package.json @@ -1,6 +1,6 @@ { "name": "@helia/routers", - "version": "5.0.3", + "version": "5.1.0", "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.1", + "@helia/interface": "^6.2.0", "@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 854bfcb4b..d48141653 100644 --- a/packages/strings/CHANGELOG.md +++ b/packages/strings/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [5.0.8](https://github.com/ipfs/helia/compare/strings-v5.0.7...strings-v5.0.8) (2026-03-27) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^6.1.1 to ^6.2.0 + ## [5.0.7](https://github.com/ipfs/helia/compare/strings-v5.0.6...strings-v5.0.7) (2026-02-05) diff --git a/packages/strings/package.json b/packages/strings/package.json index f0c93b0c6..6457a3667 100644 --- a/packages/strings/package.json +++ b/packages/strings/package.json @@ -1,6 +1,6 @@ { "name": "@helia/strings", - "version": "5.0.7", + "version": "5.0.8", "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.1", + "@helia/interface": "^6.2.0", "@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 ea520babf..44651dc52 100644 --- a/packages/unixfs/CHANGELOG.md +++ b/packages/unixfs/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [7.1.1](https://github.com/ipfs/helia/compare/unixfs-v7.1.0...unixfs-v7.1.1) (2026-03-27) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^6.1.1 to ^6.2.0 + ## [7.1.0](https://github.com/ipfs/helia/compare/unixfs-v7.0.4...unixfs-v7.1.0) (2026-03-18) diff --git a/packages/unixfs/package.json b/packages/unixfs/package.json index 9c298674c..f0967a193 100644 --- a/packages/unixfs/package.json +++ b/packages/unixfs/package.json @@ -1,6 +1,6 @@ { "name": "@helia/unixfs", - "version": "7.1.0", + "version": "7.1.1", "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.1", + "@helia/interface": "^6.2.0", "@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 ab5e8e5e2..9f83550b8 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [2.5.0](https://github.com/ipfs/helia/compare/utils-v2.4.2...utils-v2.5.0) (2026-03-27) + + +### Features + +* emit standardized routing events ([#981](https://github.com/ipfs/helia/issues/981)) ([5ee3283](https://github.com/ipfs/helia/commit/5ee3283f6f414a9cff4fbe941481aec5f0e4143a)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^6.1.1 to ^6.2.0 + ## [2.4.2](https://github.com/ipfs/helia/compare/utils-v2.4.1...utils-v2.4.2) (2026-02-05) diff --git a/packages/utils/package.json b/packages/utils/package.json index c0ff9ce5b..71632ba70 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@helia/utils", - "version": "2.4.2", + "version": "2.5.0", "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.1", + "@helia/interface": "^6.2.0", "@ipld/dag-cbor": "^9.2.5", "@ipld/dag-json": "^10.2.5", "@ipld/dag-pb": "^4.1.5",