From 6cc9d2fcd5690b81473a722616cdf673a7178e89 Mon Sep 17 00:00:00 2001 From: Alex Potsides Date: Tue, 14 Jan 2025 10:50:37 +0100 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 32 ++++++++++++++--------------- packages/bitswap/CHANGELOG.md | 10 +++++++++ packages/bitswap/package.json | 6 +++--- packages/block-brokers/CHANGELOG.md | 11 ++++++++++ packages/block-brokers/package.json | 8 ++++---- packages/car/CHANGELOG.md | 12 +++++++++++ packages/car/package.json | 8 ++++---- 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 | 23 +++++++++++++++++++++ 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 | 9 ++++++++ packages/mfs/package.json | 4 ++-- packages/routers/CHANGELOG.md | 18 ++++++++++++++++ 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, 266 insertions(+), 70 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b7b68991..8f30d882 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,18 +1,18 @@ { - "packages/block-brokers": "4.0.2", - "packages/bitswap": "2.0.2", - "packages/car": "4.0.1", - "packages/dag-cbor": "4.0.1", - "packages/dag-json": "4.0.1", - "packages/helia": "5.1.1", - "packages/interface": "5.1.0", - "packages/interop": "7.0.3", - "packages/ipns": "8.0.1", - "packages/json": "4.0.1", - "packages/mfs": "4.0.1", - "packages/strings": "4.0.1", - "packages/unixfs": "4.0.1", - "packages/utils": "1.1.0", - "packages/http": "2.0.2", - "packages/routers": "2.2.0" + "packages/block-brokers": "4.0.3", + "packages/bitswap": "2.0.3", + "packages/car": "4.0.2", + "packages/dag-cbor": "4.0.2", + "packages/dag-json": "4.0.2", + "packages/helia": "5.2.0", + "packages/interface": "5.2.0", + "packages/interop": "7.1.0", + "packages/ipns": "8.0.2", + "packages/json": "4.0.2", + "packages/mfs": "4.0.2", + "packages/strings": "4.0.2", + "packages/unixfs": "4.0.2", + "packages/utils": "1.2.0", + "packages/http": "2.0.3", + "packages/routers": "3.0.0" } diff --git a/packages/bitswap/CHANGELOG.md b/packages/bitswap/CHANGELOG.md index 3efb1378..ef9fcdd8 100644 --- a/packages/bitswap/CHANGELOG.md +++ b/packages/bitswap/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [2.0.3](https://github.com/ipfs/helia/compare/bitswap-v2.0.2...bitswap-v2.0.3) (2025-01-14) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^5.1.0 to ^5.2.0 + * @helia/utils bumped from ^1.1.0 to ^1.2.0 + ## [2.0.2](https://github.com/ipfs/helia/compare/bitswap-v2.0.1...bitswap-v2.0.2) (2024-11-18) diff --git a/packages/bitswap/package.json b/packages/bitswap/package.json index 7be6a2dd..c832f0c6 100644 --- a/packages/bitswap/package.json +++ b/packages/bitswap/package.json @@ -1,6 +1,6 @@ { "name": "@helia/bitswap", - "version": "2.0.2", + "version": "2.0.3", "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", @@ -62,8 +62,8 @@ "docs": "aegir docs" }, "dependencies": { - "@helia/interface": "^5.1.0", - "@helia/utils": "^1.1.0", + "@helia/interface": "^5.2.0", + "@helia/utils": "^1.2.0", "@libp2p/interface": "^2.2.1", "@libp2p/logger": "^5.1.4", "@libp2p/peer-collections": "^6.0.12", diff --git a/packages/block-brokers/CHANGELOG.md b/packages/block-brokers/CHANGELOG.md index ea206437..84677abf 100644 --- a/packages/block-brokers/CHANGELOG.md +++ b/packages/block-brokers/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [4.0.3](https://github.com/ipfs/helia/compare/block-brokers-v4.0.2...block-brokers-v4.0.3) (2025-01-14) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/bitswap bumped from ^2.0.2 to ^2.0.3 + * @helia/interface bumped from ^5.1.0 to ^5.2.0 + * @helia/utils bumped from ^1.1.0 to ^1.2.0 + ## [4.0.2](https://github.com/ipfs/helia/compare/block-brokers-v4.0.1...block-brokers-v4.0.2) (2024-11-18) diff --git a/packages/block-brokers/package.json b/packages/block-brokers/package.json index b026d016..2cfcb880 100644 --- a/packages/block-brokers/package.json +++ b/packages/block-brokers/package.json @@ -1,6 +1,6 @@ { "name": "@helia/block-brokers", - "version": "4.0.2", + "version": "4.0.3", "description": "Block brokers for Helia", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/block-brokers#readme", @@ -54,9 +54,9 @@ "test:electron-main": "aegir test -t electron-main" }, "dependencies": { - "@helia/bitswap": "^2.0.2", - "@helia/interface": "^5.1.0", - "@helia/utils": "^1.1.0", + "@helia/bitswap": "^2.0.3", + "@helia/interface": "^5.2.0", + "@helia/utils": "^1.2.0", "@libp2p/interface": "^2.2.1", "@libp2p/utils": "^6.2.1", "@multiformats/multiaddr": "^12.3.3", diff --git a/packages/car/CHANGELOG.md b/packages/car/CHANGELOG.md index 2830190b..3d849ec4 100644 --- a/packages/car/CHANGELOG.md +++ b/packages/car/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [4.0.2](https://github.com/ipfs/helia/compare/car-v4.0.1...car-v4.0.2) (2025-01-14) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^5.1.0 to ^5.2.0 + * devDependencies + * @helia/mfs bumped from ^4.0.1 to ^4.0.2 + * @helia/unixfs bumped from ^4.0.1 to ^4.0.2 + ## [4.0.1](https://github.com/ipfs/helia/compare/car-v4.0.0...car-v4.0.1) (2024-11-18) diff --git a/packages/car/package.json b/packages/car/package.json index 6746433f..8f8de66e 100644 --- a/packages/car/package.json +++ b/packages/car/package.json @@ -1,6 +1,6 @@ { "name": "@helia/car", - "version": "4.0.1", + "version": "4.0.2", "description": "Import/export car files from Helia", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/car#readme", @@ -54,7 +54,7 @@ "test:electron-main": "aegir test -t electron-main" }, "dependencies": { - "@helia/interface": "^5.1.0", + "@helia/interface": "^5.2.0", "@ipld/car": "^5.3.3", "@libp2p/interface": "^2.2.1", "@libp2p/utils": "^6.2.1", @@ -67,8 +67,8 @@ "progress-events": "^1.0.1" }, "devDependencies": { - "@helia/mfs": "^4.0.1", - "@helia/unixfs": "^4.0.1", + "@helia/mfs": "^4.0.2", + "@helia/unixfs": "^4.0.2", "@ipld/dag-pb": "^4.1.3", "aegir": "^45.0.6", "blockstore-core": "^5.0.2", diff --git a/packages/dag-cbor/CHANGELOG.md b/packages/dag-cbor/CHANGELOG.md index da2a1ff1..46639b4a 100644 --- a/packages/dag-cbor/CHANGELOG.md +++ b/packages/dag-cbor/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [4.0.2](https://github.com/ipfs/helia/compare/dag-cbor-v4.0.1...dag-cbor-v4.0.2) (2025-01-14) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^5.1.0 to ^5.2.0 + ## [4.0.1](https://github.com/ipfs/helia/compare/dag-cbor-v4.0.0...dag-cbor-v4.0.1) (2024-11-18) diff --git a/packages/dag-cbor/package.json b/packages/dag-cbor/package.json index f300d522..c2b9f74b 100644 --- a/packages/dag-cbor/package.json +++ b/packages/dag-cbor/package.json @@ -1,6 +1,6 @@ { "name": "@helia/dag-cbor", - "version": "4.0.1", + "version": "4.0.2", "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", @@ -55,7 +55,7 @@ "test:electron-main": "aegir test -t electron-main" }, "dependencies": { - "@helia/interface": "^5.1.0", + "@helia/interface": "^5.2.0", "@ipld/dag-cbor": "^9.2.2", "@libp2p/interface": "^2.2.1", "interface-blockstore": "^5.3.1", diff --git a/packages/dag-json/CHANGELOG.md b/packages/dag-json/CHANGELOG.md index e48898d5..e4454b71 100644 --- a/packages/dag-json/CHANGELOG.md +++ b/packages/dag-json/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [4.0.2](https://github.com/ipfs/helia/compare/dag-json-v4.0.1...dag-json-v4.0.2) (2025-01-14) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^5.1.0 to ^5.2.0 + ## [4.0.1](https://github.com/ipfs/helia/compare/dag-json-v4.0.0...dag-json-v4.0.1) (2024-11-18) diff --git a/packages/dag-json/package.json b/packages/dag-json/package.json index 8c566a85..44c159b2 100644 --- a/packages/dag-json/package.json +++ b/packages/dag-json/package.json @@ -1,6 +1,6 @@ { "name": "@helia/dag-json", - "version": "4.0.1", + "version": "4.0.2", "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", @@ -54,7 +54,7 @@ "test:electron-main": "aegir test -t electron-main" }, "dependencies": { - "@helia/interface": "^5.1.0", + "@helia/interface": "^5.2.0", "@ipld/dag-json": "^10.2.3", "@libp2p/interface": "^2.2.1", "interface-blockstore": "^5.3.1", diff --git a/packages/helia/CHANGELOG.md b/packages/helia/CHANGELOG.md index ee929278..a64b2869 100644 --- a/packages/helia/CHANGELOG.md +++ b/packages/helia/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [5.2.0](https://github.com/ipfs/helia/compare/helia-v5.1.1...helia-v5.2.0) (2025-01-14) + + +### Features + +* add auto-tls support ([#716](https://github.com/ipfs/helia/issues/716)) ([e45e1de](https://github.com/ipfs/helia/commit/e45e1dea40120b993f009f8fbb81a9737742196c)) + + +### Bug Fixes + +* use @libp2p/config to load private key from keystore ([#714](https://github.com/ipfs/helia/issues/714)) ([b4f9d4f](https://github.com/ipfs/helia/commit/b4f9d4fc234cc66e9cdf444900e365b1c63b9920)) + + +### Dependencies + +* bump the helia-deps group across 2 directories with 1 update ([#717](https://github.com/ipfs/helia/issues/717)) ([1c8583c](https://github.com/ipfs/helia/commit/1c8583c89bbf47bfbe10636a9e226aabb61e20da)) +* The following workspace dependencies were updated + * dependencies + * @helia/block-brokers bumped from ^4.0.2 to ^4.0.3 + * @helia/interface bumped from ^5.1.0 to ^5.2.0 + * @helia/routers bumped from ^2.2.0 to ^3.0.0 + * @helia/utils bumped from ^1.1.0 to ^1.2.0 + ## [5.1.1](https://github.com/ipfs/helia/compare/helia-v5.1.0...helia-v5.1.1) (2024-11-18) diff --git a/packages/helia/package.json b/packages/helia/package.json index 3a62163f..842c5402 100644 --- a/packages/helia/package.json +++ b/packages/helia/package.json @@ -1,6 +1,6 @@ { "name": "helia", - "version": "5.1.1", + "version": "5.2.0", "description": "An implementation of IPFS in JavaScript", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/helia#readme", @@ -57,11 +57,11 @@ "dependencies": { "@chainsafe/libp2p-noise": "^16.0.0", "@chainsafe/libp2p-yamux": "^7.0.1", - "@helia/block-brokers": "^4.0.2", + "@helia/block-brokers": "^4.0.3", "@helia/delegated-routing-v1-http-api-client": "^4.2.1", - "@helia/interface": "^5.1.0", - "@helia/routers": "^2.2.0", - "@helia/utils": "^1.1.0", + "@helia/interface": "^5.2.0", + "@helia/routers": "^3.0.0", + "@helia/utils": "^1.2.0", "@libp2p/auto-tls": "^1.0.4", "@libp2p/autonat": "^2.0.12", "@libp2p/bootstrap": "^11.0.13", diff --git a/packages/http/CHANGELOG.md b/packages/http/CHANGELOG.md index 8485a13a..e5abc080 100644 --- a/packages/http/CHANGELOG.md +++ b/packages/http/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.0.3](https://github.com/ipfs/helia/compare/http-v2.0.2...http-v2.0.3) (2025-01-14) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/block-brokers bumped from ^4.0.2 to ^4.0.3 + * @helia/interface bumped from ^5.1.0 to ^5.2.0 + * @helia/routers bumped from ^2.2.0 to ^3.0.0 + * @helia/utils bumped from ^1.1.0 to ^1.2.0 + ## [2.0.2](https://github.com/ipfs/helia/compare/http-v2.0.1...http-v2.0.2) (2024-11-18) diff --git a/packages/http/package.json b/packages/http/package.json index 623756e6..42308143 100644 --- a/packages/http/package.json +++ b/packages/http/package.json @@ -1,6 +1,6 @@ { "name": "@helia/http", - "version": "2.0.2", + "version": "2.0.3", "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", @@ -54,10 +54,10 @@ "test:electron-main": "aegir test -t electron-main" }, "dependencies": { - "@helia/block-brokers": "^4.0.2", - "@helia/interface": "^5.1.0", - "@helia/routers": "^2.2.0", - "@helia/utils": "^1.1.0", + "@helia/block-brokers": "^4.0.3", + "@helia/interface": "^5.2.0", + "@helia/routers": "^3.0.0", + "@helia/utils": "^1.2.0", "blockstore-core": "^5.0.2", "datastore-core": "^10.0.2" }, diff --git a/packages/interface/CHANGELOG.md b/packages/interface/CHANGELOG.md index 903c5da9..e49fb39a 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)) +## [5.2.0](https://github.com/ipfs/helia/compare/interface-v5.1.0...interface-v5.2.0) (2025-01-14) + + +### Features + +* add method tracing to routing ([#715](https://github.com/ipfs/helia/issues/715)) ([5784ceb](https://github.com/ipfs/helia/commit/5784cebb3225157d6220668d4f58481f046debf2)) + ## [5.1.0](https://github.com/ipfs/helia/compare/interface-v5.0.0...interface-v5.1.0) (2024-11-18) diff --git a/packages/interface/package.json b/packages/interface/package.json index ca4e9089..fc129673 100644 --- a/packages/interface/package.json +++ b/packages/interface/package.json @@ -1,6 +1,6 @@ { "name": "@helia/interface", - "version": "5.1.0", + "version": "5.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 1e762df4..7a321133 100644 --- a/packages/interop/CHANGELOG.md +++ b/packages/interop/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## [7.1.0](https://github.com/ipfs/helia/compare/interop-v7.0.3...interop-v7.1.0) (2025-01-14) + + +### Features + +* add auto-tls support ([#716](https://github.com/ipfs/helia/issues/716)) ([e45e1de](https://github.com/ipfs/helia/commit/e45e1dea40120b993f009f8fbb81a9737742196c)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/block-brokers bumped from ^4.0.2 to ^4.0.3 + * @helia/car bumped from ^4.0.1 to ^4.0.2 + * @helia/dag-cbor bumped from ^4.0.1 to ^4.0.2 + * @helia/dag-json bumped from ^4.0.1 to ^4.0.2 + * @helia/http bumped from ^2.0.2 to ^2.0.3 + * @helia/interface bumped from ^5.1.0 to ^5.2.0 + * @helia/ipns bumped from ^8.0.1 to ^8.0.2 + * @helia/json bumped from ^4.0.1 to ^4.0.2 + * @helia/mfs bumped from ^4.0.1 to ^4.0.2 + * @helia/routers bumped from ^2.2.0 to ^3.0.0 + * @helia/strings bumped from ^4.0.1 to ^4.0.2 + * @helia/unixfs bumped from ^4.0.1 to ^4.0.2 + * helia bumped from ^5.1.1 to ^5.2.0 + ## [7.0.3](https://github.com/ipfs/helia/compare/interop-v7.0.2...interop-v7.0.3) (2024-11-18) diff --git a/packages/interop/package.json b/packages/interop/package.json index 37d1e383..94ab976d 100644 --- a/packages/interop/package.json +++ b/packages/interop/package.json @@ -1,6 +1,6 @@ { "name": "@helia/interop", - "version": "7.0.3", + "version": "7.1.0", "description": "Interop tests for Helia", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/interop#readme", @@ -59,18 +59,18 @@ }, "dependencies": { "@chainsafe/libp2p-gossipsub": "^14.1.0", - "@helia/block-brokers": "^4.0.2", - "@helia/car": "^4.0.1", - "@helia/dag-cbor": "^4.0.1", - "@helia/dag-json": "^4.0.1", - "@helia/http": "^2.0.2", - "@helia/interface": "^5.1.0", - "@helia/ipns": "^8.0.1", - "@helia/json": "^4.0.1", - "@helia/mfs": "^4.0.1", - "@helia/routers": "^2.2.0", - "@helia/strings": "^4.0.1", - "@helia/unixfs": "^4.0.1", + "@helia/block-brokers": "^4.0.3", + "@helia/car": "^4.0.2", + "@helia/dag-cbor": "^4.0.2", + "@helia/dag-json": "^4.0.2", + "@helia/http": "^2.0.3", + "@helia/interface": "^5.2.0", + "@helia/ipns": "^8.0.2", + "@helia/json": "^4.0.2", + "@helia/mfs": "^4.0.2", + "@helia/routers": "^3.0.0", + "@helia/strings": "^4.0.2", + "@helia/unixfs": "^4.0.2", "@ipld/car": "^5.3.3", "@ipld/dag-cbor": "^9.2.2", "@libp2p/crypto": "^5.0.7", @@ -81,7 +81,7 @@ "@libp2p/websockets": "^9.0.13", "@multiformats/sha3": "^3.0.2", "aegir": "^45.0.6", - "helia": "^5.1.1", + "helia": "^5.2.0", "ipfs-unixfs-importer": "^15.3.1", "ipfsd-ctl": "^15.0.2", "ipns": "^10.0.0", diff --git a/packages/ipns/CHANGELOG.md b/packages/ipns/CHANGELOG.md index 3f74683b..6508eb4e 100644 --- a/packages/ipns/CHANGELOG.md +++ b/packages/ipns/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [8.0.2](https://github.com/ipfs/helia/compare/ipns-v8.0.1...ipns-v8.0.2) (2025-01-14) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^5.1.0 to ^5.2.0 + ## [8.0.1](https://github.com/ipfs/helia/compare/ipns-v8.0.0...ipns-v8.0.1) (2024-11-18) diff --git a/packages/ipns/package.json b/packages/ipns/package.json index 5e4adbc1..01c90222 100644 --- a/packages/ipns/package.json +++ b/packages/ipns/package.json @@ -1,6 +1,6 @@ { "name": "@helia/ipns", - "version": "8.0.1", + "version": "8.0.2", "description": "An implementation of IPNS for Helia", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/ipns#readme", @@ -79,7 +79,7 @@ "test:electron-main": "aegir test -t electron-main" }, "dependencies": { - "@helia/interface": "^5.1.0", + "@helia/interface": "^5.2.0", "@libp2p/interface": "^2.2.1", "@libp2p/kad-dht": "^14.1.3", "@libp2p/logger": "^5.1.4", diff --git a/packages/json/CHANGELOG.md b/packages/json/CHANGELOG.md index ea4e74d8..696c2224 100644 --- a/packages/json/CHANGELOG.md +++ b/packages/json/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [4.0.2](https://github.com/ipfs/helia/compare/json-v4.0.1...json-v4.0.2) (2025-01-14) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^5.1.0 to ^5.2.0 + ## [4.0.1](https://github.com/ipfs/helia/compare/json-v4.0.0...json-v4.0.1) (2024-11-18) diff --git a/packages/json/package.json b/packages/json/package.json index efc2a8a3..f583638a 100644 --- a/packages/json/package.json +++ b/packages/json/package.json @@ -1,6 +1,6 @@ { "name": "@helia/json", - "version": "4.0.1", + "version": "4.0.2", "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", @@ -54,7 +54,7 @@ "test:electron-main": "aegir test -t electron-main" }, "dependencies": { - "@helia/interface": "^5.1.0", + "@helia/interface": "^5.2.0", "@libp2p/interface": "^2.2.1", "interface-blockstore": "^5.3.1", "multiformats": "^13.3.1", diff --git a/packages/mfs/CHANGELOG.md b/packages/mfs/CHANGELOG.md index 88bb9ea0..0b2daced 100644 --- a/packages/mfs/CHANGELOG.md +++ b/packages/mfs/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [4.0.2](https://github.com/ipfs/helia/compare/mfs-v4.0.1...mfs-v4.0.2) (2025-01-14) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/unixfs bumped from ^4.0.1 to ^4.0.2 + ## [4.0.1](https://github.com/ipfs/helia/compare/mfs-v4.0.0...mfs-v4.0.1) (2024-11-18) diff --git a/packages/mfs/package.json b/packages/mfs/package.json index 92588999..303ddef1 100644 --- a/packages/mfs/package.json +++ b/packages/mfs/package.json @@ -1,6 +1,6 @@ { "name": "@helia/mfs", - "version": "4.0.1", + "version": "4.0.2", "description": "A mutable filesystem powered by Helia", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/mfs#readme", @@ -54,7 +54,7 @@ "test:electron-main": "aegir test -t electron-main" }, "dependencies": { - "@helia/unixfs": "^4.0.1", + "@helia/unixfs": "^4.0.2", "@libp2p/interface": "^2.2.1", "@libp2p/logger": "^5.1.4", "interface-blockstore": "^5.3.1", diff --git a/packages/routers/CHANGELOG.md b/packages/routers/CHANGELOG.md index fe1fd78a..2b526a89 100644 --- a/packages/routers/CHANGELOG.md +++ b/packages/routers/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [3.0.0](https://github.com/ipfs/helia/compare/routers-v2.2.0...routers-v3.0.0) (2025-01-14) + + +### ⚠ BREAKING CHANGES + +* fix typo in HTTPGatewayRouter class/interface name ([#664](https://github.com/ipfs/helia/issues/664)) + +### Bug Fixes + +* fix typo in HTTPGatewayRouter class/interface name ([#664](https://github.com/ipfs/helia/issues/664)) ([87aa9b4](https://github.com/ipfs/helia/commit/87aa9b4b21593870296c9a1c8b11c9123bbc5da1)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^5.1.0 to ^5.2.0 + ## [2.2.0](https://github.com/ipfs/helia/compare/routers-v2.1.0...routers-v2.2.0) (2024-11-18) diff --git a/packages/routers/package.json b/packages/routers/package.json index 5e40bb1a..adda4221 100644 --- a/packages/routers/package.json +++ b/packages/routers/package.json @@ -1,6 +1,6 @@ { "name": "@helia/routers", - "version": "2.2.0", + "version": "3.0.0", "description": "Routers for Helia", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/routers#readme", @@ -55,7 +55,7 @@ }, "dependencies": { "@helia/delegated-routing-v1-http-api-client": "^4.2.1", - "@helia/interface": "^5.1.0", + "@helia/interface": "^5.2.0", "@libp2p/interface": "^2.2.1", "@libp2p/peer-id": "^5.0.8", "@multiformats/uri-to-multiaddr": "^8.0.0", diff --git a/packages/strings/CHANGELOG.md b/packages/strings/CHANGELOG.md index 55c4433b..11f4f557 100644 --- a/packages/strings/CHANGELOG.md +++ b/packages/strings/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [4.0.2](https://github.com/ipfs/helia/compare/strings-v4.0.1...strings-v4.0.2) (2025-01-14) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^5.1.0 to ^5.2.0 + ## [4.0.1](https://github.com/ipfs/helia/compare/strings-v4.0.0...strings-v4.0.1) (2024-11-18) diff --git a/packages/strings/package.json b/packages/strings/package.json index b5d27e44..a7b585f8 100644 --- a/packages/strings/package.json +++ b/packages/strings/package.json @@ -1,6 +1,6 @@ { "name": "@helia/strings", - "version": "4.0.1", + "version": "4.0.2", "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", @@ -56,7 +56,7 @@ "test:electron-main": "aegir test -t electron-main" }, "dependencies": { - "@helia/interface": "^5.1.0", + "@helia/interface": "^5.2.0", "@libp2p/interface": "^2.2.1", "interface-blockstore": "^5.3.1", "multiformats": "^13.3.1", diff --git a/packages/unixfs/CHANGELOG.md b/packages/unixfs/CHANGELOG.md index fc5ec778..01fda3d6 100644 --- a/packages/unixfs/CHANGELOG.md +++ b/packages/unixfs/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [4.0.2](https://github.com/ipfs/helia/compare/unixfs-v4.0.1...unixfs-v4.0.2) (2025-01-14) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^5.1.0 to ^5.2.0 + ## [4.0.1](https://github.com/ipfs/helia/compare/unixfs-v4.0.0...unixfs-v4.0.1) (2024-11-18) diff --git a/packages/unixfs/package.json b/packages/unixfs/package.json index 96188996..7308eea5 100644 --- a/packages/unixfs/package.json +++ b/packages/unixfs/package.json @@ -1,6 +1,6 @@ { "name": "@helia/unixfs", - "version": "4.0.1", + "version": "4.0.2", "description": "A Helia-compatible wrapper for UnixFS", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/unixfs#readme", @@ -74,7 +74,7 @@ "test:electron-main": "aegir test -t electron-main" }, "dependencies": { - "@helia/interface": "^5.1.0", + "@helia/interface": "^5.2.0", "@ipld/dag-pb": "^4.1.3", "@libp2p/interface": "^2.2.1", "@libp2p/logger": "^5.1.4", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 540cb5b3..8ad3de2a 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.2.0](https://github.com/ipfs/helia/compare/utils-v1.1.0...utils-v1.2.0) (2025-01-14) + + +### Features + +* add method tracing to routing ([#715](https://github.com/ipfs/helia/issues/715)) ([5784ceb](https://github.com/ipfs/helia/commit/5784cebb3225157d6220668d4f58481f046debf2)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^5.1.0 to ^5.2.0 + ## [1.1.0](https://github.com/ipfs/helia/compare/utils-v1.0.1...utils-v1.1.0) (2024-11-18) diff --git a/packages/utils/package.json b/packages/utils/package.json index c6faae2e..2880ab7a 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@helia/utils", - "version": "1.1.0", + "version": "1.2.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", @@ -54,7 +54,7 @@ "test:electron-main": "aegir test -t electron-main" }, "dependencies": { - "@helia/interface": "^5.1.0", + "@helia/interface": "^5.2.0", "@ipld/dag-cbor": "^9.2.2", "@ipld/dag-json": "^10.2.3", "@ipld/dag-pb": "^4.1.3",