diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3bab71b94..4c46876f9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,18 +1,18 @@ { "packages/block-brokers": "2.0.1", - "packages/car": "3.0.0", - "packages/dag-cbor": "3.0.0", - "packages/dag-json": "3.0.0", + "packages/car": "3.0.1", + "packages/dag-cbor": "3.0.1", + "packages/dag-json": "3.0.1", "packages/helia": "4.0.1", "packages/interface": "4.0.0", - "packages/interop": "5.0.0", + "packages/interop": "5.1.0", "packages/ipns": "6.0.0", - "packages/json": "3.0.0", - "packages/mfs": "3.0.0", - "packages/strings": "3.0.0", - "packages/unixfs": "3.0.0", + "packages/json": "3.0.1", + "packages/mfs": "3.0.1", + "packages/strings": "3.0.1", + "packages/unixfs": "3.0.1", "packages/utils": "0.0.1", "packages/http": "1.0.1", "packages/routers": "1.0.0", - "packages/verified-fetch": "0.0.0" + "packages/verified-fetch": "1.0.0" } diff --git a/packages/car/CHANGELOG.md b/packages/car/CHANGELOG.md index 2d88de8fc..4d695ed27 100644 --- a/packages/car/CHANGELOG.md +++ b/packages/car/CHANGELOG.md @@ -17,6 +17,20 @@ * devDependencies * @helia/unixfs bumped from ^2.0.0 to ^2.0.1 +## [3.0.1](https://github.com/ipfs/helia/compare/car-v3.0.0...car-v3.0.1) (2024-02-06) + + +### Bug Fixes + +* use blockstore interface where possible ([#417](https://github.com/ipfs/helia/issues/417)) ([30c8981](https://github.com/ipfs/helia/commit/30c8981934ffba72d572a7b8b2712ec93b7f4d31)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @helia/unixfs bumped from ^3.0.0 to ^3.0.1 + ## [3.0.0](https://github.com/ipfs/helia/compare/car-v2.0.1...car-v3.0.0) (2024-01-24) diff --git a/packages/car/package.json b/packages/car/package.json index 2babf4c14..1aa06a2eb 100644 --- a/packages/car/package.json +++ b/packages/car/package.json @@ -1,6 +1,6 @@ { "name": "@helia/car", - "version": "3.0.0", + "version": "3.0.1", "description": "Import/export car files from Helia", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/car#readme", @@ -151,7 +151,7 @@ "progress-events": "^1.0.0" }, "devDependencies": { - "@helia/unixfs": "^3.0.0", + "@helia/unixfs": "^3.0.1", "@ipld/dag-pb": "^4.0.8", "aegir": "^42.2.2", "blockstore-core": "^4.3.10", diff --git a/packages/dag-cbor/CHANGELOG.md b/packages/dag-cbor/CHANGELOG.md index b897beec1..6f3f6dc31 100644 --- a/packages/dag-cbor/CHANGELOG.md +++ b/packages/dag-cbor/CHANGELOG.md @@ -15,6 +15,13 @@ * dependencies * @helia/interface bumped from ^3.0.0 to ^3.0.1 +## [3.0.1](https://github.com/ipfs/helia/compare/dag-cbor-v3.0.0...dag-cbor-v3.0.1) (2024-02-06) + + +### Bug Fixes + +* use blockstore interface where possible ([#417](https://github.com/ipfs/helia/issues/417)) ([30c8981](https://github.com/ipfs/helia/commit/30c8981934ffba72d572a7b8b2712ec93b7f4d31)) + ## [3.0.0](https://github.com/ipfs/helia/compare/dag-cbor-v2.0.1...dag-cbor-v3.0.0) (2024-01-24) diff --git a/packages/dag-cbor/package.json b/packages/dag-cbor/package.json index 4d96e17c5..6ead0f239 100644 --- a/packages/dag-cbor/package.json +++ b/packages/dag-cbor/package.json @@ -1,6 +1,6 @@ { "name": "@helia/dag-cbor", - "version": "3.0.0", + "version": "3.0.1", "description": "Add/get IPLD blocks containing dag-cbor with your Helia node", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/dag-cbor#readme", diff --git a/packages/dag-json/CHANGELOG.md b/packages/dag-json/CHANGELOG.md index 3a685d65c..138061be9 100644 --- a/packages/dag-json/CHANGELOG.md +++ b/packages/dag-json/CHANGELOG.md @@ -15,6 +15,13 @@ * dependencies * @helia/interface bumped from ^3.0.0 to ^3.0.1 +## [3.0.1](https://github.com/ipfs/helia/compare/dag-json-v3.0.0...dag-json-v3.0.1) (2024-02-06) + + +### Bug Fixes + +* use blockstore interface where possible ([#417](https://github.com/ipfs/helia/issues/417)) ([30c8981](https://github.com/ipfs/helia/commit/30c8981934ffba72d572a7b8b2712ec93b7f4d31)) + ## [3.0.0](https://github.com/ipfs/helia/compare/dag-json-v2.0.1...dag-json-v3.0.0) (2024-01-24) diff --git a/packages/dag-json/package.json b/packages/dag-json/package.json index 539941a5f..8ccee4ae4 100644 --- a/packages/dag-json/package.json +++ b/packages/dag-json/package.json @@ -1,6 +1,6 @@ { "name": "@helia/dag-json", - "version": "3.0.0", + "version": "3.0.1", "description": "Add/get IPLD blocks containing dag-json with your Helia node", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/dag-json#readme", diff --git a/packages/interop/CHANGELOG.md b/packages/interop/CHANGELOG.md index 7856af917..8b76abbd8 100644 --- a/packages/interop/CHANGELOG.md +++ b/packages/interop/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [5.1.0](https://github.com/ipfs/helia/compare/interop-v5.0.0...interop-v5.1.0) (2024-02-06) + + +### Features + +* create @helia/verified-fetch ([#392](https://github.com/ipfs/helia/issues/392)) ([f243de2](https://github.com/ipfs/helia/commit/f243de26eda64951c2909121730b6a1b8a689bf6)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/car bumped from ^3.0.0 to ^3.0.1 + * @helia/dag-cbor bumped from ^3.0.0 to ^3.0.1 + * @helia/dag-json bumped from ^3.0.0 to ^3.0.1 + * @helia/json bumped from ^3.0.0 to ^3.0.1 + * @helia/mfs bumped from ^3.0.0 to ^3.0.1 + * @helia/strings bumped from ^3.0.0 to ^3.0.1 + * @helia/unixfs bumped from ^3.0.0 to ^3.0.1 + * @helia/verified-fetch bumped from ^0.0.0 to ^1.0.0 + ## [5.0.0](https://github.com/ipfs/helia/compare/interop-v4.0.0...interop-v5.0.0) (2024-01-31) diff --git a/packages/interop/package.json b/packages/interop/package.json index 09b388014..ab7432f32 100644 --- a/packages/interop/package.json +++ b/packages/interop/package.json @@ -1,6 +1,6 @@ { "name": "@helia/interop", - "version": "5.0.0", + "version": "5.1.0", "description": "Interop tests for Helia", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/interop#readme", @@ -59,18 +59,18 @@ "dependencies": { "@chainsafe/libp2p-gossipsub": "^11.2.0", "@helia/block-brokers": "^2.0.1", - "@helia/car": "^3.0.0", - "@helia/dag-cbor": "^3.0.0", - "@helia/dag-json": "^3.0.0", + "@helia/car": "^3.0.1", + "@helia/dag-cbor": "^3.0.1", + "@helia/dag-json": "^3.0.1", "@helia/http": "^1.0.1", "@helia/interface": "^4.0.0", "@helia/ipns": "^6.0.0", - "@helia/json": "^3.0.0", - "@helia/mfs": "^3.0.0", + "@helia/json": "^3.0.1", + "@helia/mfs": "^3.0.1", "@helia/routers": "^1.0.0", - "@helia/strings": "^3.0.0", - "@helia/unixfs": "^3.0.0", - "@helia/verified-fetch": "^0.0.0", + "@helia/strings": "^3.0.1", + "@helia/unixfs": "^3.0.1", + "@helia/verified-fetch": "^1.0.0", "@ipld/car": "^5.2.6", "@ipld/dag-cbor": "^9.1.0", "@libp2p/interface": "^1.1.2", diff --git a/packages/json/CHANGELOG.md b/packages/json/CHANGELOG.md index 6b11ebbf8..01aa79e63 100644 --- a/packages/json/CHANGELOG.md +++ b/packages/json/CHANGELOG.md @@ -15,6 +15,13 @@ * dependencies * @helia/interface bumped from ^3.0.0 to ^3.0.1 +## [3.0.1](https://github.com/ipfs/helia/compare/json-v3.0.0...json-v3.0.1) (2024-02-06) + + +### Bug Fixes + +* use blockstore interface where possible ([#417](https://github.com/ipfs/helia/issues/417)) ([30c8981](https://github.com/ipfs/helia/commit/30c8981934ffba72d572a7b8b2712ec93b7f4d31)) + ## [3.0.0](https://github.com/ipfs/helia/compare/json-v2.0.1...json-v3.0.0) (2024-01-24) diff --git a/packages/json/package.json b/packages/json/package.json index 8bd49b15e..6fb5cb225 100644 --- a/packages/json/package.json +++ b/packages/json/package.json @@ -1,6 +1,6 @@ { "name": "@helia/json", - "version": "3.0.0", + "version": "3.0.1", "description": "Add/get IPLD blocks containing json with your Helia node", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/json#readme", diff --git a/packages/mfs/CHANGELOG.md b/packages/mfs/CHANGELOG.md index 71d756ac5..7bae1585b 100644 --- a/packages/mfs/CHANGELOG.md +++ b/packages/mfs/CHANGELOG.md @@ -16,6 +16,20 @@ * @helia/interface bumped from ^3.0.0 to ^3.0.1 * @helia/unixfs bumped from ^2.0.0 to ^2.0.1 +## [3.0.1](https://github.com/ipfs/helia/compare/mfs-v3.0.0...mfs-v3.0.1) (2024-02-06) + + +### Bug Fixes + +* use blockstore interface where possible ([#417](https://github.com/ipfs/helia/issues/417)) ([30c8981](https://github.com/ipfs/helia/commit/30c8981934ffba72d572a7b8b2712ec93b7f4d31)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/unixfs bumped from ^3.0.0 to ^3.0.1 + ## [3.0.0](https://github.com/ipfs/helia/compare/mfs-v2.0.1...mfs-v3.0.0) (2024-01-24) diff --git a/packages/mfs/package.json b/packages/mfs/package.json index 1904090f8..e778134d4 100644 --- a/packages/mfs/package.json +++ b/packages/mfs/package.json @@ -1,6 +1,6 @@ { "name": "@helia/mfs", - "version": "3.0.0", + "version": "3.0.1", "description": "A mutable filesystem powered by Helia", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/mfs#readme", @@ -139,7 +139,7 @@ "release": "aegir release" }, "dependencies": { - "@helia/unixfs": "^3.0.0", + "@helia/unixfs": "^3.0.1", "@libp2p/interfaces": "^3.3.2", "@libp2p/logger": "^4.0.5", "interface-blockstore": "^5.2.9", diff --git a/packages/strings/CHANGELOG.md b/packages/strings/CHANGELOG.md index d3ecc5546..0b22413db 100644 --- a/packages/strings/CHANGELOG.md +++ b/packages/strings/CHANGELOG.md @@ -20,6 +20,13 @@ * dependencies * @helia/interface bumped from ^3.0.0 to ^3.0.1 +## [3.0.1](https://github.com/ipfs/helia/compare/strings-v3.0.0...strings-v3.0.1) (2024-02-06) + + +### Bug Fixes + +* use blockstore interface where possible ([#417](https://github.com/ipfs/helia/issues/417)) ([30c8981](https://github.com/ipfs/helia/commit/30c8981934ffba72d572a7b8b2712ec93b7f4d31)) + ## [3.0.0](https://github.com/ipfs/helia/compare/strings-v2.0.1...strings-v3.0.0) (2024-01-24) diff --git a/packages/strings/package.json b/packages/strings/package.json index e9b36ec32..878acd047 100644 --- a/packages/strings/package.json +++ b/packages/strings/package.json @@ -1,6 +1,6 @@ { "name": "@helia/strings", - "version": "3.0.0", + "version": "3.0.1", "description": "Add/get IPLD blocks containing strings with your Helia node", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/strings#readme", diff --git a/packages/unixfs/CHANGELOG.md b/packages/unixfs/CHANGELOG.md index 21d82793c..679dfdc9c 100644 --- a/packages/unixfs/CHANGELOG.md +++ b/packages/unixfs/CHANGELOG.md @@ -20,6 +20,13 @@ * dependencies * @helia/interface bumped from ^3.0.0 to ^3.0.1 +## [3.0.1](https://github.com/ipfs/helia/compare/unixfs-v3.0.0...unixfs-v3.0.1) (2024-02-06) + + +### Bug Fixes + +* use blockstore interface where possible ([#417](https://github.com/ipfs/helia/issues/417)) ([30c8981](https://github.com/ipfs/helia/commit/30c8981934ffba72d572a7b8b2712ec93b7f4d31)) + ## [3.0.0](https://github.com/ipfs/helia/compare/unixfs-v2.0.1...unixfs-v3.0.0) (2024-01-24) diff --git a/packages/unixfs/package.json b/packages/unixfs/package.json index 7fc86403b..8688ab572 100644 --- a/packages/unixfs/package.json +++ b/packages/unixfs/package.json @@ -1,6 +1,6 @@ { "name": "@helia/unixfs", - "version": "3.0.0", + "version": "3.0.1", "description": "A Helia-compatible wrapper for UnixFS", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/unixfs#readme", diff --git a/packages/verified-fetch/CHANGELOG.md b/packages/verified-fetch/CHANGELOG.md new file mode 100644 index 000000000..720da6ca6 --- /dev/null +++ b/packages/verified-fetch/CHANGELOG.md @@ -0,0 +1,23 @@ +# Changelog + +## 1.0.0 (2024-02-06) + + +### Features + +* create @helia/verified-fetch ([#392](https://github.com/ipfs/helia/issues/392)) ([f243de2](https://github.com/ipfs/helia/commit/f243de26eda64951c2909121730b6a1b8a689bf6)) + + +### Bug Fixes + +* @helia/verified-fetch init args are optional ([#412](https://github.com/ipfs/helia/issues/412)) ([8a5bc6f](https://github.com/ipfs/helia/commit/8a5bc6f03d7d87a8a07ead00216ac2704f36d9ab)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/dag-cbor bumped from ^3.0.0 to ^3.0.1 + * @helia/dag-json bumped from ^3.0.0 to ^3.0.1 + * @helia/json bumped from ^3.0.0 to ^3.0.1 + * @helia/unixfs bumped from ^3.0.0 to ^3.0.1 diff --git a/packages/verified-fetch/package.json b/packages/verified-fetch/package.json index cb4b56227..2dd1c1ae8 100644 --- a/packages/verified-fetch/package.json +++ b/packages/verified-fetch/package.json @@ -1,6 +1,6 @@ { "name": "@helia/verified-fetch", - "version": "0.0.0", + "version": "1.0.0", "description": "A fetch-like API for obtaining verified & trustless IPFS content on the web.", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/verified-fetch#readme", @@ -142,14 +142,14 @@ }, "dependencies": { "@helia/block-brokers": "^2.0.1", - "@helia/dag-cbor": "^3.0.0", - "@helia/dag-json": "^3.0.0", + "@helia/dag-cbor": "^3.0.1", + "@helia/dag-json": "^3.0.1", "@helia/http": "^1.0.1", "@helia/interface": "^4.0.0", "@helia/ipns": "^6.0.0", - "@helia/json": "^3.0.0", + "@helia/json": "^3.0.1", "@helia/routers": "^1.0.0", - "@helia/unixfs": "^3.0.0", + "@helia/unixfs": "^3.0.1", "@ipld/dag-cbor": "^9.1.0", "@ipld/dag-json": "^10.1.7", "@ipld/dag-pb": "^4.0.8",