diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fe2a5bbc8..81202b00e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,17 +1,17 @@ { - "packages/block-brokers": "2.0.1", - "packages/car": "3.0.0", - "packages/dag-cbor": "3.0.0", - "packages/dag-json": "3.0.0", - "packages/helia": "4.0.1", - "packages/interface": "4.0.0", - "packages/interop": "5.0.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/utils": "0.0.1", - "packages/http": "1.0.1", - "packages/routers": "1.0.0" + "packages/block-brokers": "2.0.2", + "packages/car": "3.1.0", + "packages/dag-cbor": "3.0.1", + "packages/dag-json": "3.0.1", + "packages/helia": "4.0.2", + "packages/interface": "4.0.1", + "packages/interop": "5.1.0", + "packages/ipns": "6.0.1", + "packages/json": "3.0.1", + "packages/mfs": "3.0.1", + "packages/strings": "3.0.1", + "packages/unixfs": "3.0.1", + "packages/utils": "0.0.2", + "packages/http": "1.0.2", + "packages/routers": "1.0.1" } diff --git a/packages/block-brokers/CHANGELOG.md b/packages/block-brokers/CHANGELOG.md index 000d36226..c1a8dd7f6 100644 --- a/packages/block-brokers/CHANGELOG.md +++ b/packages/block-brokers/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [2.0.2](https://github.com/ipfs/helia/compare/block-brokers-v2.0.1...block-brokers-v2.0.2) (2024-02-28) + + +### Bug Fixes + +* update project deps and docs ([77e34fc](https://github.com/ipfs/helia/commit/77e34fc115cbfb82585fd954bcf389ecebf655bc)) + + +### Dependencies + +* update libp2p patch versions ([917a1bc](https://github.com/ipfs/helia/commit/917a1bceb9e9b56428a15dc3377a963f06affd12)) +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^4.0.0 to ^4.0.1 + ## [2.0.1](https://github.com/ipfs/helia/compare/block-brokers-v2.0.0...block-brokers-v2.0.1) (2024-01-31) diff --git a/packages/block-brokers/package.json b/packages/block-brokers/package.json index 0148f7ca3..aaaa89bca 100644 --- a/packages/block-brokers/package.json +++ b/packages/block-brokers/package.json @@ -1,6 +1,6 @@ { "name": "@helia/block-brokers", - "version": "2.0.1", + "version": "2.0.2", "description": "Block brokers for Helia", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/block-brokers#readme", @@ -53,7 +53,7 @@ "test:electron-main": "aegir test -t electron-main" }, "dependencies": { - "@helia/interface": "^4.0.0", + "@helia/interface": "^4.0.1", "@libp2p/interface": "^1.1.4", "interface-blockstore": "^5.2.10", "ipfs-bitswap": "^20.0.2", diff --git a/packages/car/CHANGELOG.md b/packages/car/CHANGELOG.md index 2d88de8fc..7d6f56fb1 100644 --- a/packages/car/CHANGELOG.md +++ b/packages/car/CHANGELOG.md @@ -17,6 +17,29 @@ * devDependencies * @helia/unixfs bumped from ^2.0.0 to ^2.0.1 +## [3.1.0](https://github.com/ipfs/helia/compare/car-v3.0.0...car-v3.1.0) (2024-02-28) + + +### Features + +* stream car file bytes from @helia/car ([#444](https://github.com/ipfs/helia/issues/444)) ([7c07e11](https://github.com/ipfs/helia/commit/7c07e113d644a1efc32b7fd0c268f5f892256ce9)) + + +### Bug Fixes + +* support reading identity cids ([#429](https://github.com/ipfs/helia/issues/429)) ([98308f7](https://github.com/ipfs/helia/commit/98308f77488b8196b2d18f78f05ecd2d37456834)) +* update project deps and docs ([77e34fc](https://github.com/ipfs/helia/commit/77e34fc115cbfb82585fd954bcf389ecebf655bc)) +* 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/interface bumped from ^4.0.0 to ^4.0.1 + * 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 1ace3b1c5..b77c24e3f 100644 --- a/packages/car/package.json +++ b/packages/car/package.json @@ -1,6 +1,6 @@ { "name": "@helia/car", - "version": "3.0.0", + "version": "3.1.0", "description": "Import/export car files from Helia", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/car#readme", @@ -139,7 +139,7 @@ "release": "aegir release" }, "dependencies": { - "@helia/interface": "^4.0.0", + "@helia/interface": "^4.0.1", "@ipld/car": "^5.3.0", "@libp2p/interfaces": "^3.3.2", "interface-blockstore": "^5.2.10", @@ -151,7 +151,7 @@ "progress-events": "^1.0.0" }, "devDependencies": { - "@helia/unixfs": "^3.0.0", + "@helia/unixfs": "^3.0.1", "@ipld/dag-pb": "^4.1.0", "aegir": "^42.2.5", "blockstore-core": "^4.4.0", diff --git a/packages/dag-cbor/CHANGELOG.md b/packages/dag-cbor/CHANGELOG.md index b897beec1..4c2cfd930 100644 --- a/packages/dag-cbor/CHANGELOG.md +++ b/packages/dag-cbor/CHANGELOG.md @@ -15,6 +15,22 @@ * 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-28) + + +### Bug Fixes + +* support reading identity cids ([#429](https://github.com/ipfs/helia/issues/429)) ([98308f7](https://github.com/ipfs/helia/commit/98308f77488b8196b2d18f78f05ecd2d37456834)) +* update project deps and docs ([77e34fc](https://github.com/ipfs/helia/commit/77e34fc115cbfb82585fd954bcf389ecebf655bc)) +* 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/interface bumped from ^4.0.0 to ^4.0.1 + ## [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 060347c09..b0d368bc1 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", @@ -140,7 +140,7 @@ "release": "aegir release" }, "dependencies": { - "@helia/interface": "^4.0.0", + "@helia/interface": "^4.0.1", "@ipld/dag-cbor": "^9.2.0", "@libp2p/interfaces": "^3.3.2", "interface-blockstore": "^5.2.10", diff --git a/packages/dag-json/CHANGELOG.md b/packages/dag-json/CHANGELOG.md index 3a685d65c..6352bee80 100644 --- a/packages/dag-json/CHANGELOG.md +++ b/packages/dag-json/CHANGELOG.md @@ -15,6 +15,22 @@ * 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-28) + + +### Bug Fixes + +* support reading identity cids ([#429](https://github.com/ipfs/helia/issues/429)) ([98308f7](https://github.com/ipfs/helia/commit/98308f77488b8196b2d18f78f05ecd2d37456834)) +* update project deps and docs ([77e34fc](https://github.com/ipfs/helia/commit/77e34fc115cbfb82585fd954bcf389ecebf655bc)) +* 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/interface bumped from ^4.0.0 to ^4.0.1 + ## [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 cdfe3549f..2a0c0157a 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", @@ -139,7 +139,7 @@ "release": "aegir release" }, "dependencies": { - "@helia/interface": "^4.0.0", + "@helia/interface": "^4.0.1", "@ipld/dag-json": "^10.2.0", "@libp2p/interfaces": "^3.3.2", "interface-blockstore": "^5.2.10", diff --git a/packages/helia/CHANGELOG.md b/packages/helia/CHANGELOG.md index b7e4b4551..cff74e9ba 100644 --- a/packages/helia/CHANGELOG.md +++ b/packages/helia/CHANGELOG.md @@ -12,6 +12,25 @@ * dependencies * @helia/block-brokers bumped from ^2.0.0 to ^2.0.1 +## [4.0.2](https://github.com/ipfs/helia/compare/helia-v4.0.1...helia-v4.0.2) (2024-02-28) + + +### Bug Fixes + +* support reading identity cids ([#429](https://github.com/ipfs/helia/issues/429)) ([98308f7](https://github.com/ipfs/helia/commit/98308f77488b8196b2d18f78f05ecd2d37456834)) +* update project deps and docs ([77e34fc](https://github.com/ipfs/helia/commit/77e34fc115cbfb82585fd954bcf389ecebf655bc)) + + +### Dependencies + +* update libp2p patch versions ([917a1bc](https://github.com/ipfs/helia/commit/917a1bceb9e9b56428a15dc3377a963f06affd12)) +* The following workspace dependencies were updated + * dependencies + * @helia/block-brokers bumped from ^2.0.1 to ^2.0.2 + * @helia/interface bumped from ^4.0.0 to ^4.0.1 + * @helia/routers bumped from ^1.0.0 to ^1.0.1 + * @helia/utils bumped from ^0.0.1 to ^0.0.2 + ## [4.0.0](https://github.com/ipfs/helia/compare/helia-v3.0.1...helia-v4.0.0) (2024-01-24) diff --git a/packages/helia/package.json b/packages/helia/package.json index 87bfcaf19..64d56532e 100644 --- a/packages/helia/package.json +++ b/packages/helia/package.json @@ -1,6 +1,6 @@ { "name": "helia", - "version": "4.0.1", + "version": "4.0.2", "description": "An implementation of IPFS in JavaScript", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/helia#readme", @@ -56,11 +56,11 @@ "dependencies": { "@chainsafe/libp2p-noise": "^15.0.0", "@chainsafe/libp2p-yamux": "^6.0.2", - "@helia/block-brokers": "^2.0.1", + "@helia/block-brokers": "^2.0.2", "@helia/delegated-routing-v1-http-api-client": "^3.0.0", - "@helia/interface": "^4.0.0", - "@helia/routers": "^1.0.0", - "@helia/utils": "^0.0.1", + "@helia/interface": "^4.0.1", + "@helia/routers": "^1.0.1", + "@helia/utils": "^0.0.2", "@libp2p/autonat": "^1.0.13", "@libp2p/bootstrap": "^10.0.16", "@libp2p/circuit-relay-v2": "^1.0.16", diff --git a/packages/http/CHANGELOG.md b/packages/http/CHANGELOG.md index cc0240453..18530a79f 100644 --- a/packages/http/CHANGELOG.md +++ b/packages/http/CHANGELOG.md @@ -6,6 +6,25 @@ * dependencies * @helia/block-brokers bumped from ^2.0.0 to ^2.0.1 +## [1.0.2](https://github.com/ipfs/helia/compare/http-v1.0.1...http-v1.0.2) (2024-02-28) + + +### Bug Fixes + +* support reading identity cids ([#429](https://github.com/ipfs/helia/issues/429)) ([98308f7](https://github.com/ipfs/helia/commit/98308f77488b8196b2d18f78f05ecd2d37456834)) +* update project deps and docs ([77e34fc](https://github.com/ipfs/helia/commit/77e34fc115cbfb82585fd954bcf389ecebf655bc)) + + +### Dependencies + +* update libp2p patch versions ([917a1bc](https://github.com/ipfs/helia/commit/917a1bceb9e9b56428a15dc3377a963f06affd12)) +* The following workspace dependencies were updated + * dependencies + * @helia/block-brokers bumped from ^2.0.1 to ^2.0.2 + * @helia/interface bumped from ^4.0.0 to ^4.0.1 + * @helia/routers bumped from ^1.0.0 to ^1.0.1 + * @helia/utils bumped from ^0.0.1 to ^0.0.2 + ## 1.0.0 (2024-01-24) diff --git a/packages/http/package.json b/packages/http/package.json index 14de0cf57..c337bd3c3 100644 --- a/packages/http/package.json +++ b/packages/http/package.json @@ -1,6 +1,6 @@ { "name": "@helia/http", - "version": "1.0.1", + "version": "1.0.2", "description": "A lightweight implementation of IPFS over HTTP in JavaScript", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/http#readme", @@ -53,10 +53,10 @@ "test:electron-main": "aegir test -t electron-main" }, "dependencies": { - "@helia/block-brokers": "^2.0.1", - "@helia/interface": "^4.0.0", - "@helia/routers": "^1.0.0", - "@helia/utils": "^0.0.1", + "@helia/block-brokers": "^2.0.2", + "@helia/interface": "^4.0.1", + "@helia/routers": "^1.0.1", + "@helia/utils": "^0.0.2", "blockstore-core": "^4.4.0", "datastore-core": "^9.2.9" }, diff --git a/packages/interface/CHANGELOG.md b/packages/interface/CHANGELOG.md index df831d421..57858833b 100644 --- a/packages/interface/CHANGELOG.md +++ b/packages/interface/CHANGELOG.md @@ -10,6 +10,18 @@ * **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)) +## [4.0.1](https://github.com/ipfs/helia/compare/interface-v4.0.0...interface-v4.0.1) (2024-02-28) + + +### Bug Fixes + +* update project deps and docs ([77e34fc](https://github.com/ipfs/helia/commit/77e34fc115cbfb82585fd954bcf389ecebf655bc)) + + +### Dependencies + +* update libp2p patch versions ([917a1bc](https://github.com/ipfs/helia/commit/917a1bceb9e9b56428a15dc3377a963f06affd12)) + ## [4.0.0](https://github.com/ipfs/helia/compare/interface-v3.0.1...interface-v4.0.0) (2024-01-24) diff --git a/packages/interface/package.json b/packages/interface/package.json index aeeaf9c9c..6a3fee995 100644 --- a/packages/interface/package.json +++ b/packages/interface/package.json @@ -1,6 +1,6 @@ { "name": "@helia/interface", - "version": "4.0.0", + "version": "4.0.1", "description": "The Helia API", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/interface#readme", diff --git a/packages/interop/CHANGELOG.md b/packages/interop/CHANGELOG.md index 7856af917..9ca816a27 100644 --- a/packages/interop/CHANGELOG.md +++ b/packages/interop/CHANGELOG.md @@ -1,5 +1,42 @@ # Changelog +## [5.1.0](https://github.com/ipfs/helia/compare/interop-v5.0.0...interop-v5.1.0) (2024-02-28) + + +### Features + +* create @helia/verified-fetch ([#392](https://github.com/ipfs/helia/issues/392)) ([f243de2](https://github.com/ipfs/helia/commit/f243de26eda64951c2909121730b6a1b8a689bf6)) +* require content-type parser to set content-type ([#423](https://github.com/ipfs/helia/issues/423)) ([f58d467](https://github.com/ipfs/helia/commit/f58d467108e0b99d1e15b18a899ef81082ad59a7)) + + +### Bug Fixes + +* allow contentTypeParser with Helia instance ([#427](https://github.com/ipfs/helia/issues/427)) ([3283a5c](https://github.com/ipfs/helia/commit/3283a5c91ce87894f2b9d7c93126fc74647ba17d)) +* update project deps and docs ([77e34fc](https://github.com/ipfs/helia/commit/77e34fc115cbfb82585fd954bcf389ecebf655bc)) +* use unixfs exporter to traverse DAGs ([#455](https://github.com/ipfs/helia/issues/455)) ([6f8c15b](https://github.com/ipfs/helia/commit/6f8c15b769c08bf73e7c62dab79909b5ecfc3c93)) + + +### Dependencies + +* bump @chainsafe/libp2p-gossipsub from 11.2.1 to 12.0.0 ([#430](https://github.com/ipfs/helia/issues/430)) ([9b1ddf8](https://github.com/ipfs/helia/commit/9b1ddf85e503ecf5c3ddaa04826bef2f75454b44)) +* bump @chainsafe/libp2p-gossipsub from 12.0.0 to 13.0.0 ([#457](https://github.com/ipfs/helia/issues/457)) ([cb35a1b](https://github.com/ipfs/helia/commit/cb35a1ba149628181b3bb48e14d927d2ebc9c23b)) +* update libp2p patch versions ([917a1bc](https://github.com/ipfs/helia/commit/917a1bceb9e9b56428a15dc3377a963f06affd12)) +* The following workspace dependencies were updated + * dependencies + * @helia/block-brokers bumped from ^2.0.1 to ^2.0.2 + * @helia/car bumped from ^3.0.0 to ^3.1.0 + * @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/http bumped from ^1.0.1 to ^1.0.2 + * @helia/interface bumped from ^4.0.0 to ^4.0.1 + * @helia/ipns bumped from ^6.0.0 to ^6.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/routers bumped from ^1.0.0 to ^1.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 bumped from ^4.0.1 to ^4.0.2 + ## [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 f5b2cac3a..bf4137673 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", @@ -58,18 +58,18 @@ }, "dependencies": { "@chainsafe/libp2p-gossipsub": "^13.0.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/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/routers": "^1.0.0", - "@helia/strings": "^3.0.0", - "@helia/unixfs": "^3.0.0", + "@helia/block-brokers": "^2.0.2", + "@helia/car": "^3.1.0", + "@helia/dag-cbor": "^3.0.1", + "@helia/dag-json": "^3.0.1", + "@helia/http": "^1.0.2", + "@helia/interface": "^4.0.1", + "@helia/ipns": "^6.0.1", + "@helia/json": "^3.0.1", + "@helia/mfs": "^3.0.1", + "@helia/routers": "^1.0.1", + "@helia/strings": "^3.0.1", + "@helia/unixfs": "^3.0.1", "@ipld/car": "^5.3.0", "@ipld/dag-cbor": "^9.2.0", "@libp2p/interface": "^1.1.4", @@ -80,7 +80,7 @@ "@libp2p/websockets": "^8.0.16", "@multiformats/sha3": "^3.0.2", "aegir": "^42.2.5", - "helia": "^4.0.1", + "helia": "^4.0.2", "ipfs-core-types": "^0.14.1", "ipfs-unixfs-importer": "^15.2.4", "ipfsd-ctl": "^13.0.0", diff --git a/packages/ipns/CHANGELOG.md b/packages/ipns/CHANGELOG.md index 8e9482564..437cdccb7 100644 --- a/packages/ipns/CHANGELOG.md +++ b/packages/ipns/CHANGELOG.md @@ -14,6 +14,22 @@ * make @libp2p/interface a dependency ([#159](https://github.com/ipfs/helia-ipns/issues/159)) ([546ecf0](https://github.com/ipfs/helia-ipns/commit/546ecf023bd619d32e187fa6a55d39fcf12e4bbe)), closes [#158](https://github.com/ipfs/helia-ipns/issues/158) +## [6.0.1](https://github.com/ipfs/helia/compare/ipns-v6.0.0...ipns-v6.0.1) (2024-02-28) + + +### Bug Fixes + +* remove is-ipfs from @helia/ipns dependencies ([#421](https://github.com/ipfs/helia/issues/421)) ([3851fe2](https://github.com/ipfs/helia/commit/3851fe2df6af337b7e2cabe694bd3dba17748fce)) +* update project deps and docs ([77e34fc](https://github.com/ipfs/helia/commit/77e34fc115cbfb82585fd954bcf389ecebf655bc)) + + +### Dependencies + +* update libp2p patch versions ([917a1bc](https://github.com/ipfs/helia/commit/917a1bceb9e9b56428a15dc3377a963f06affd12)) +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^4.0.0 to ^4.0.1 + ## [6.0.0](https://github.com/ipfs/helia/compare/ipns-v5.0.0...ipns-v6.0.0) (2024-01-31) diff --git a/packages/ipns/package.json b/packages/ipns/package.json index 8ea785d48..0ca06e800 100644 --- a/packages/ipns/package.json +++ b/packages/ipns/package.json @@ -1,6 +1,6 @@ { "name": "@helia/ipns", - "version": "6.0.0", + "version": "6.0.1", "description": "An implementation of IPNS for Helia", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/ipns#readme", @@ -164,7 +164,7 @@ "release": "aegir release" }, "dependencies": { - "@helia/interface": "^4.0.0", + "@helia/interface": "^4.0.1", "@libp2p/interface": "^1.1.4", "@libp2p/kad-dht": "^12.0.8", "@libp2p/logger": "^4.0.7", diff --git a/packages/json/CHANGELOG.md b/packages/json/CHANGELOG.md index 6b11ebbf8..6830ffc85 100644 --- a/packages/json/CHANGELOG.md +++ b/packages/json/CHANGELOG.md @@ -15,6 +15,22 @@ * 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-28) + + +### Bug Fixes + +* support reading identity cids ([#429](https://github.com/ipfs/helia/issues/429)) ([98308f7](https://github.com/ipfs/helia/commit/98308f77488b8196b2d18f78f05ecd2d37456834)) +* update project deps and docs ([77e34fc](https://github.com/ipfs/helia/commit/77e34fc115cbfb82585fd954bcf389ecebf655bc)) +* 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/interface bumped from ^4.0.0 to ^4.0.1 + ## [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 7e3d2b843..06b0fef60 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", @@ -139,7 +139,7 @@ "release": "aegir release" }, "dependencies": { - "@helia/interface": "^4.0.0", + "@helia/interface": "^4.0.1", "@libp2p/interfaces": "^3.3.2", "interface-blockstore": "^5.2.10", "multiformats": "^13.1.0", diff --git a/packages/mfs/CHANGELOG.md b/packages/mfs/CHANGELOG.md index 71d756ac5..8a6d121d7 100644 --- a/packages/mfs/CHANGELOG.md +++ b/packages/mfs/CHANGELOG.md @@ -16,6 +16,23 @@ * @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-28) + + +### Bug Fixes + +* support reading identity cids ([#429](https://github.com/ipfs/helia/issues/429)) ([98308f7](https://github.com/ipfs/helia/commit/98308f77488b8196b2d18f78f05ecd2d37456834)) +* update project deps and docs ([77e34fc](https://github.com/ipfs/helia/commit/77e34fc115cbfb82585fd954bcf389ecebf655bc)) +* use blockstore interface where possible ([#417](https://github.com/ipfs/helia/issues/417)) ([30c8981](https://github.com/ipfs/helia/commit/30c8981934ffba72d572a7b8b2712ec93b7f4d31)) + + +### Dependencies + +* update libp2p patch versions ([917a1bc](https://github.com/ipfs/helia/commit/917a1bceb9e9b56428a15dc3377a963f06affd12)) +* 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 ec7dbd5cb..8f117f951 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.7", "interface-blockstore": "^5.2.10", diff --git a/packages/routers/CHANGELOG.md b/packages/routers/CHANGELOG.md index c2575cc19..24a5b68b0 100644 --- a/packages/routers/CHANGELOG.md +++ b/packages/routers/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.0.1](https://github.com/ipfs/helia/compare/routers-v1.0.0...routers-v1.0.1) (2024-02-28) + + +### Bug Fixes + +* update project deps and docs ([77e34fc](https://github.com/ipfs/helia/commit/77e34fc115cbfb82585fd954bcf389ecebf655bc)) + + +### Dependencies + +* update libp2p patch versions ([917a1bc](https://github.com/ipfs/helia/commit/917a1bceb9e9b56428a15dc3377a963f06affd12)) +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^4.0.0 to ^4.0.1 + ## 1.0.0 (2024-01-24) diff --git a/packages/routers/package.json b/packages/routers/package.json index 424a8a94a..87474fa36 100644 --- a/packages/routers/package.json +++ b/packages/routers/package.json @@ -1,6 +1,6 @@ { "name": "@helia/routers", - "version": "1.0.0", + "version": "1.0.1", "description": "Routers for Helia", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/routers#readme", @@ -54,7 +54,7 @@ }, "dependencies": { "@helia/delegated-routing-v1-http-api-client": "^3.0.0", - "@helia/interface": "^4.0.0", + "@helia/interface": "^4.0.1", "@libp2p/interface": "^1.1.4", "ipns": "^9.0.0", "it-first": "^3.0.4", diff --git a/packages/strings/CHANGELOG.md b/packages/strings/CHANGELOG.md index d3ecc5546..a3e35bfbc 100644 --- a/packages/strings/CHANGELOG.md +++ b/packages/strings/CHANGELOG.md @@ -20,6 +20,22 @@ * 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-28) + + +### Bug Fixes + +* support reading identity cids ([#429](https://github.com/ipfs/helia/issues/429)) ([98308f7](https://github.com/ipfs/helia/commit/98308f77488b8196b2d18f78f05ecd2d37456834)) +* update project deps and docs ([77e34fc](https://github.com/ipfs/helia/commit/77e34fc115cbfb82585fd954bcf389ecebf655bc)) +* 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/interface bumped from ^4.0.0 to ^4.0.1 + ## [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 d538949ed..91ee84740 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", @@ -141,7 +141,7 @@ "release": "aegir release" }, "dependencies": { - "@helia/interface": "^4.0.0", + "@helia/interface": "^4.0.1", "@libp2p/interfaces": "^3.3.2", "interface-blockstore": "^5.2.10", "multiformats": "^13.1.0", diff --git a/packages/unixfs/CHANGELOG.md b/packages/unixfs/CHANGELOG.md index 21d82793c..471037c37 100644 --- a/packages/unixfs/CHANGELOG.md +++ b/packages/unixfs/CHANGELOG.md @@ -20,6 +20,24 @@ * 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-28) + + +### Bug Fixes + +* support reading identity cids ([#429](https://github.com/ipfs/helia/issues/429)) ([98308f7](https://github.com/ipfs/helia/commit/98308f77488b8196b2d18f78f05ecd2d37456834)) +* update project deps and docs ([77e34fc](https://github.com/ipfs/helia/commit/77e34fc115cbfb82585fd954bcf389ecebf655bc)) +* use blockstore interface where possible ([#417](https://github.com/ipfs/helia/issues/417)) ([30c8981](https://github.com/ipfs/helia/commit/30c8981934ffba72d572a7b8b2712ec93b7f4d31)) +* use unixfs exporter to traverse DAGs ([#455](https://github.com/ipfs/helia/issues/455)) ([6f8c15b](https://github.com/ipfs/helia/commit/6f8c15b769c08bf73e7c62dab79909b5ecfc3c93)) + + +### Dependencies + +* update libp2p patch versions ([917a1bc](https://github.com/ipfs/helia/commit/917a1bceb9e9b56428a15dc3377a963f06affd12)) +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^4.0.0 to ^4.0.1 + ## [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 480c6275c..61fa07374 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", @@ -159,7 +159,7 @@ "release": "aegir release" }, "dependencies": { - "@helia/interface": "^4.0.0", + "@helia/interface": "^4.0.1", "@ipld/dag-pb": "^4.1.0", "@libp2p/interface": "^1.1.4", "@libp2p/logger": "^4.0.7", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index f3017b0ba..aa7269dcd 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -12,6 +12,22 @@ * dependencies * @helia/interface bumped from ^3.0.1 to ^4.0.0 +## [0.0.2](https://github.com/ipfs/helia/compare/utils-v0.0.1...utils-v0.0.2) (2024-02-28) + + +### Bug Fixes + +* support reading identity cids ([#429](https://github.com/ipfs/helia/issues/429)) ([98308f7](https://github.com/ipfs/helia/commit/98308f77488b8196b2d18f78f05ecd2d37456834)) +* update project deps and docs ([77e34fc](https://github.com/ipfs/helia/commit/77e34fc115cbfb82585fd954bcf389ecebf655bc)) + + +### Dependencies + +* update libp2p patch versions ([917a1bc](https://github.com/ipfs/helia/commit/917a1bceb9e9b56428a15dc3377a963f06affd12)) +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^4.0.0 to ^4.0.1 + ## [3.0.0](https://github.com/ipfs/helia/compare/helia-v2.1.0...helia-v3.0.0) (2024-01-07) diff --git a/packages/utils/package.json b/packages/utils/package.json index b62cfb11d..58627f2f7 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@helia/utils", - "version": "0.0.1", + "version": "0.0.2", "description": "Shared code that implements the Helia API", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/utils#readme", @@ -53,7 +53,7 @@ "test:electron-main": "aegir test -t electron-main" }, "dependencies": { - "@helia/interface": "^4.0.0", + "@helia/interface": "^4.0.1", "@ipld/dag-cbor": "^9.2.0", "@ipld/dag-json": "^10.2.0", "@ipld/dag-pb": "^4.1.0",