diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e9167170d..35aac2d2c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"packages/helia":"2.0.2","packages/interface":"2.0.0","packages/interop":"1.0.2"} \ No newline at end of file +{"packages/helia":"2.0.3","packages/interface":"2.0.0","packages/interop":"1.0.3"} \ No newline at end of file diff --git a/packages/helia/CHANGELOG.md b/packages/helia/CHANGELOG.md index 621f97ebd..01e0f6e41 100644 --- a/packages/helia/CHANGELOG.md +++ b/packages/helia/CHANGELOG.md @@ -6,6 +6,15 @@ * **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.3](https://www.github.com/ipfs/helia/compare/helia-v2.0.2...helia-v2.0.3) (2023-09-18) + + +### Bug Fixes + +* export libp2p service return type ([#263](https://www.github.com/ipfs/helia/issues/263)) ([76769cf](https://www.github.com/ipfs/helia/commit/76769cf33e06746f998b4f16b52d3e2a6a7a20a8)) +* try circuit relay transport first ([#267](https://www.github.com/ipfs/helia/issues/267)) ([d5e9c3c](https://www.github.com/ipfs/helia/commit/d5e9c3c45c8dc3e63969105b785f6a836820a1f8)) +* update attempt to add helia to identify agent version ([#268](https://www.github.com/ipfs/helia/issues/268)) ([6dc7d55](https://www.github.com/ipfs/helia/commit/6dc7d55cd3099785417a7a2c99db755e856bd59a)) + ### [2.0.2](https://www.github.com/ipfs/helia/compare/helia-v2.0.1...helia-v2.0.2) (2023-09-14) diff --git a/packages/helia/package.json b/packages/helia/package.json index 8224987ea..8c5cde754 100644 --- a/packages/helia/package.json +++ b/packages/helia/package.json @@ -1,6 +1,6 @@ { "name": "helia", - "version": "2.0.2", + "version": "2.0.3", "description": "An implementation of IPFS in JavaScript", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/master/packages/helia#readme", diff --git a/packages/interop/CHANGELOG.md b/packages/interop/CHANGELOG.md index 009adfc5a..f3f61d24d 100644 --- a/packages/interop/CHANGELOG.md +++ b/packages/interop/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +### [1.0.3](https://www.github.com/ipfs/helia/compare/interop-v1.0.2...interop-v1.0.3) (2023-09-18) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * helia bumped from ^2.0.2 to ^2.0.3 + ### [1.0.2](https://www.github.com/ipfs/helia/compare/interop-v1.0.1...interop-v1.0.2) (2023-09-14) @@ -47,4 +56,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 1c3f85637..f58c28e11 100644 --- a/packages/interop/package.json +++ b/packages/interop/package.json @@ -1,6 +1,6 @@ { "name": "@helia/interop", - "version": "1.0.2", + "version": "1.0.3", "description": "Interop tests for Helia", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/master/packages/interop#readme", @@ -57,7 +57,7 @@ "aegir": "^40.0.8", "blockstore-core": "^4.0.0", "datastore-core": "^9.0.0", - "helia": "^2.0.2", + "helia": "^2.0.3", "ipfsd-ctl": "^13.0.0", "it-all": "^3.0.2", "it-to-buffer": "^4.0.1",