From 5cbf9fc10de872bca874f3c469714710d76edea0 Mon Sep 17 00:00:00 2001 From: Alex Potsides Date: Tue, 18 Jun 2024 14:26:52 +0100 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 14 +++++++------- packages/bitswap/CHANGELOG.md | 10 ++++++++++ packages/bitswap/package.json | 4 ++-- packages/block-brokers/CHANGELOG.md | 11 +++++++++++ packages/block-brokers/package.json | 6 +++--- packages/helia/CHANGELOG.md | 10 ++++++++++ packages/helia/package.json | 6 +++--- packages/http/CHANGELOG.md | 11 +++++++++++ packages/http/package.json | 6 +++--- packages/interop/CHANGELOG.md | 12 ++++++++++++ packages/interop/package.json | 10 +++++----- packages/ipns/CHANGELOG.md | 7 +++++++ packages/ipns/package.json | 2 +- packages/utils/CHANGELOG.md | 7 +++++++ packages/utils/package.json | 2 +- 15 files changed, 93 insertions(+), 25 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 606d98359..b15c77d0a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,18 +1,18 @@ { - "packages/block-brokers": "3.0.2", - "packages/bitswap": "1.1.2", + "packages/block-brokers": "3.0.3", + "packages/bitswap": "1.1.3", "packages/car": "3.1.5", "packages/dag-cbor": "3.0.4", "packages/dag-json": "3.0.4", - "packages/helia": "4.2.4", + "packages/helia": "4.2.5", "packages/interface": "4.3.0", - "packages/interop": "6.1.6", - "packages/ipns": "7.2.2", + "packages/interop": "6.1.7", + "packages/ipns": "7.2.3", "packages/json": "3.0.4", "packages/mfs": "3.0.6", "packages/strings": "3.0.4", "packages/unixfs": "3.0.6", - "packages/utils": "0.3.2", - "packages/http": "1.0.9", + "packages/utils": "0.3.3", + "packages/http": "1.0.10", "packages/routers": "1.1.0" } diff --git a/packages/bitswap/CHANGELOG.md b/packages/bitswap/CHANGELOG.md index 58000e1e0..da337f936 100644 --- a/packages/bitswap/CHANGELOG.md +++ b/packages/bitswap/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.1.3](https://github.com/ipfs/helia/compare/bitswap-v1.1.2...bitswap-v1.1.3) (2024-06-18) + + +### Dependencies + +* **dev:** bump sinon from 17.0.2 to 18.0.0 ([#536](https://github.com/ipfs/helia/issues/536)) ([62f77df](https://github.com/ipfs/helia/commit/62f77dfbff94a64e9c248f5be54055c18a6427f7)) +* The following workspace dependencies were updated + * dependencies + * @helia/utils bumped from ^0.3.2 to ^0.3.3 + ## [1.1.2](https://github.com/ipfs/helia/compare/bitswap-v1.1.1...bitswap-v1.1.2) (2024-05-27) diff --git a/packages/bitswap/package.json b/packages/bitswap/package.json index a54f4812f..83878d042 100644 --- a/packages/bitswap/package.json +++ b/packages/bitswap/package.json @@ -1,6 +1,6 @@ { "name": "@helia/bitswap", - "version": "1.1.2", + "version": "1.1.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", @@ -149,7 +149,7 @@ }, "dependencies": { "@helia/interface": "^4.3.0", - "@helia/utils": "^0.3.2", + "@helia/utils": "^0.3.3", "@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 d6e633104..f8de36698 100644 --- a/packages/block-brokers/CHANGELOG.md +++ b/packages/block-brokers/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [3.0.3](https://github.com/ipfs/helia/compare/block-brokers-v3.0.2...block-brokers-v3.0.3) (2024-06-18) + + +### Dependencies + +* **dev:** bump sinon from 17.0.2 to 18.0.0 ([#536](https://github.com/ipfs/helia/issues/536)) ([62f77df](https://github.com/ipfs/helia/commit/62f77dfbff94a64e9c248f5be54055c18a6427f7)) +* The following workspace dependencies were updated + * dependencies + * @helia/bitswap bumped from ^1.1.2 to ^1.1.3 + * @helia/utils bumped from ^0.3.2 to ^0.3.3 + ## [3.0.2](https://github.com/ipfs/helia/compare/block-brokers-v3.0.1...block-brokers-v3.0.2) (2024-05-27) diff --git a/packages/block-brokers/package.json b/packages/block-brokers/package.json index 54297859a..1c536f398 100644 --- a/packages/block-brokers/package.json +++ b/packages/block-brokers/package.json @@ -1,6 +1,6 @@ { "name": "@helia/block-brokers", - "version": "3.0.2", + "version": "3.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", @@ -53,9 +53,9 @@ "test:electron-main": "aegir test -t electron-main" }, "dependencies": { - "@helia/bitswap": "^1.1.2", + "@helia/bitswap": "^1.1.3", "@helia/interface": "^4.3.0", - "@helia/utils": "^0.3.2", + "@helia/utils": "^0.3.3", "@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 fc08485d6..c73ee2d7b 100644 --- a/packages/helia/CHANGELOG.md +++ b/packages/helia/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [4.2.5](https://github.com/ipfs/helia/compare/helia-v4.2.4...helia-v4.2.5) (2024-06-18) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/block-brokers bumped from ^3.0.2 to ^3.0.3 + * @helia/utils bumped from ^0.3.2 to ^0.3.3 + ## [4.2.4](https://github.com/ipfs/helia/compare/helia-v4.2.3...helia-v4.2.4) (2024-06-18) diff --git a/packages/helia/package.json b/packages/helia/package.json index b776eeda9..676f5bbb2 100644 --- a/packages/helia/package.json +++ b/packages/helia/package.json @@ -1,6 +1,6 @@ { "name": "helia", - "version": "4.2.4", + "version": "4.2.5", "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.2", + "@helia/block-brokers": "^3.0.3", "@helia/delegated-routing-v1-http-api-client": "^3.0.0", "@helia/interface": "^4.3.0", "@helia/routers": "^1.1.0", - "@helia/utils": "^0.3.2", + "@helia/utils": "^0.3.3", "@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 9cabd07b1..c1fbc2212 100644 --- a/packages/http/CHANGELOG.md +++ b/packages/http/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.0.10](https://github.com/ipfs/helia/compare/http-v1.0.9...http-v1.0.10) (2024-06-18) + + +### Dependencies + +* **dev:** bump sinon from 17.0.2 to 18.0.0 ([#536](https://github.com/ipfs/helia/issues/536)) ([62f77df](https://github.com/ipfs/helia/commit/62f77dfbff94a64e9c248f5be54055c18a6427f7)) +* The following workspace dependencies were updated + * dependencies + * @helia/block-brokers bumped from ^3.0.2 to ^3.0.3 + * @helia/utils bumped from ^0.3.2 to ^0.3.3 + ## [1.0.9](https://github.com/ipfs/helia/compare/http-v1.0.8...http-v1.0.9) (2024-05-27) diff --git a/packages/http/package.json b/packages/http/package.json index ac360c548..93bf407b0 100644 --- a/packages/http/package.json +++ b/packages/http/package.json @@ -1,6 +1,6 @@ { "name": "@helia/http", - "version": "1.0.9", + "version": "1.0.10", "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.2", + "@helia/block-brokers": "^3.0.3", "@helia/interface": "^4.3.0", "@helia/routers": "^1.1.0", - "@helia/utils": "^0.3.2", + "@helia/utils": "^0.3.3", "blockstore-core": "^4.4.0", "datastore-core": "^9.2.9" }, diff --git a/packages/interop/CHANGELOG.md b/packages/interop/CHANGELOG.md index b1a9c42a4..2236b71b2 100644 --- a/packages/interop/CHANGELOG.md +++ b/packages/interop/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [6.1.7](https://github.com/ipfs/helia/compare/interop-v6.1.6...interop-v6.1.7) (2024-06-18) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/block-brokers bumped from ^3.0.2 to ^3.0.3 + * @helia/http bumped from ^1.0.9 to ^1.0.10 + * @helia/ipns bumped from ^7.2.2 to ^7.2.3 + * helia bumped from ^4.2.4 to ^4.2.5 + ## [6.1.6](https://github.com/ipfs/helia/compare/interop-v6.1.5...interop-v6.1.6) (2024-06-18) diff --git a/packages/interop/package.json b/packages/interop/package.json index c3945a03d..14d7bd22a 100644 --- a/packages/interop/package.json +++ b/packages/interop/package.json @@ -1,6 +1,6 @@ { "name": "@helia/interop", - "version": "6.1.6", + "version": "6.1.7", "description": "Interop tests for Helia", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/interop#readme", @@ -58,13 +58,13 @@ }, "dependencies": { "@chainsafe/libp2p-gossipsub": "^13.0.0", - "@helia/block-brokers": "^3.0.2", + "@helia/block-brokers": "^3.0.3", "@helia/car": "^3.1.5", "@helia/dag-cbor": "^3.0.4", "@helia/dag-json": "^3.0.4", - "@helia/http": "^1.0.9", + "@helia/http": "^1.0.10", "@helia/interface": "^4.3.0", - "@helia/ipns": "^7.2.2", + "@helia/ipns": "^7.2.3", "@helia/json": "^3.0.4", "@helia/mfs": "^3.0.6", "@helia/routers": "^1.1.0", @@ -80,7 +80,7 @@ "@libp2p/websockets": "^8.0.16", "@multiformats/sha3": "^3.0.2", "aegir": "^42.2.5", - "helia": "^4.2.4", + "helia": "^4.2.5", "ipfs-unixfs-importer": "^15.2.4", "ipfsd-ctl": "^14.0.0", "it-all": "^3.0.4", diff --git a/packages/ipns/CHANGELOG.md b/packages/ipns/CHANGELOG.md index ec6bcc4e3..8479f9f90 100644 --- a/packages/ipns/CHANGELOG.md +++ b/packages/ipns/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [7.2.3](https://github.com/ipfs/helia/compare/ipns-v7.2.2...ipns-v7.2.3) (2024-06-18) + + +### Dependencies + +* **dev:** bump sinon from 17.0.2 to 18.0.0 ([#536](https://github.com/ipfs/helia/issues/536)) ([62f77df](https://github.com/ipfs/helia/commit/62f77dfbff94a64e9c248f5be54055c18a6427f7)) + ## [7.2.2](https://github.com/ipfs/helia/compare/ipns-v7.2.1...ipns-v7.2.2) (2024-05-01) diff --git a/packages/ipns/package.json b/packages/ipns/package.json index d78502bb3..a09aa3fc9 100644 --- a/packages/ipns/package.json +++ b/packages/ipns/package.json @@ -1,6 +1,6 @@ { "name": "@helia/ipns", - "version": "7.2.2", + "version": "7.2.3", "description": "An implementation of IPNS for Helia", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/ipns#readme", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 3b23e4c6b..4041eef16 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.3](https://github.com/ipfs/helia/compare/utils-v0.3.2...utils-v0.3.3) (2024-06-18) + + +### Dependencies + +* **dev:** bump sinon from 17.0.2 to 18.0.0 ([#536](https://github.com/ipfs/helia/issues/536)) ([62f77df](https://github.com/ipfs/helia/commit/62f77dfbff94a64e9c248f5be54055c18a6427f7)) + ## [0.3.2](https://github.com/ipfs/helia/compare/utils-v0.3.1...utils-v0.3.2) (2024-05-27) diff --git a/packages/utils/package.json b/packages/utils/package.json index 2f9a0adf4..77c256dc2 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@helia/utils", - "version": "0.3.2", + "version": "0.3.3", "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",