diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0a23a8e1..c0e73b59 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"packages/helia":"2.1.0","packages/interface":"2.1.0","packages/interop":"1.1.0"} \ No newline at end of file +{"packages/helia":"3.0.0","packages/interface":"3.0.0","packages/interop":"2.0.0"} \ No newline at end of file diff --git a/packages/helia/CHANGELOG.md b/packages/helia/CHANGELOG.md index bdb0846b..998659a3 100644 --- a/packages/helia/CHANGELOG.md +++ b/packages/helia/CHANGELOG.md @@ -6,6 +6,30 @@ * **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)) +## [3.0.0](https://github.com/ipfs/helia/compare/helia-v2.1.0...helia-v3.0.0) (2024-01-07) + + +### ⚠ BREAKING CHANGES + +* `helia.pin.add` and `helia.pin.rm` now return `AsyncGenerator` +* The libp2p API has changed in a couple of places - please see the [upgrade guide](https://github.com/libp2p/js-libp2p/blob/main/doc/migrations/v0.46-v1.0.0.md) + +### deps + +* updates to libp2p v1 ([#320](https://github.com/ipfs/helia/issues/320)) ([635d7a2](https://github.com/ipfs/helia/commit/635d7a2938111ccc53f8defbd9b8f8f8ea3e8e6a)) + + +### Features + +* iterable pinning ([#231](https://github.com/ipfs/helia/issues/231)) ([c15c774](https://github.com/ipfs/helia/commit/c15c7749294d3d4aea5aef70544d088250336798)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^2.1.0 to ^3.0.0 + ## [2.1.0](https://www.github.com/ipfs/helia/compare/helia-v2.0.3...helia-v2.1.0) (2023-11-06) @@ -361,4 +385,4 @@ * The following workspace dependencies were updated * dependencies - * @helia/interface bumped from ~0.0.0 to ^0.1.0 \ No newline at end of file + * @helia/interface bumped from ~0.0.0 to ^0.1.0 diff --git a/packages/helia/package.json b/packages/helia/package.json index cd80e56b..371609e6 100644 --- a/packages/helia/package.json +++ b/packages/helia/package.json @@ -1,6 +1,6 @@ { "name": "helia", - "version": "2.1.0", + "version": "3.0.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", @@ -82,7 +82,7 @@ "@chainsafe/libp2p-noise": "^14.0.0", "@chainsafe/libp2p-yamux": "^6.0.1", "@helia/delegated-routing-v1-http-api-client": "^1.1.0", - "@helia/interface": "^2.1.0", + "@helia/interface": "^3.0.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 92c57b0f..d85f15d4 100644 --- a/packages/interface/CHANGELOG.md +++ b/packages/interface/CHANGELOG.md @@ -10,6 +10,23 @@ * **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)) +## [3.0.0](https://github.com/ipfs/helia/compare/interface-v2.1.0...interface-v3.0.0) (2024-01-07) + + +### ⚠ BREAKING CHANGES + +* `helia.pin.add` and `helia.pin.rm` now return `AsyncGenerator` +* The libp2p API has changed in a couple of places - please see the [upgrade guide](https://github.com/libp2p/js-libp2p/blob/main/doc/migrations/v0.46-v1.0.0.md) + +### deps + +* updates to libp2p v1 ([#320](https://github.com/ipfs/helia/issues/320)) ([635d7a2](https://github.com/ipfs/helia/commit/635d7a2938111ccc53f8defbd9b8f8f8ea3e8e6a)) + + +### Features + +* iterable pinning ([#231](https://github.com/ipfs/helia/issues/231)) ([c15c774](https://github.com/ipfs/helia/commit/c15c7749294d3d4aea5aef70544d088250336798)) + ## [2.1.0](https://www.github.com/ipfs/helia/compare/interface-v2.0.0...interface-v2.1.0) (2023-11-06) diff --git a/packages/interface/package.json b/packages/interface/package.json index 025621df..6545496d 100644 --- a/packages/interface/package.json +++ b/packages/interface/package.json @@ -1,6 +1,6 @@ { "name": "@helia/interface", - "version": "2.1.0", + "version": "3.0.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 96f7e4d6..9811d75a 100644 --- a/packages/interop/CHANGELOG.md +++ b/packages/interop/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## [2.0.0](https://github.com/ipfs/helia/compare/interop-v1.1.0...interop-v2.0.0) (2024-01-07) + + +### ⚠ BREAKING CHANGES + +* `helia.pin.add` and `helia.pin.rm` now return `AsyncGenerator` +* The libp2p API has changed in a couple of places - please see the [upgrade guide](https://github.com/libp2p/js-libp2p/blob/main/doc/migrations/v0.46-v1.0.0.md) + +### deps + +* updates to libp2p v1 ([#320](https://github.com/ipfs/helia/issues/320)) ([635d7a2](https://github.com/ipfs/helia/commit/635d7a2938111ccc53f8defbd9b8f8f8ea3e8e6a)) + + +### Features + +* iterable pinning ([#231](https://github.com/ipfs/helia/issues/231)) ([c15c774](https://github.com/ipfs/helia/commit/c15c7749294d3d4aea5aef70544d088250336798)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @helia/interface bumped from ^2.1.0 to ^3.0.0 + * helia bumped from ^2.1.0 to ^3.0.0 + ## [1.1.0](https://www.github.com/ipfs/helia/compare/interop-v1.0.3...interop-v1.1.0) (2023-11-06) @@ -71,4 +96,4 @@ * The following workspace dependencies were updated * devDependencies * @helia/interface bumped from ^1.0.0 to ^2.0.0 - * helia bumped from ^1.0.0 to ^2.0.0 \ No newline at end of file + * helia bumped from ^1.0.0 to ^2.0.0 diff --git a/packages/interop/package.json b/packages/interop/package.json index 46ddcb17..2afce8a6 100644 --- a/packages/interop/package.json +++ b/packages/interop/package.json @@ -1,6 +1,6 @@ { "name": "@helia/interop", - "version": "1.1.0", + "version": "2.0.0", "description": "Interop tests for Helia", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/master/packages/interop#readme", @@ -55,7 +55,7 @@ "devDependencies": { "@chainsafe/libp2p-noise": "^14.0.0", "@chainsafe/libp2p-yamux": "^6.0.1", - "@helia/interface": "^2.1.0", + "@helia/interface": "^3.0.0", "@libp2p/identify": "^1.0.1", "@libp2p/peer-id": "^4.0.3", "@libp2p/tcp": "^9.0.1", @@ -64,7 +64,7 @@ "aegir": "^42.0.0", "blockstore-core": "^4.0.0", "datastore-core": "^9.0.0", - "helia": "^2.1.0", + "helia": "^3.0.0", "ipfsd-ctl": "^13.0.0", "it-all": "^3.0.4", "it-drain": "^3.0.5",