From ea5f5d91600d77809494d028752f2025d302be7f Mon Sep 17 00:00:00 2001 From: Alex Potsides Date: Fri, 24 Jul 2026 13:59:17 +0300 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 4 ++-- packages/helia/CHANGELOG.md | 7 +++++++ packages/helia/package.json | 2 +- packages/interop/CHANGELOG.md | 9 +++++++++ packages/interop/package.json | 4 ++-- 5 files changed, 21 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 881e97594..4956b664a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -4,9 +4,9 @@ "packages/dag-cbor": "6.0.4", "packages/dag-json": "6.0.4", "packages/dnslink": "2.0.2", - "packages/helia": "7.1.0", + "packages/helia": "7.1.1", "packages/interface": "7.1.0", - "packages/interop": "11.0.8", + "packages/interop": "11.0.9", "packages/ipns": "10.0.5", "packages/json": "6.0.4", "packages/mfs": "8.0.4", diff --git a/packages/helia/CHANGELOG.md b/packages/helia/CHANGELOG.md index e94033e13..f85c561d7 100644 --- a/packages/helia/CHANGELOG.md +++ b/packages/helia/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [7.1.1](https://github.com/ipfs/helia/compare/helia-v7.1.0...helia-v7.1.1) (2026-07-24) + + +### Bug Fixes + +* always use fallback routers ([#1089](https://github.com/ipfs/helia/issues/1089)) ([f3e5d98](https://github.com/ipfs/helia/commit/f3e5d98d365c581b2eb62808932d93c38dc44008)) + ## [7.1.0](https://github.com/ipfs/helia/compare/helia-v7.0.5...helia-v7.1.0) (2026-07-10) diff --git a/packages/helia/package.json b/packages/helia/package.json index 6a2efdd56..7182dc908 100644 --- a/packages/helia/package.json +++ b/packages/helia/package.json @@ -1,6 +1,6 @@ { "name": "helia", - "version": "7.1.0", + "version": "7.1.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", diff --git a/packages/interop/CHANGELOG.md b/packages/interop/CHANGELOG.md index 6f3485668..2c45fe3fa 100644 --- a/packages/interop/CHANGELOG.md +++ b/packages/interop/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [11.0.9](https://github.com/ipfs/helia/compare/interop-v11.0.8...interop-v11.0.9) (2026-07-24) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * helia bumped from ^7.1.0 to ^7.1.1 + ## [11.0.8](https://github.com/ipfs/helia/compare/interop-v11.0.7...interop-v11.0.8) (2026-07-10) diff --git a/packages/interop/package.json b/packages/interop/package.json index 6b37c52e8..66ec519e8 100644 --- a/packages/interop/package.json +++ b/packages/interop/package.json @@ -1,6 +1,6 @@ { "name": "@helia/interop", - "version": "11.0.8", + "version": "11.0.9", "description": "Interop tests for Helia", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/interop#readme", @@ -80,7 +80,7 @@ "@multiformats/multiaddr": "^13.0.3", "@multiformats/sha3": "^4.0.0", "aegir": "^48.0.11", - "helia": "^7.1.0", + "helia": "^7.1.1", "ipfs-unixfs-importer": "^17.0.1", "ipfsd-ctl": "^17.0.0", "it-all": "^3.0.11",