diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6fc373f5..e9167170 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"packages/helia":"2.0.1","packages/interface":"2.0.0","packages/interop":"1.0.1"} \ No newline at end of file +{"packages/helia":"2.0.2","packages/interface":"2.0.0","packages/interop":"1.0.2"} \ No newline at end of file diff --git a/packages/helia/CHANGELOG.md b/packages/helia/CHANGELOG.md index 822363c2..621f97eb 100644 --- a/packages/helia/CHANGELOG.md +++ b/packages/helia/CHANGELOG.md @@ -6,6 +6,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)) * update sibling dependencies ([beb10b5](https://github.com/ipfs/helia/commit/beb10b5590d66d1d5bef9b5e890b888263df2c92)) +### [2.0.2](https://www.github.com/ipfs/helia/compare/helia-v2.0.1...helia-v2.0.2) (2023-09-14) + + +### Bug Fixes + +* add dag walker for json codec ([#247](https://www.github.com/ipfs/helia/issues/247)) ([5c4b570](https://www.github.com/ipfs/helia/commit/5c4b5709e6b98de5efc9bed388942e367f5874e7)), closes [#246](https://www.github.com/ipfs/helia/issues/246) + ### [2.0.1](https://www.github.com/ipfs/helia/compare/helia-v2.0.0...helia-v2.0.1) (2023-08-16) diff --git a/packages/helia/package.json b/packages/helia/package.json index 5b6c1951..616d4602 100644 --- a/packages/helia/package.json +++ b/packages/helia/package.json @@ -1,6 +1,6 @@ { "name": "helia", - "version": "2.0.1", + "version": "2.0.2", "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 53596a13..009adfc5 100644 --- a/packages/interop/CHANGELOG.md +++ b/packages/interop/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +### [1.0.2](https://www.github.com/ipfs/helia/compare/interop-v1.0.1...interop-v1.0.2) (2023-09-14) + + +### Bug Fixes + +* **kubo:** ⬆️ Upgrading go-ipfs to kubo ([#251](https://www.github.com/ipfs/helia/issues/251)) ([963a7a2](https://www.github.com/ipfs/helia/commit/963a7a21774703a105c865a5b6db670f278eec73)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * helia bumped from ^2.0.1 to ^2.0.2 + ### [1.0.1](https://www.github.com/ipfs/helia/compare/interop-v1.0.0...interop-v1.0.1) (2023-08-16) diff --git a/packages/interop/package.json b/packages/interop/package.json index 186129e9..1c3f8563 100644 --- a/packages/interop/package.json +++ b/packages/interop/package.json @@ -1,6 +1,6 @@ { "name": "@helia/interop", - "version": "1.0.1", + "version": "1.0.2", "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.1", + "helia": "^2.0.2", "ipfsd-ctl": "^13.0.0", "it-all": "^3.0.2", "it-to-buffer": "^4.0.1",