From 2f3beda58c187ce7c656b7fc69ec08a8eec271fd Mon Sep 17 00:00:00 2001 From: Alex Potsides Date: Mon, 27 May 2024 10:04:53 +0100 Subject: [PATCH] chore: release main (#545) --- .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 | 10 ++++++++++ packages/helia/package.json | 6 +++--- packages/http/CHANGELOG.md | 10 ++++++++++ packages/http/package.json | 6 +++--- packages/interop/CHANGELOG.md | 16 ++++++++++++++++ packages/interop/package.json | 8 ++++---- packages/utils/CHANGELOG.md | 7 +++++++ packages/utils/package.json | 2 +- 13 files changed, 84 insertions(+), 22 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 155b1f9e..c7d57703 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,18 +1,18 @@ { - "packages/block-brokers": "3.0.1", - "packages/bitswap": "1.1.1", + "packages/block-brokers": "3.0.2", + "packages/bitswap": "1.1.2", "packages/car": "3.1.5", "packages/dag-cbor": "3.0.4", "packages/dag-json": "3.0.4", - "packages/helia": "4.2.2", + "packages/helia": "4.2.3", "packages/interface": "4.3.0", - "packages/interop": "6.1.4", + "packages/interop": "6.1.5", "packages/ipns": "7.2.2", "packages/json": "3.0.4", "packages/mfs": "3.0.6", "packages/strings": "3.0.4", "packages/unixfs": "3.0.6", - "packages/utils": "0.3.1", - "packages/http": "1.0.8", + "packages/utils": "0.3.2", + "packages/http": "1.0.9", "packages/routers": "1.1.0" } diff --git a/packages/bitswap/CHANGELOG.md b/packages/bitswap/CHANGELOG.md index abb64919..58000e1e 100644 --- a/packages/bitswap/CHANGELOG.md +++ b/packages/bitswap/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.1.2](https://github.com/ipfs/helia/compare/bitswap-v1.1.1...bitswap-v1.1.2) (2024-05-27) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/utils bumped from ^0.3.1 to ^0.3.2 + ## [1.1.1](https://github.com/ipfs/helia/compare/bitswap-v1.1.0...bitswap-v1.1.1) (2024-05-20) diff --git a/packages/bitswap/package.json b/packages/bitswap/package.json index 8b8e47c9..4a58605a 100644 --- a/packages/bitswap/package.json +++ b/packages/bitswap/package.json @@ -1,6 +1,6 @@ { "name": "@helia/bitswap", - "version": "1.1.1", + "version": "1.1.2", "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", @@ -149,7 +149,7 @@ }, "dependencies": { "@helia/interface": "^4.3.0", - "@helia/utils": "^0.3.1", + "@helia/utils": "^0.3.2", "@libp2p/interface": "^1.1.2", "@libp2p/logger": "^4.0.5", "@libp2p/peer-collections": "^5.1.6", diff --git a/packages/block-brokers/CHANGELOG.md b/packages/block-brokers/CHANGELOG.md index 3e41d2f4..d6e63310 100644 --- a/packages/block-brokers/CHANGELOG.md +++ b/packages/block-brokers/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [3.0.2](https://github.com/ipfs/helia/compare/block-brokers-v3.0.1...block-brokers-v3.0.2) (2024-05-27) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/bitswap bumped from ^1.1.1 to ^1.1.2 + * @helia/utils bumped from ^0.3.1 to ^0.3.2 + ## [3.0.1](https://github.com/ipfs/helia/compare/block-brokers-v3.0.0...block-brokers-v3.0.1) (2024-05-20) diff --git a/packages/block-brokers/package.json b/packages/block-brokers/package.json index 4b64cf8c..faf67b38 100644 --- a/packages/block-brokers/package.json +++ b/packages/block-brokers/package.json @@ -1,6 +1,6 @@ { "name": "@helia/block-brokers", - "version": "3.0.1", + "version": "3.0.2", "description": "Block brokers for Helia", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/block-brokers#readme", @@ -53,9 +53,9 @@ "test:electron-main": "aegir test -t electron-main" }, "dependencies": { - "@helia/bitswap": "^1.1.1", + "@helia/bitswap": "^1.1.2", "@helia/interface": "^4.3.0", - "@helia/utils": "^0.3.1", + "@helia/utils": "^0.3.2", "@libp2p/interface": "^1.1.4", "@libp2p/utils": "^5.2.6", "@multiformats/multiaddr": "^12.2.1", diff --git a/packages/helia/CHANGELOG.md b/packages/helia/CHANGELOG.md index 53bcaa89..1ba0e201 100644 --- a/packages/helia/CHANGELOG.md +++ b/packages/helia/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [4.2.3](https://github.com/ipfs/helia/compare/helia-v4.2.2...helia-v4.2.3) (2024-05-27) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/block-brokers bumped from ^3.0.1 to ^3.0.2 + * @helia/utils bumped from ^0.3.1 to ^0.3.2 + ## [4.2.2](https://github.com/ipfs/helia/compare/helia-v4.2.1...helia-v4.2.2) (2024-05-20) diff --git a/packages/helia/package.json b/packages/helia/package.json index 90fb9237..dc9d4d9a 100644 --- a/packages/helia/package.json +++ b/packages/helia/package.json @@ -1,6 +1,6 @@ { "name": "helia", - "version": "4.2.2", + "version": "4.2.3", "description": "An implementation of IPFS in JavaScript", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/helia#readme", @@ -56,11 +56,11 @@ "dependencies": { "@chainsafe/libp2p-noise": "^15.0.0", "@chainsafe/libp2p-yamux": "^6.0.2", - "@helia/block-brokers": "^3.0.1", + "@helia/block-brokers": "^3.0.2", "@helia/delegated-routing-v1-http-api-client": "^3.0.0", "@helia/interface": "^4.3.0", "@helia/routers": "^1.1.0", - "@helia/utils": "^0.3.1", + "@helia/utils": "^0.3.2", "@libp2p/autonat": "^1.0.13", "@libp2p/bootstrap": "^10.0.16", "@libp2p/circuit-relay-v2": "^1.0.16", diff --git a/packages/http/CHANGELOG.md b/packages/http/CHANGELOG.md index 6844c8c5..9cabd07b 100644 --- a/packages/http/CHANGELOG.md +++ b/packages/http/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.0.9](https://github.com/ipfs/helia/compare/http-v1.0.8...http-v1.0.9) (2024-05-27) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/block-brokers bumped from ^3.0.1 to ^3.0.2 + * @helia/utils bumped from ^0.3.1 to ^0.3.2 + ## [1.0.8](https://github.com/ipfs/helia/compare/http-v1.0.7...http-v1.0.8) (2024-05-20) diff --git a/packages/http/package.json b/packages/http/package.json index a38e4496..119206ce 100644 --- a/packages/http/package.json +++ b/packages/http/package.json @@ -1,6 +1,6 @@ { "name": "@helia/http", - "version": "1.0.8", + "version": "1.0.9", "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", @@ -53,10 +53,10 @@ "test:electron-main": "aegir test -t electron-main" }, "dependencies": { - "@helia/block-brokers": "^3.0.1", + "@helia/block-brokers": "^3.0.2", "@helia/interface": "^4.3.0", "@helia/routers": "^1.1.0", - "@helia/utils": "^0.3.1", + "@helia/utils": "^0.3.2", "blockstore-core": "^4.4.0", "datastore-core": "^9.2.9" }, diff --git a/packages/interop/CHANGELOG.md b/packages/interop/CHANGELOG.md index 826d7233..af84b262 100644 --- a/packages/interop/CHANGELOG.md +++ b/packages/interop/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [6.1.5](https://github.com/ipfs/helia/compare/interop-v6.1.4...interop-v6.1.5) (2024-05-27) + + +### Bug Fixes + +* do not depend on external domains in dnslink tests ([#547](https://github.com/ipfs/helia/issues/547)) ([21ef20c](https://github.com/ipfs/helia/commit/21ef20cd05e4d0231d0e3d7d2cfbd21fb75b78a2)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/block-brokers bumped from ^3.0.1 to ^3.0.2 + * @helia/http bumped from ^1.0.8 to ^1.0.9 + * helia bumped from ^4.2.2 to ^4.2.3 + ## [6.1.4](https://github.com/ipfs/helia/compare/interop-v6.1.3...interop-v6.1.4) (2024-05-20) diff --git a/packages/interop/package.json b/packages/interop/package.json index a4032feb..93559531 100644 --- a/packages/interop/package.json +++ b/packages/interop/package.json @@ -1,6 +1,6 @@ { "name": "@helia/interop", - "version": "6.1.4", + "version": "6.1.5", "description": "Interop tests for Helia", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/interop#readme", @@ -58,11 +58,11 @@ }, "dependencies": { "@chainsafe/libp2p-gossipsub": "^13.0.0", - "@helia/block-brokers": "^3.0.1", + "@helia/block-brokers": "^3.0.2", "@helia/car": "^3.1.5", "@helia/dag-cbor": "^3.0.4", "@helia/dag-json": "^3.0.4", - "@helia/http": "^1.0.8", + "@helia/http": "^1.0.9", "@helia/interface": "^4.3.0", "@helia/ipns": "^7.2.2", "@helia/json": "^3.0.4", @@ -80,7 +80,7 @@ "@libp2p/websockets": "^8.0.16", "@multiformats/sha3": "^3.0.2", "aegir": "^42.2.5", - "helia": "^4.2.2", + "helia": "^4.2.3", "ipfs-unixfs-importer": "^15.2.4", "ipfsd-ctl": "^14.0.0", "it-all": "^3.0.4", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 90d70953..3b23e4c6 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.2](https://github.com/ipfs/helia/compare/utils-v0.3.1...utils-v0.3.2) (2024-05-27) + + +### Bug Fixes + +* add missing log prefix colon for helia:session-storage ([#544](https://github.com/ipfs/helia/issues/544)) ([011fa92](https://github.com/ipfs/helia/commit/011fa92c05bf42fb20666b1df4c86fb47889a07e)) + ## [0.3.1](https://github.com/ipfs/helia/compare/utils-v0.3.0...utils-v0.3.1) (2024-05-20) diff --git a/packages/utils/package.json b/packages/utils/package.json index fa7db2eb..01bcd8d1 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@helia/utils", - "version": "0.3.1", + "version": "0.3.2", "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",