From 270bf57af7b989cbe3a7e935ed73565ff3cfd5a2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 00:52:05 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 2 +- packages/helia/CHANGELOG.md | 21 ++++++++++++++++++++- packages/helia/package.json | 4 ++-- packages/interface/CHANGELOG.md | 7 +++++++ packages/interface/package.json | 2 +- packages/interop/CHANGELOG.md | 10 ++++++++++ packages/interop/package.json | 6 +++--- 7 files changed, 44 insertions(+), 8 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 35aac2d2c..d65d2b3fc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"packages/helia":"2.0.3","packages/interface":"2.0.0","packages/interop":"1.0.3"} \ No newline at end of file +{"packages/helia":"2.1.0","packages/interface":"2.1.0","packages/interop":"1.0.4"} \ No newline at end of file diff --git a/packages/helia/CHANGELOG.md b/packages/helia/CHANGELOG.md index 01e0f6e41..d10965db0 100644 --- a/packages/helia/CHANGELOG.md +++ b/packages/helia/CHANGELOG.md @@ -6,6 +6,25 @@ * **dev:** bump aegir from 39.0.13 to 40.0.8 ([#198](https://github.com/ipfs/helia/issues/198)) ([4d75ecf](https://github.com/ipfs/helia/commit/4d75ecffb79e5177da35d3106e42dac7bc63153a)) * update sibling dependencies ([beb10b5](https://github.com/ipfs/helia/commit/beb10b5590d66d1d5bef9b5e890b888263df2c92)) +## [2.1.0](https://www.github.com/ipfs/helia/compare/helia-v2.0.3...helia-v2.1.0) (2023-10-11) + + +### Features + +* configurable block brokers ([#280](https://www.github.com/ipfs/helia/issues/280)) ([0749cbf](https://www.github.com/ipfs/helia/commit/0749cbf99745ea6ab4363f1b5d635634ca0ddcfa)) + + +### Bug Fixes + +* listen on ip6 addresses ([#271](https://www.github.com/ipfs/helia/issues/271)) ([7ef5e79](https://www.github.com/ipfs/helia/commit/7ef5e79620f043522ff0dacc260af1fe83e5d77e)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^2.0.0 to ^2.1.0 + ### [2.0.3](https://www.github.com/ipfs/helia/compare/helia-v2.0.2...helia-v2.0.3) (2023-09-18) @@ -338,4 +357,4 @@ * The following workspace dependencies were updated * dependencies - * @helia/interface bumped from ~0.0.0 to ^0.1.0 + * @helia/interface bumped from ~0.0.0 to ^0.1.0 \ No newline at end of file diff --git a/packages/helia/package.json b/packages/helia/package.json index f518a660e..74c6afe4d 100644 --- a/packages/helia/package.json +++ b/packages/helia/package.json @@ -1,6 +1,6 @@ { "name": "helia", - "version": "2.0.3", + "version": "2.1.0", "description": "An implementation of IPFS in JavaScript", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/master/packages/helia#readme", @@ -77,7 +77,7 @@ "@chainsafe/libp2p-gossipsub": "^10.0.0", "@chainsafe/libp2p-noise": "^13.0.0", "@chainsafe/libp2p-yamux": "^5.0.0", - "@helia/interface": "^2.0.0", + "@helia/interface": "^2.1.0", "@ipld/dag-cbor": "^9.0.0", "@ipld/dag-json": "^10.0.1", "@ipld/dag-pb": "^4.0.3", diff --git a/packages/interface/CHANGELOG.md b/packages/interface/CHANGELOG.md index deb26512b..d2ea919a1 100644 --- a/packages/interface/CHANGELOG.md +++ b/packages/interface/CHANGELOG.md @@ -10,6 +10,13 @@ * **dev:** bump aegir from 39.0.13 to 40.0.8 ([#198](https://github.com/ipfs/helia/issues/198)) ([4d75ecf](https://github.com/ipfs/helia/commit/4d75ecffb79e5177da35d3106e42dac7bc63153a)) +## [2.1.0](https://www.github.com/ipfs/helia/compare/interface-v2.0.0...interface-v2.1.0) (2023-10-11) + + +### Features + +* configurable block brokers ([#280](https://www.github.com/ipfs/helia/issues/280)) ([0749cbf](https://www.github.com/ipfs/helia/commit/0749cbf99745ea6ab4363f1b5d635634ca0ddcfa)) + ## [2.0.0](https://www.github.com/ipfs/helia/compare/interface-v1.2.2...interface-v2.0.0) (2023-08-16) diff --git a/packages/interface/package.json b/packages/interface/package.json index b183b3e8f..9a84e25cc 100644 --- a/packages/interface/package.json +++ b/packages/interface/package.json @@ -1,6 +1,6 @@ { "name": "@helia/interface", - "version": "2.0.0", + "version": "2.1.0", "description": "The Helia API", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/master/packages/interface#readme", diff --git a/packages/interop/CHANGELOG.md b/packages/interop/CHANGELOG.md index f3f61d24d..57292f837 100644 --- a/packages/interop/CHANGELOG.md +++ b/packages/interop/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +### [1.0.4](https://www.github.com/ipfs/helia/compare/interop-v1.0.3...interop-v1.0.4) (2023-10-11) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @helia/interface bumped from ^2.0.0 to ^2.1.0 + * helia bumped from ^2.0.3 to ^2.1.0 + ### [1.0.3](https://www.github.com/ipfs/helia/compare/interop-v1.0.2...interop-v1.0.3) (2023-09-18) diff --git a/packages/interop/package.json b/packages/interop/package.json index f586c48b9..f49a2cb9d 100644 --- a/packages/interop/package.json +++ b/packages/interop/package.json @@ -1,6 +1,6 @@ { "name": "@helia/interop", - "version": "1.0.3", + "version": "1.0.4", "description": "Interop tests for Helia", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/master/packages/interop#readme", @@ -51,14 +51,14 @@ "devDependencies": { "@chainsafe/libp2p-noise": "^13.0.0", "@chainsafe/libp2p-yamux": "^5.0.0", - "@helia/interface": "^2.0.0", + "@helia/interface": "^2.1.0", "@libp2p/tcp": "^8.0.2", "@libp2p/websockets": "^7.0.2", "@multiformats/sha3": "^3.0.0", "aegir": "^41.0.0", "blockstore-core": "^4.0.0", "datastore-core": "^9.0.0", - "helia": "^2.0.3", + "helia": "^2.1.0", "ipfsd-ctl": "^13.0.0", "it-all": "^3.0.2", "it-to-buffer": "^4.0.1",