diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5c81ea9f..ddc493b4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,18 +1,18 @@ { - "packages/block-brokers": "3.0.3", - "packages/bitswap": "1.1.3", - "packages/car": "3.2.0", - "packages/dag-cbor": "3.0.5", - "packages/dag-json": "3.0.5", - "packages/helia": "4.2.5", + "packages/block-brokers": "3.0.4", + "packages/bitswap": "1.1.4", + "packages/car": "3.2.1", + "packages/dag-cbor": "3.0.6", + "packages/dag-json": "3.0.6", + "packages/helia": "4.2.6", "packages/interface": "4.3.1", - "packages/interop": "6.1.7", + "packages/interop": "6.1.8", "packages/ipns": "7.2.3", - "packages/json": "3.0.5", - "packages/mfs": "3.0.7", - "packages/strings": "3.0.5", + "packages/json": "3.0.6", + "packages/mfs": "3.0.8", + "packages/strings": "3.0.6", "packages/unixfs": "3.0.7", "packages/utils": "0.3.3", - "packages/http": "1.0.10", + "packages/http": "1.0.11", "packages/routers": "1.1.1" } diff --git a/packages/bitswap/CHANGELOG.md b/packages/bitswap/CHANGELOG.md index 96c13109..7267e0ec 100644 --- a/packages/bitswap/CHANGELOG.md +++ b/packages/bitswap/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.4](https://github.com/ipfs/helia/compare/bitswap-v1.1.3...bitswap-v1.1.4) (2024-09-13) + + +### Bug Fixes + +* remove @libp2p/interfaces dep ([#591](https://github.com/ipfs/helia/issues/591)) ([e567717](https://github.com/ipfs/helia/commit/e567717102464a925f87cb10fc05808a50be960e)) + ## [1.1.3](https://github.com/ipfs/helia/compare/bitswap-v1.1.2...bitswap-v1.1.3) (2024-07-31) diff --git a/packages/bitswap/package.json b/packages/bitswap/package.json index ddbe6884..1ad5ee0e 100644 --- a/packages/bitswap/package.json +++ b/packages/bitswap/package.json @@ -1,6 +1,6 @@ { "name": "@helia/bitswap", - "version": "1.1.3", + "version": "1.1.4", "description": "JavaScript implementation of the Bitswap data exchange protocol used by Helia", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/bitswap#readme", diff --git a/packages/block-brokers/CHANGELOG.md b/packages/block-brokers/CHANGELOG.md index 1ffc265a..b97a905c 100644 --- a/packages/block-brokers/CHANGELOG.md +++ b/packages/block-brokers/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [3.0.4](https://github.com/ipfs/helia/compare/block-brokers-v3.0.3...block-brokers-v3.0.4) (2024-09-13) + + +### Bug Fixes + +* Adjust filtering logic for secure contexts; improve tests ([#579](https://github.com/ipfs/helia/issues/579)) ([ac4bdb8](https://github.com/ipfs/helia/commit/ac4bdb8a73cab23500221340830969552a1d8db6)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/bitswap bumped from ^1.1.3 to ^1.1.4 + ## [3.0.3](https://github.com/ipfs/helia/compare/block-brokers-v3.0.2...block-brokers-v3.0.3) (2024-07-31) diff --git a/packages/block-brokers/package.json b/packages/block-brokers/package.json index 02f74e56..067934d2 100644 --- a/packages/block-brokers/package.json +++ b/packages/block-brokers/package.json @@ -1,6 +1,6 @@ { "name": "@helia/block-brokers", - "version": "3.0.3", + "version": "3.0.4", "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/bitswap": "^1.1.3", + "@helia/bitswap": "^1.1.4", "@helia/interface": "^4.3.1", "@helia/utils": "^0.3.3", "@libp2p/interface": "^1.1.4", diff --git a/packages/car/CHANGELOG.md b/packages/car/CHANGELOG.md index 4da2470b..192d0ff3 100644 --- a/packages/car/CHANGELOG.md +++ b/packages/car/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [3.2.1](https://github.com/ipfs/helia/compare/car-v3.2.0...car-v3.2.1) (2024-09-13) + + +### Bug Fixes + +* remove @libp2p/interfaces dep ([#591](https://github.com/ipfs/helia/issues/591)) ([e567717](https://github.com/ipfs/helia/commit/e567717102464a925f87cb10fc05808a50be960e)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @helia/mfs bumped from ^3.0.7 to ^3.0.8 + ## [3.2.0](https://github.com/ipfs/helia/compare/car-v3.1.5...car-v3.2.0) (2024-07-31) diff --git a/packages/car/package.json b/packages/car/package.json index cee0fb05..cd25dff9 100644 --- a/packages/car/package.json +++ b/packages/car/package.json @@ -1,6 +1,6 @@ { "name": "@helia/car", - "version": "3.2.0", + "version": "3.2.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", @@ -152,7 +152,7 @@ "progress-events": "^1.0.0" }, "devDependencies": { - "@helia/mfs": "^3.0.7", + "@helia/mfs": "^3.0.8", "@helia/unixfs": "^3.0.7", "@ipld/dag-pb": "^4.1.0", "aegir": "^44.0.1", diff --git a/packages/dag-cbor/CHANGELOG.md b/packages/dag-cbor/CHANGELOG.md index 6c683d87..709ce76a 100644 --- a/packages/dag-cbor/CHANGELOG.md +++ b/packages/dag-cbor/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.6](https://github.com/ipfs/helia/compare/dag-cbor-v3.0.5...dag-cbor-v3.0.6) (2024-09-13) + + +### Bug Fixes + +* remove @libp2p/interfaces dep ([#591](https://github.com/ipfs/helia/issues/591)) ([e567717](https://github.com/ipfs/helia/commit/e567717102464a925f87cb10fc05808a50be960e)) + ## [3.0.5](https://github.com/ipfs/helia/compare/dag-cbor-v3.0.4...dag-cbor-v3.0.5) (2024-07-31) diff --git a/packages/dag-cbor/package.json b/packages/dag-cbor/package.json index 1fe7fab3..d15e6c22 100644 --- a/packages/dag-cbor/package.json +++ b/packages/dag-cbor/package.json @@ -1,6 +1,6 @@ { "name": "@helia/dag-cbor", - "version": "3.0.5", + "version": "3.0.6", "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 2306c314..985d7a9c 100644 --- a/packages/dag-json/CHANGELOG.md +++ b/packages/dag-json/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.6](https://github.com/ipfs/helia/compare/dag-json-v3.0.5...dag-json-v3.0.6) (2024-09-13) + + +### Bug Fixes + +* remove @libp2p/interfaces dep ([#591](https://github.com/ipfs/helia/issues/591)) ([e567717](https://github.com/ipfs/helia/commit/e567717102464a925f87cb10fc05808a50be960e)) + ## [3.0.5](https://github.com/ipfs/helia/compare/dag-json-v3.0.4...dag-json-v3.0.5) (2024-07-31) diff --git a/packages/dag-json/package.json b/packages/dag-json/package.json index 0dea28ab..d3fef7ff 100644 --- a/packages/dag-json/package.json +++ b/packages/dag-json/package.json @@ -1,6 +1,6 @@ { "name": "@helia/dag-json", - "version": "3.0.5", + "version": "3.0.6", "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/helia/CHANGELOG.md b/packages/helia/CHANGELOG.md index 03d26878..1ced4259 100644 --- a/packages/helia/CHANGELOG.md +++ b/packages/helia/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [4.2.6](https://github.com/ipfs/helia/compare/helia-v4.2.5...helia-v4.2.6) (2024-09-13) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/block-brokers bumped from ^3.0.3 to ^3.0.4 + ## [4.2.5](https://github.com/ipfs/helia/compare/helia-v4.2.4...helia-v4.2.5) (2024-07-31) diff --git a/packages/helia/package.json b/packages/helia/package.json index b353c43f..dea59479 100644 --- a/packages/helia/package.json +++ b/packages/helia/package.json @@ -1,6 +1,6 @@ { "name": "helia", - "version": "4.2.5", + "version": "4.2.6", "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,7 +56,7 @@ "dependencies": { "@chainsafe/libp2p-noise": "^15.0.0", "@chainsafe/libp2p-yamux": "^6.0.2", - "@helia/block-brokers": "^3.0.3", + "@helia/block-brokers": "^3.0.4", "@helia/delegated-routing-v1-http-api-client": "^3.0.0", "@helia/interface": "^4.3.1", "@helia/routers": "^1.1.1", diff --git a/packages/http/CHANGELOG.md b/packages/http/CHANGELOG.md index 153ad86b..7c0da40b 100644 --- a/packages/http/CHANGELOG.md +++ b/packages/http/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.0.11](https://github.com/ipfs/helia/compare/http-v1.0.10...http-v1.0.11) (2024-09-13) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/block-brokers bumped from ^3.0.3 to ^3.0.4 + ## [1.0.10](https://github.com/ipfs/helia/compare/http-v1.0.9...http-v1.0.10) (2024-07-31) diff --git a/packages/http/package.json b/packages/http/package.json index d2564433..4c3a0abb 100644 --- a/packages/http/package.json +++ b/packages/http/package.json @@ -1,6 +1,6 @@ { "name": "@helia/http", - "version": "1.0.10", + "version": "1.0.11", "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,7 +53,7 @@ "test:electron-main": "aegir test -t electron-main" }, "dependencies": { - "@helia/block-brokers": "^3.0.3", + "@helia/block-brokers": "^3.0.4", "@helia/interface": "^4.3.1", "@helia/routers": "^1.1.1", "@helia/utils": "^0.3.3", diff --git a/packages/interop/CHANGELOG.md b/packages/interop/CHANGELOG.md index f53dbdd9..43218e30 100644 --- a/packages/interop/CHANGELOG.md +++ b/packages/interop/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [6.1.8](https://github.com/ipfs/helia/compare/interop-v6.1.7...interop-v6.1.8) (2024-09-13) + + +### Bug Fixes + +* test for subscribers to ipns pubsub topic ([#584](https://github.com/ipfs/helia/issues/584)) ([c9c644c](https://github.com/ipfs/helia/commit/c9c644c11657ec1411b3f04933fa62501151f732)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/block-brokers bumped from ^3.0.3 to ^3.0.4 + * @helia/car bumped from ^3.2.0 to ^3.2.1 + * @helia/dag-cbor bumped from ^3.0.5 to ^3.0.6 + * @helia/dag-json bumped from ^3.0.5 to ^3.0.6 + * @helia/http bumped from ^1.0.10 to ^1.0.11 + * @helia/json bumped from ^3.0.5 to ^3.0.6 + * @helia/mfs bumped from ^3.0.7 to ^3.0.8 + * @helia/strings bumped from ^3.0.5 to ^3.0.6 + * helia bumped from ^4.2.5 to ^4.2.6 + ## [6.1.7](https://github.com/ipfs/helia/compare/interop-v6.1.6...interop-v6.1.7) (2024-07-31) diff --git a/packages/interop/package.json b/packages/interop/package.json index 8bee779c..24d08ca1 100644 --- a/packages/interop/package.json +++ b/packages/interop/package.json @@ -1,6 +1,6 @@ { "name": "@helia/interop", - "version": "6.1.7", + "version": "6.1.8", "description": "Interop tests for Helia", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/interop#readme", @@ -58,17 +58,17 @@ }, "dependencies": { "@chainsafe/libp2p-gossipsub": "^13.0.0", - "@helia/block-brokers": "^3.0.3", - "@helia/car": "^3.2.0", - "@helia/dag-cbor": "^3.0.5", - "@helia/dag-json": "^3.0.5", - "@helia/http": "^1.0.10", + "@helia/block-brokers": "^3.0.4", + "@helia/car": "^3.2.1", + "@helia/dag-cbor": "^3.0.6", + "@helia/dag-json": "^3.0.6", + "@helia/http": "^1.0.11", "@helia/interface": "^4.3.1", "@helia/ipns": "^7.2.3", - "@helia/json": "^3.0.5", - "@helia/mfs": "^3.0.7", + "@helia/json": "^3.0.6", + "@helia/mfs": "^3.0.8", "@helia/routers": "^1.1.1", - "@helia/strings": "^3.0.5", + "@helia/strings": "^3.0.6", "@helia/unixfs": "^3.0.7", "@ipld/car": "^5.3.0", "@ipld/dag-cbor": "^9.2.0", @@ -80,7 +80,7 @@ "@libp2p/websockets": "^8.0.16", "@multiformats/sha3": "^3.0.2", "aegir": "^44.0.1", - "helia": "^4.2.5", + "helia": "^4.2.6", "ipfs-unixfs-importer": "^15.2.4", "ipfsd-ctl": "^14.0.0", "it-all": "^3.0.4", diff --git a/packages/json/CHANGELOG.md b/packages/json/CHANGELOG.md index 0e4df598..ccb1a6d6 100644 --- a/packages/json/CHANGELOG.md +++ b/packages/json/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.6](https://github.com/ipfs/helia/compare/json-v3.0.5...json-v3.0.6) (2024-09-13) + + +### Bug Fixes + +* remove @libp2p/interfaces dep ([#591](https://github.com/ipfs/helia/issues/591)) ([e567717](https://github.com/ipfs/helia/commit/e567717102464a925f87cb10fc05808a50be960e)) + ## [3.0.5](https://github.com/ipfs/helia/compare/json-v3.0.4...json-v3.0.5) (2024-07-31) diff --git a/packages/json/package.json b/packages/json/package.json index e3972d7f..52e2db5c 100644 --- a/packages/json/package.json +++ b/packages/json/package.json @@ -1,6 +1,6 @@ { "name": "@helia/json", - "version": "3.0.5", + "version": "3.0.6", "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 d927fab1..3157e59f 100644 --- a/packages/mfs/CHANGELOG.md +++ b/packages/mfs/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.8](https://github.com/ipfs/helia/compare/mfs-v3.0.7...mfs-v3.0.8) (2024-09-13) + + +### Bug Fixes + +* remove @libp2p/interfaces dep ([#591](https://github.com/ipfs/helia/issues/591)) ([e567717](https://github.com/ipfs/helia/commit/e567717102464a925f87cb10fc05808a50be960e)) + ## [3.0.7](https://github.com/ipfs/helia/compare/mfs-v3.0.6...mfs-v3.0.7) (2024-07-31) diff --git a/packages/mfs/package.json b/packages/mfs/package.json index 73f2b582..01303363 100644 --- a/packages/mfs/package.json +++ b/packages/mfs/package.json @@ -1,6 +1,6 @@ { "name": "@helia/mfs", - "version": "3.0.7", + "version": "3.0.8", "description": "A mutable filesystem powered by Helia", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/mfs#readme", diff --git a/packages/strings/CHANGELOG.md b/packages/strings/CHANGELOG.md index aaa4997a..2d90ef1c 100644 --- a/packages/strings/CHANGELOG.md +++ b/packages/strings/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.6](https://github.com/ipfs/helia/compare/strings-v3.0.5...strings-v3.0.6) (2024-09-13) + + +### Bug Fixes + +* remove @libp2p/interfaces dep ([#591](https://github.com/ipfs/helia/issues/591)) ([e567717](https://github.com/ipfs/helia/commit/e567717102464a925f87cb10fc05808a50be960e)) + ## [3.0.5](https://github.com/ipfs/helia/compare/strings-v3.0.4...strings-v3.0.5) (2024-07-31) diff --git a/packages/strings/package.json b/packages/strings/package.json index 9e08b27c..03ba3688 100644 --- a/packages/strings/package.json +++ b/packages/strings/package.json @@ -1,6 +1,6 @@ { "name": "@helia/strings", - "version": "3.0.5", + "version": "3.0.6", "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",