From fc2b6d4f4ada62053e548eb6d4e2a7106e695af5 Mon Sep 17 00:00:00 2001 From: Alex Potsides Date: Thu, 13 Feb 2025 15:35:45 +0100 Subject: [PATCH] chore: release main (#735) --- .release-please-manifest.json | 12 ++++++------ packages/bitswap/CHANGELOG.md | 9 +++++++++ packages/bitswap/package.json | 4 ++-- packages/block-brokers/CHANGELOG.md | 10 ++++++++++ packages/block-brokers/package.json | 6 +++--- packages/helia/CHANGELOG.md | 15 +++++++++++++++ packages/helia/package.json | 6 +++--- packages/http/CHANGELOG.md | 10 ++++++++++ packages/http/package.json | 6 +++--- packages/interop/CHANGELOG.md | 12 ++++++++++++ packages/interop/package.json | 8 ++++---- packages/utils/CHANGELOG.md | 7 +++++++ packages/utils/package.json | 2 +- 13 files changed, 85 insertions(+), 22 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6ae63510..e7a399af 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,18 +1,18 @@ { - "packages/block-brokers": "4.0.3", - "packages/bitswap": "2.0.3", + "packages/block-brokers": "4.0.4", + "packages/bitswap": "2.0.4", "packages/car": "4.0.2", "packages/dag-cbor": "4.0.2", "packages/dag-json": "4.0.2", - "packages/helia": "5.2.0", + "packages/helia": "5.2.1", "packages/interface": "5.2.0", - "packages/interop": "7.1.1", + "packages/interop": "7.1.2", "packages/ipns": "8.1.0", "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/utils": "1.2.1", + "packages/http": "2.0.4", "packages/routers": "3.0.0" } diff --git a/packages/bitswap/CHANGELOG.md b/packages/bitswap/CHANGELOG.md index ef9fcdd8..3f89d84b 100644 --- a/packages/bitswap/CHANGELOG.md +++ b/packages/bitswap/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [2.0.4](https://github.com/ipfs/helia/compare/bitswap-v2.0.3...bitswap-v2.0.4) (2025-02-10) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/utils bumped from ^1.2.0 to ^1.2.1 + ## [2.0.3](https://github.com/ipfs/helia/compare/bitswap-v2.0.2...bitswap-v2.0.3) (2025-01-14) diff --git a/packages/bitswap/package.json b/packages/bitswap/package.json index c832f0c6..6a40c3f0 100644 --- a/packages/bitswap/package.json +++ b/packages/bitswap/package.json @@ -1,6 +1,6 @@ { "name": "@helia/bitswap", - "version": "2.0.3", + "version": "2.0.4", "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", @@ -63,7 +63,7 @@ }, "dependencies": { "@helia/interface": "^5.2.0", - "@helia/utils": "^1.2.0", + "@helia/utils": "^1.2.1", "@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 84677abf..a147597d 100644 --- a/packages/block-brokers/CHANGELOG.md +++ b/packages/block-brokers/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [4.0.4](https://github.com/ipfs/helia/compare/block-brokers-v4.0.3...block-brokers-v4.0.4) (2025-02-10) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/bitswap bumped from ^2.0.3 to ^2.0.4 + * @helia/utils bumped from ^1.2.0 to ^1.2.1 + ## [4.0.3](https://github.com/ipfs/helia/compare/block-brokers-v4.0.2...block-brokers-v4.0.3) (2025-01-14) diff --git a/packages/block-brokers/package.json b/packages/block-brokers/package.json index 2cfcb880..bdc2fa48 100644 --- a/packages/block-brokers/package.json +++ b/packages/block-brokers/package.json @@ -1,6 +1,6 @@ { "name": "@helia/block-brokers", - "version": "4.0.3", + "version": "4.0.4", "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.3", + "@helia/bitswap": "^2.0.4", "@helia/interface": "^5.2.0", - "@helia/utils": "^1.2.0", + "@helia/utils": "^1.2.1", "@libp2p/interface": "^2.2.1", "@libp2p/utils": "^6.2.1", "@multiformats/multiaddr": "^12.3.3", diff --git a/packages/helia/CHANGELOG.md b/packages/helia/CHANGELOG.md index a64b2869..8571be05 100644 --- a/packages/helia/CHANGELOG.md +++ b/packages/helia/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [5.2.1](https://github.com/ipfs/helia/compare/helia-v5.2.0...helia-v5.2.1) (2025-02-10) + + +### Bug Fixes + +* update libp2p deps, send user agent with auto-tls ([#736](https://github.com/ipfs/helia/issues/736)) ([c015793](https://github.com/ipfs/helia/commit/c01579393ddd622352d0d0179c67adaf5ccc4c8f)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/block-brokers bumped from ^4.0.3 to ^4.0.4 + * @helia/utils bumped from ^1.2.0 to ^1.2.1 + ## [5.2.0](https://github.com/ipfs/helia/compare/helia-v5.1.1...helia-v5.2.0) (2025-01-14) diff --git a/packages/helia/package.json b/packages/helia/package.json index 817f8208..a3e46c86 100644 --- a/packages/helia/package.json +++ b/packages/helia/package.json @@ -1,6 +1,6 @@ { "name": "helia", - "version": "5.2.0", + "version": "5.2.1", "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.1", "@chainsafe/libp2p-yamux": "^7.0.1", - "@helia/block-brokers": "^4.0.3", + "@helia/block-brokers": "^4.0.4", "@helia/delegated-routing-v1-http-api-client": "^4.2.1", "@helia/interface": "^5.2.0", "@helia/routers": "^3.0.0", - "@helia/utils": "^1.2.0", + "@helia/utils": "^1.2.1", "@ipshipyard/libp2p-auto-tls": "^1.0.0", "@libp2p/autonat": "^2.0.19", "@libp2p/bootstrap": "^11.0.20", diff --git a/packages/http/CHANGELOG.md b/packages/http/CHANGELOG.md index e5abc080..e7cb3e6b 100644 --- a/packages/http/CHANGELOG.md +++ b/packages/http/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [2.0.4](https://github.com/ipfs/helia/compare/http-v2.0.3...http-v2.0.4) (2025-02-10) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/block-brokers bumped from ^4.0.3 to ^4.0.4 + * @helia/utils bumped from ^1.2.0 to ^1.2.1 + ## [2.0.3](https://github.com/ipfs/helia/compare/http-v2.0.2...http-v2.0.3) (2025-01-14) diff --git a/packages/http/package.json b/packages/http/package.json index 42308143..c2c7e543 100644 --- a/packages/http/package.json +++ b/packages/http/package.json @@ -1,6 +1,6 @@ { "name": "@helia/http", - "version": "2.0.3", + "version": "2.0.4", "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.3", + "@helia/block-brokers": "^4.0.4", "@helia/interface": "^5.2.0", "@helia/routers": "^3.0.0", - "@helia/utils": "^1.2.0", + "@helia/utils": "^1.2.1", "blockstore-core": "^5.0.2", "datastore-core": "^10.0.2" }, diff --git a/packages/interop/CHANGELOG.md b/packages/interop/CHANGELOG.md index d04d5a69..085033f2 100644 --- a/packages/interop/CHANGELOG.md +++ b/packages/interop/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [7.1.2](https://github.com/ipfs/helia/compare/interop-v7.1.1...interop-v7.1.2) (2025-02-10) + + +### Dependencies + +* bump the kubo-deps group across 7 directories with 1 update ([#734](https://github.com/ipfs/helia/issues/734)) ([f7155d8](https://github.com/ipfs/helia/commit/f7155d8bece43dd91d19060881294f61df9d222c)) +* The following workspace dependencies were updated + * dependencies + * @helia/block-brokers bumped from ^4.0.3 to ^4.0.4 + * @helia/http bumped from ^2.0.3 to ^2.0.4 + * helia bumped from ^5.2.0 to ^5.2.1 + ## [7.1.1](https://github.com/ipfs/helia/compare/interop-v7.1.0...interop-v7.1.1) (2025-01-24) diff --git a/packages/interop/package.json b/packages/interop/package.json index bbac4a3b..334820e9 100644 --- a/packages/interop/package.json +++ b/packages/interop/package.json @@ -1,6 +1,6 @@ { "name": "@helia/interop", - "version": "7.1.1", + "version": "7.1.2", "description": "Interop tests for Helia", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/interop#readme", @@ -59,11 +59,11 @@ }, "dependencies": { "@chainsafe/libp2p-gossipsub": "^14.1.0", - "@helia/block-brokers": "^4.0.3", + "@helia/block-brokers": "^4.0.4", "@helia/car": "^4.0.2", "@helia/dag-cbor": "^4.0.2", "@helia/dag-json": "^4.0.2", - "@helia/http": "^2.0.3", + "@helia/http": "^2.0.4", "@helia/interface": "^5.2.0", "@helia/ipns": "^8.1.0", "@helia/json": "^4.0.2", @@ -81,7 +81,7 @@ "@libp2p/websockets": "^9.0.13", "@multiformats/sha3": "^3.0.2", "aegir": "^45.0.6", - "helia": "^5.2.0", + "helia": "^5.2.1", "ipfs-unixfs-importer": "^15.3.1", "ipfsd-ctl": "^15.0.2", "ipns": "^10.0.0", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 8ad3de2a..f76d4ddf 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.1](https://github.com/ipfs/helia/compare/utils-v1.2.0...utils-v1.2.1) (2025-02-10) + + +### Bug Fixes + +* update libp2p deps, send user agent with auto-tls ([#736](https://github.com/ipfs/helia/issues/736)) ([c015793](https://github.com/ipfs/helia/commit/c01579393ddd622352d0d0179c67adaf5ccc4c8f)) + ## [1.2.0](https://github.com/ipfs/helia/compare/utils-v1.1.0...utils-v1.2.0) (2025-01-14) diff --git a/packages/utils/package.json b/packages/utils/package.json index b66d8606..354351e8 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@helia/utils", - "version": "1.2.0", + "version": "1.2.1", "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",