diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2d1a399f..bd98680e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "packages/helia":"1.3.12", - "packages/interface":"1.2.2", - "packages/interop":"0.0.0" + "packages/helia": "2.0.0", + "packages/interface": "2.0.0", + "packages/interop": "1.0.0" } diff --git a/packages/helia/CHANGELOG.md b/packages/helia/CHANGELOG.md index 6d450cb9..4cc2742f 100644 --- a/packages/helia/CHANGELOG.md +++ b/packages/helia/CHANGELOG.md @@ -6,6 +6,26 @@ * **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.0.0](https://github.com/ipfs/helia/compare/helia-v1.3.12...helia-v2.0.0) (2023-08-16) + + +### ⚠ BREAKING CHANGES + +* libp2p has been updated to 0.46.x + +### Features + +* re-export types from @helia/interface ([#232](https://github.com/ipfs/helia/issues/232)) ([09c1e47](https://github.com/ipfs/helia/commit/09c1e4787a506d34a00d9ce7852d73471d47db1b)) + + +### Dependencies + +* bump @libp2p/ipni-content-routing from 1.0.2 to 2.0.0 ([#227](https://github.com/ipfs/helia/issues/227)) ([a33cb3e](https://github.com/ipfs/helia/commit/a33cb3ef2dd21a55b598f206e8d4295935ea2bcc)) +* update libp2p to 0.46.x ([#215](https://github.com/ipfs/helia/issues/215)) ([65b68f0](https://github.com/ipfs/helia/commit/65b68f071d04d2f6f0fcf35938b146706b1a3cd0)) +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^1.0.0 to ^2.0.0 + ## [helia-v1.3.11](https://github.com/ipfs/helia/compare/helia-v1.3.10...helia-v1.3.11) (2023-08-04) diff --git a/packages/helia/package.json b/packages/helia/package.json index d403035e..67a20296 100644 --- a/packages/helia/package.json +++ b/packages/helia/package.json @@ -1,6 +1,6 @@ { "name": "helia", - "version": "1.3.12", + "version": "2.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", @@ -52,7 +52,7 @@ "@chainsafe/libp2p-gossipsub": "^10.0.0", "@chainsafe/libp2p-noise": "^13.0.0", "@chainsafe/libp2p-yamux": "^5.0.0", - "@helia/interface": "^1.0.0", + "@helia/interface": "^2.0.0", "@ipld/dag-pb": "^4.0.3", "@libp2p/bootstrap": "^9.0.2", "@libp2p/interface": "^0.1.1", diff --git a/packages/interface/CHANGELOG.md b/packages/interface/CHANGELOG.md index b1a12ef9..2d9c7249 100644 --- a/packages/interface/CHANGELOG.md +++ b/packages/interface/CHANGELOG.md @@ -10,6 +10,17 @@ * **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.0.0](https://github.com/ipfs/helia/compare/interface-v1.2.2...interface-v2.0.0) (2023-08-16) + + +### ⚠ BREAKING CHANGES + +* libp2p has been updated to 0.46.x + +### Dependencies + +* update libp2p to 0.46.x ([#215](https://github.com/ipfs/helia/issues/215)) ([65b68f0](https://github.com/ipfs/helia/commit/65b68f071d04d2f6f0fcf35938b146706b1a3cd0)) + ## [@helia/interface-v1.2.1](https://github.com/ipfs/helia/compare/@helia/interface-v1.2.0...@helia/interface-v1.2.1) (2023-06-07) diff --git a/packages/interface/package.json b/packages/interface/package.json index b8b56f3a..264aed96 100644 --- a/packages/interface/package.json +++ b/packages/interface/package.json @@ -1,6 +1,6 @@ { "name": "@helia/interface", - "version": "1.2.2", + "version": "2.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 new file mode 100644 index 00000000..fc5ef05a --- /dev/null +++ b/packages/interop/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +## 1.0.0 (2023-08-16) + + +### ⚠ BREAKING CHANGES + +* libp2p has been updated to 0.46.x + +### Dependencies + +* **dev:** bump go-ipfs from 0.21.0 to 0.22.0 ([#228](https://github.com/ipfs/helia/issues/228)) ([2e8e447](https://github.com/ipfs/helia/commit/2e8e447f782745e517e935cd1bb3312db6384a5b)) +* update libp2p to 0.46.x ([#215](https://github.com/ipfs/helia/issues/215)) ([65b68f0](https://github.com/ipfs/helia/commit/65b68f071d04d2f6f0fcf35938b146706b1a3cd0)) +* 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 diff --git a/packages/interop/package.json b/packages/interop/package.json index 3a494fa7..1cac64d5 100644 --- a/packages/interop/package.json +++ b/packages/interop/package.json @@ -1,6 +1,6 @@ { "name": "@helia/interop", - "version": "0.0.0", + "version": "1.0.0", "description": "Interop tests for Helia", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/master/packages/interop#readme", @@ -50,7 +50,7 @@ "devDependencies": { "@chainsafe/libp2p-noise": "^13.0.0", "@chainsafe/libp2p-yamux": "^5.0.0", - "@helia/interface": "^1.0.0", + "@helia/interface": "^2.0.0", "@libp2p/tcp": "^8.0.2", "@libp2p/websockets": "^7.0.2", "@multiformats/sha3": "^2.0.15", @@ -58,7 +58,7 @@ "blockstore-core": "^4.0.0", "datastore-core": "^9.0.0", "go-ipfs": "^0.22.0", - "helia": "^1.0.0", + "helia": "^2.0.0", "ipfsd-ctl": "^13.0.0", "it-all": "^3.0.2", "it-to-buffer": "^4.0.1",