diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 606d98359..5c81ea9f5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,18 +1,18 @@ { - "packages/block-brokers": "3.0.2", - "packages/bitswap": "1.1.2", - "packages/car": "3.1.5", - "packages/dag-cbor": "3.0.4", - "packages/dag-json": "3.0.4", - "packages/helia": "4.2.4", - "packages/interface": "4.3.0", - "packages/interop": "6.1.6", - "packages/ipns": "7.2.2", - "packages/json": "3.0.4", - "packages/mfs": "3.0.6", - "packages/strings": "3.0.4", - "packages/unixfs": "3.0.6", - "packages/utils": "0.3.2", - "packages/http": "1.0.9", - "packages/routers": "1.1.0" + "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/interface": "4.3.1", + "packages/interop": "6.1.7", + "packages/ipns": "7.2.3", + "packages/json": "3.0.5", + "packages/mfs": "3.0.7", + "packages/strings": "3.0.5", + "packages/unixfs": "3.0.7", + "packages/utils": "0.3.3", + "packages/http": "1.0.10", + "packages/routers": "1.1.1" } diff --git a/packages/bitswap/CHANGELOG.md b/packages/bitswap/CHANGELOG.md index 58000e1e0..96c13109a 100644 --- a/packages/bitswap/CHANGELOG.md +++ b/packages/bitswap/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [1.1.3](https://github.com/ipfs/helia/compare/bitswap-v1.1.2...bitswap-v1.1.3) (2024-07-31) + + +### Bug Fixes + +* update deps and fix types ([#572](https://github.com/ipfs/helia/issues/572)) ([f16c9ea](https://github.com/ipfs/helia/commit/f16c9eac32677333313c433eb918b705439c0819)) + + +### Documentation + +* fix grammar - it's -> its ([#565](https://github.com/ipfs/helia/issues/565)) ([155e24d](https://github.com/ipfs/helia/commit/155e24db8c06c33972895d702a656e0c2996f3d9)) + + +### Dependencies + +* bump aegir from 42.2.11 to 43.0.1 ([#552](https://github.com/ipfs/helia/issues/552)) ([74ccc92](https://github.com/ipfs/helia/commit/74ccc92793a6d0bb4bee714d9fe4fa4183aa4ee8)) +* bump aegir from 43.0.3 to 44.0.1 ([#569](https://github.com/ipfs/helia/issues/569)) ([6952f05](https://github.com/ipfs/helia/commit/6952f05357844e5aa3dffb2afaf261df06b9b7c1)) +* **dev:** bump sinon from 17.0.2 to 18.0.0 ([#536](https://github.com/ipfs/helia/issues/536)) ([62f77df](https://github.com/ipfs/helia/commit/62f77dfbff94a64e9c248f5be54055c18a6427f7)) +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^4.3.0 to ^4.3.1 + * @helia/utils bumped from ^0.3.2 to ^0.3.3 + ## [1.1.2](https://github.com/ipfs/helia/compare/bitswap-v1.1.1...bitswap-v1.1.2) (2024-05-27) diff --git a/packages/bitswap/package.json b/packages/bitswap/package.json index 9e8126ddc..2fedf54b7 100644 --- a/packages/bitswap/package.json +++ b/packages/bitswap/package.json @@ -1,6 +1,6 @@ { "name": "@helia/bitswap", - "version": "1.1.2", + "version": "1.1.3", "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", @@ -148,8 +148,8 @@ "docs": "aegir docs" }, "dependencies": { - "@helia/interface": "^4.3.0", - "@helia/utils": "^0.3.2", + "@helia/interface": "^4.3.1", + "@helia/utils": "^0.3.3", "@libp2p/interface": "^1.1.2", "@libp2p/logger": "^4.0.5", "@libp2p/peer-collections": "^5.1.6", diff --git a/packages/block-brokers/CHANGELOG.md b/packages/block-brokers/CHANGELOG.md index d6e633104..1ffc265ac 100644 --- a/packages/block-brokers/CHANGELOG.md +++ b/packages/block-brokers/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [3.0.3](https://github.com/ipfs/helia/compare/block-brokers-v3.0.2...block-brokers-v3.0.3) (2024-07-31) + + +### Bug Fixes + +* respect trustless gateway options for sessions ([#566](https://github.com/ipfs/helia/issues/566)) ([5643b1d](https://github.com/ipfs/helia/commit/5643b1d31a821a31d61f5a37256465895260f117)) + + +### Documentation + +* fix grammar - it's -> its ([#565](https://github.com/ipfs/helia/issues/565)) ([155e24d](https://github.com/ipfs/helia/commit/155e24db8c06c33972895d702a656e0c2996f3d9)) + + +### Dependencies + +* bump aegir from 42.2.11 to 43.0.1 ([#552](https://github.com/ipfs/helia/issues/552)) ([74ccc92](https://github.com/ipfs/helia/commit/74ccc92793a6d0bb4bee714d9fe4fa4183aa4ee8)) +* bump aegir from 43.0.3 to 44.0.1 ([#569](https://github.com/ipfs/helia/issues/569)) ([6952f05](https://github.com/ipfs/helia/commit/6952f05357844e5aa3dffb2afaf261df06b9b7c1)) +* **dev:** bump sinon from 17.0.2 to 18.0.0 ([#536](https://github.com/ipfs/helia/issues/536)) ([62f77df](https://github.com/ipfs/helia/commit/62f77dfbff94a64e9c248f5be54055c18a6427f7)) +* The following workspace dependencies were updated + * dependencies + * @helia/bitswap bumped from ^1.1.2 to ^1.1.3 + * @helia/interface bumped from ^4.3.0 to ^4.3.1 + * @helia/utils bumped from ^0.3.2 to ^0.3.3 + ## [3.0.2](https://github.com/ipfs/helia/compare/block-brokers-v3.0.1...block-brokers-v3.0.2) (2024-05-27) diff --git a/packages/block-brokers/package.json b/packages/block-brokers/package.json index a4a57056b..02f74e562 100644 --- a/packages/block-brokers/package.json +++ b/packages/block-brokers/package.json @@ -1,6 +1,6 @@ { "name": "@helia/block-brokers", - "version": "3.0.2", + "version": "3.0.3", "description": "Block brokers for Helia", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/block-brokers#readme", @@ -53,9 +53,9 @@ "test:electron-main": "aegir test -t electron-main" }, "dependencies": { - "@helia/bitswap": "^1.1.2", - "@helia/interface": "^4.3.0", - "@helia/utils": "^0.3.2", + "@helia/bitswap": "^1.1.3", + "@helia/interface": "^4.3.1", + "@helia/utils": "^0.3.3", "@libp2p/interface": "^1.1.4", "@libp2p/utils": "^5.2.6", "@multiformats/multiaddr": "^12.2.1", diff --git a/packages/car/CHANGELOG.md b/packages/car/CHANGELOG.md index 660205bd2..4da2470bd 100644 --- a/packages/car/CHANGELOG.md +++ b/packages/car/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [3.2.0](https://github.com/ipfs/helia/compare/car-v3.1.5...car-v3.2.0) (2024-07-31) + + +### Features + +* add `filter` option to de-duplicate blocks in car files ([461d219](https://github.com/ipfs/helia/commit/461d219927a6725508014392340820d01a76a64f)) + + +### Documentation + +* fix grammar - it's -> its ([#565](https://github.com/ipfs/helia/issues/565)) ([155e24d](https://github.com/ipfs/helia/commit/155e24db8c06c33972895d702a656e0c2996f3d9)) + + +### Dependencies + +* bump aegir from 42.2.11 to 43.0.1 ([#552](https://github.com/ipfs/helia/issues/552)) ([74ccc92](https://github.com/ipfs/helia/commit/74ccc92793a6d0bb4bee714d9fe4fa4183aa4ee8)) +* bump aegir from 43.0.3 to 44.0.1 ([#569](https://github.com/ipfs/helia/issues/569)) ([6952f05](https://github.com/ipfs/helia/commit/6952f05357844e5aa3dffb2afaf261df06b9b7c1)) +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^4.3.0 to ^4.3.1 + * devDependencies + * @helia/mfs bumped from ^3.0.6 to ^3.0.7 + * @helia/unixfs bumped from ^3.0.6 to ^3.0.7 + ## [3.1.5](https://github.com/ipfs/helia/compare/car-v3.1.4...car-v3.1.5) (2024-05-01) diff --git a/packages/car/package.json b/packages/car/package.json index 9a08384e2..62b8297cc 100644 --- a/packages/car/package.json +++ b/packages/car/package.json @@ -1,6 +1,6 @@ { "name": "@helia/car", - "version": "3.1.5", + "version": "3.2.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.3.0", + "@helia/interface": "^4.3.1", "@ipld/car": "^5.3.0", "@libp2p/interfaces": "^3.3.2", "@libp2p/utils": "^5.4.6", @@ -152,8 +152,8 @@ "progress-events": "^1.0.0" }, "devDependencies": { - "@helia/mfs": "^3.0.6", - "@helia/unixfs": "^3.0.6", + "@helia/mfs": "^3.0.7", + "@helia/unixfs": "^3.0.7", "@ipld/dag-pb": "^4.1.0", "aegir": "^44.0.1", "blockstore-core": "^4.4.0", diff --git a/packages/dag-cbor/CHANGELOG.md b/packages/dag-cbor/CHANGELOG.md index f1ee71a92..6c683d87d 100644 --- a/packages/dag-cbor/CHANGELOG.md +++ b/packages/dag-cbor/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [3.0.5](https://github.com/ipfs/helia/compare/dag-cbor-v3.0.4...dag-cbor-v3.0.5) (2024-07-31) + + +### Documentation + +* fix grammar - it's -> its ([#565](https://github.com/ipfs/helia/issues/565)) ([155e24d](https://github.com/ipfs/helia/commit/155e24db8c06c33972895d702a656e0c2996f3d9)) + + +### Dependencies + +* bump aegir from 42.2.11 to 43.0.1 ([#552](https://github.com/ipfs/helia/issues/552)) ([74ccc92](https://github.com/ipfs/helia/commit/74ccc92793a6d0bb4bee714d9fe4fa4183aa4ee8)) +* bump aegir from 43.0.3 to 44.0.1 ([#569](https://github.com/ipfs/helia/issues/569)) ([6952f05](https://github.com/ipfs/helia/commit/6952f05357844e5aa3dffb2afaf261df06b9b7c1)) +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^4.3.0 to ^4.3.1 + ## [3.0.4](https://github.com/ipfs/helia/compare/dag-cbor-v3.0.3...dag-cbor-v3.0.4) (2024-05-01) diff --git a/packages/dag-cbor/package.json b/packages/dag-cbor/package.json index d63b85762..e63106eaf 100644 --- a/packages/dag-cbor/package.json +++ b/packages/dag-cbor/package.json @@ -1,6 +1,6 @@ { "name": "@helia/dag-cbor", - "version": "3.0.4", + "version": "3.0.5", "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.3.0", + "@helia/interface": "^4.3.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 09a45a916..2306c314a 100644 --- a/packages/dag-json/CHANGELOG.md +++ b/packages/dag-json/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [3.0.5](https://github.com/ipfs/helia/compare/dag-json-v3.0.4...dag-json-v3.0.5) (2024-07-31) + + +### Documentation + +* fix grammar - it's -> its ([#565](https://github.com/ipfs/helia/issues/565)) ([155e24d](https://github.com/ipfs/helia/commit/155e24db8c06c33972895d702a656e0c2996f3d9)) + + +### Dependencies + +* bump aegir from 42.2.11 to 43.0.1 ([#552](https://github.com/ipfs/helia/issues/552)) ([74ccc92](https://github.com/ipfs/helia/commit/74ccc92793a6d0bb4bee714d9fe4fa4183aa4ee8)) +* bump aegir from 43.0.3 to 44.0.1 ([#569](https://github.com/ipfs/helia/issues/569)) ([6952f05](https://github.com/ipfs/helia/commit/6952f05357844e5aa3dffb2afaf261df06b9b7c1)) +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^4.3.0 to ^4.3.1 + ## [3.0.4](https://github.com/ipfs/helia/compare/dag-json-v3.0.3...dag-json-v3.0.4) (2024-05-01) diff --git a/packages/dag-json/package.json b/packages/dag-json/package.json index 0a88cb60a..56b0e3134 100644 --- a/packages/dag-json/package.json +++ b/packages/dag-json/package.json @@ -1,6 +1,6 @@ { "name": "@helia/dag-json", - "version": "3.0.4", + "version": "3.0.5", "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.3.0", + "@helia/interface": "^4.3.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 fc08485d6..03d268780 100644 --- a/packages/helia/CHANGELOG.md +++ b/packages/helia/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [4.2.5](https://github.com/ipfs/helia/compare/helia-v4.2.4...helia-v4.2.5) (2024-07-31) + + +### Bug Fixes + +* update js-libp2p types ([#570](https://github.com/ipfs/helia/issues/570)) ([b4877b5](https://github.com/ipfs/helia/commit/b4877b5b768895684be90a26f4303ae65fc209e7)) + + +### Documentation + +* fix grammar - it's -> its ([#565](https://github.com/ipfs/helia/issues/565)) ([155e24d](https://github.com/ipfs/helia/commit/155e24db8c06c33972895d702a656e0c2996f3d9)) + + +### Dependencies + +* bump aegir from 42.2.11 to 43.0.1 ([#552](https://github.com/ipfs/helia/issues/552)) ([74ccc92](https://github.com/ipfs/helia/commit/74ccc92793a6d0bb4bee714d9fe4fa4183aa4ee8)) +* bump aegir from 43.0.3 to 44.0.1 ([#569](https://github.com/ipfs/helia/issues/569)) ([6952f05](https://github.com/ipfs/helia/commit/6952f05357844e5aa3dffb2afaf261df06b9b7c1)) +* The following workspace dependencies were updated + * dependencies + * @helia/block-brokers bumped from ^3.0.2 to ^3.0.3 + * @helia/interface bumped from ^4.3.0 to ^4.3.1 + * @helia/routers bumped from ^1.1.0 to ^1.1.1 + * @helia/utils bumped from ^0.3.2 to ^0.3.3 + ## [4.2.4](https://github.com/ipfs/helia/compare/helia-v4.2.3...helia-v4.2.4) (2024-06-18) diff --git a/packages/helia/package.json b/packages/helia/package.json index f5b92efec..b353c43f6 100644 --- a/packages/helia/package.json +++ b/packages/helia/package.json @@ -1,6 +1,6 @@ { "name": "helia", - "version": "4.2.4", + "version": "4.2.5", "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": "^3.0.2", + "@helia/block-brokers": "^3.0.3", "@helia/delegated-routing-v1-http-api-client": "^3.0.0", - "@helia/interface": "^4.3.0", - "@helia/routers": "^1.1.0", - "@helia/utils": "^0.3.2", + "@helia/interface": "^4.3.1", + "@helia/routers": "^1.1.1", + "@helia/utils": "^0.3.3", "@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 9cabd07b1..153ad86ba 100644 --- a/packages/http/CHANGELOG.md +++ b/packages/http/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [1.0.10](https://github.com/ipfs/helia/compare/http-v1.0.9...http-v1.0.10) (2024-07-31) + + +### Documentation + +* fix grammar - it's -> its ([#565](https://github.com/ipfs/helia/issues/565)) ([155e24d](https://github.com/ipfs/helia/commit/155e24db8c06c33972895d702a656e0c2996f3d9)) + + +### Dependencies + +* bump aegir from 42.2.11 to 43.0.1 ([#552](https://github.com/ipfs/helia/issues/552)) ([74ccc92](https://github.com/ipfs/helia/commit/74ccc92793a6d0bb4bee714d9fe4fa4183aa4ee8)) +* bump aegir from 43.0.3 to 44.0.1 ([#569](https://github.com/ipfs/helia/issues/569)) ([6952f05](https://github.com/ipfs/helia/commit/6952f05357844e5aa3dffb2afaf261df06b9b7c1)) +* **dev:** bump sinon from 17.0.2 to 18.0.0 ([#536](https://github.com/ipfs/helia/issues/536)) ([62f77df](https://github.com/ipfs/helia/commit/62f77dfbff94a64e9c248f5be54055c18a6427f7)) +* The following workspace dependencies were updated + * dependencies + * @helia/block-brokers bumped from ^3.0.2 to ^3.0.3 + * @helia/interface bumped from ^4.3.0 to ^4.3.1 + * @helia/routers bumped from ^1.1.0 to ^1.1.1 + * @helia/utils bumped from ^0.3.2 to ^0.3.3 + ## [1.0.9](https://github.com/ipfs/helia/compare/http-v1.0.8...http-v1.0.9) (2024-05-27) diff --git a/packages/http/package.json b/packages/http/package.json index fb83403af..d2564433a 100644 --- a/packages/http/package.json +++ b/packages/http/package.json @@ -1,6 +1,6 @@ { "name": "@helia/http", - "version": "1.0.9", + "version": "1.0.10", "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": "^3.0.2", - "@helia/interface": "^4.3.0", - "@helia/routers": "^1.1.0", - "@helia/utils": "^0.3.2", + "@helia/block-brokers": "^3.0.3", + "@helia/interface": "^4.3.1", + "@helia/routers": "^1.1.1", + "@helia/utils": "^0.3.3", "blockstore-core": "^4.4.0", "datastore-core": "^9.2.9" }, diff --git a/packages/interface/CHANGELOG.md b/packages/interface/CHANGELOG.md index ef728c7c1..3dd007e0f 100644 --- a/packages/interface/CHANGELOG.md +++ b/packages/interface/CHANGELOG.md @@ -5,6 +5,19 @@ * expose .dns property on @helia/interface ([#465](https://github.com/ipfs/helia/issues/465)) ([8c9bb7d](https://github.com/ipfs/helia/commit/8c9bb7d224a1b786cba1fba18bffe07001a3b95d)) +## [4.3.1](https://github.com/ipfs/helia/compare/interface-v4.3.0...interface-v4.3.1) (2024-07-31) + + +### Documentation + +* fix grammar - it's -> its ([#565](https://github.com/ipfs/helia/issues/565)) ([155e24d](https://github.com/ipfs/helia/commit/155e24db8c06c33972895d702a656e0c2996f3d9)) + + +### Dependencies + +* bump aegir from 42.2.11 to 43.0.1 ([#552](https://github.com/ipfs/helia/issues/552)) ([74ccc92](https://github.com/ipfs/helia/commit/74ccc92793a6d0bb4bee714d9fe4fa4183aa4ee8)) +* bump aegir from 43.0.3 to 44.0.1 ([#569](https://github.com/ipfs/helia/issues/569)) ([6952f05](https://github.com/ipfs/helia/commit/6952f05357844e5aa3dffb2afaf261df06b9b7c1)) + ## [4.3.0](https://github.com/ipfs/helia/compare/interface-v4.2.0...interface-v4.3.0) (2024-05-01) diff --git a/packages/interface/package.json b/packages/interface/package.json index 07d6ceae8..951de50f6 100644 --- a/packages/interface/package.json +++ b/packages/interface/package.json @@ -1,6 +1,6 @@ { "name": "@helia/interface", - "version": "4.3.0", + "version": "4.3.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 b1a9c42a4..f53dbdd9b 100644 --- a/packages/interop/CHANGELOG.md +++ b/packages/interop/CHANGELOG.md @@ -1,5 +1,39 @@ # Changelog +## [6.1.7](https://github.com/ipfs/helia/compare/interop-v6.1.6...interop-v6.1.7) (2024-07-31) + + +### Bug Fixes + +* update js-libp2p types ([#570](https://github.com/ipfs/helia/issues/570)) ([b4877b5](https://github.com/ipfs/helia/commit/b4877b5b768895684be90a26f4303ae65fc209e7)) + + +### Documentation + +* fix grammar - it's -> its ([#565](https://github.com/ipfs/helia/issues/565)) ([155e24d](https://github.com/ipfs/helia/commit/155e24db8c06c33972895d702a656e0c2996f3d9)) + + +### Dependencies + +* bump aegir from 42.2.11 to 43.0.1 ([#552](https://github.com/ipfs/helia/issues/552)) ([74ccc92](https://github.com/ipfs/helia/commit/74ccc92793a6d0bb4bee714d9fe4fa4183aa4ee8)) +* bump aegir from 43.0.3 to 44.0.1 ([#569](https://github.com/ipfs/helia/issues/569)) ([6952f05](https://github.com/ipfs/helia/commit/6952f05357844e5aa3dffb2afaf261df06b9b7c1)) +* bump kubo from 0.28.0 to 0.29.0 ([#555](https://github.com/ipfs/helia/issues/555)) ([117198f](https://github.com/ipfs/helia/commit/117198f85511bfe339b96b588cd62015ed6e69a4)) +* The following workspace dependencies were updated + * dependencies + * @helia/block-brokers bumped from ^3.0.2 to ^3.0.3 + * @helia/car bumped from ^3.1.5 to ^3.2.0 + * @helia/dag-cbor bumped from ^3.0.4 to ^3.0.5 + * @helia/dag-json bumped from ^3.0.4 to ^3.0.5 + * @helia/http bumped from ^1.0.9 to ^1.0.10 + * @helia/interface bumped from ^4.3.0 to ^4.3.1 + * @helia/ipns bumped from ^7.2.2 to ^7.2.3 + * @helia/json bumped from ^3.0.4 to ^3.0.5 + * @helia/mfs bumped from ^3.0.6 to ^3.0.7 + * @helia/routers bumped from ^1.1.0 to ^1.1.1 + * @helia/strings bumped from ^3.0.4 to ^3.0.5 + * @helia/unixfs bumped from ^3.0.6 to ^3.0.7 + * helia bumped from ^4.2.4 to ^4.2.5 + ## [6.1.6](https://github.com/ipfs/helia/compare/interop-v6.1.5...interop-v6.1.6) (2024-06-18) diff --git a/packages/interop/package.json b/packages/interop/package.json index 34418ace0..8bee779c0 100644 --- a/packages/interop/package.json +++ b/packages/interop/package.json @@ -1,6 +1,6 @@ { "name": "@helia/interop", - "version": "6.1.6", + "version": "6.1.7", "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": "^3.0.2", - "@helia/car": "^3.1.5", - "@helia/dag-cbor": "^3.0.4", - "@helia/dag-json": "^3.0.4", - "@helia/http": "^1.0.9", - "@helia/interface": "^4.3.0", - "@helia/ipns": "^7.2.2", - "@helia/json": "^3.0.4", - "@helia/mfs": "^3.0.6", - "@helia/routers": "^1.1.0", - "@helia/strings": "^3.0.4", - "@helia/unixfs": "^3.0.6", + "@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/interface": "^4.3.1", + "@helia/ipns": "^7.2.3", + "@helia/json": "^3.0.5", + "@helia/mfs": "^3.0.7", + "@helia/routers": "^1.1.1", + "@helia/strings": "^3.0.5", + "@helia/unixfs": "^3.0.7", "@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": "^44.0.1", - "helia": "^4.2.4", + "helia": "^4.2.5", "ipfs-unixfs-importer": "^15.2.4", "ipfsd-ctl": "^14.0.0", "it-all": "^3.0.4", diff --git a/packages/ipns/CHANGELOG.md b/packages/ipns/CHANGELOG.md index ec6bcc4e3..9b68322e0 100644 --- a/packages/ipns/CHANGELOG.md +++ b/packages/ipns/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [7.2.3](https://github.com/ipfs/helia/compare/ipns-v7.2.2...ipns-v7.2.3) (2024-07-31) + + +### Documentation + +* fix grammar - it's -> its ([#565](https://github.com/ipfs/helia/issues/565)) ([155e24d](https://github.com/ipfs/helia/commit/155e24db8c06c33972895d702a656e0c2996f3d9)) + + +### Dependencies + +* bump aegir from 42.2.11 to 43.0.1 ([#552](https://github.com/ipfs/helia/issues/552)) ([74ccc92](https://github.com/ipfs/helia/commit/74ccc92793a6d0bb4bee714d9fe4fa4183aa4ee8)) +* bump aegir from 43.0.3 to 44.0.1 ([#569](https://github.com/ipfs/helia/issues/569)) ([6952f05](https://github.com/ipfs/helia/commit/6952f05357844e5aa3dffb2afaf261df06b9b7c1)) +* **dev:** bump sinon from 17.0.2 to 18.0.0 ([#536](https://github.com/ipfs/helia/issues/536)) ([62f77df](https://github.com/ipfs/helia/commit/62f77dfbff94a64e9c248f5be54055c18a6427f7)) +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^4.3.0 to ^4.3.1 + ## [7.2.2](https://github.com/ipfs/helia/compare/ipns-v7.2.1...ipns-v7.2.2) (2024-05-01) diff --git a/packages/ipns/package.json b/packages/ipns/package.json index fa9d4c271..77681517f 100644 --- a/packages/ipns/package.json +++ b/packages/ipns/package.json @@ -1,6 +1,6 @@ { "name": "@helia/ipns", - "version": "7.2.2", + "version": "7.2.3", "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.3.0", + "@helia/interface": "^4.3.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 fcf007e0f..0e4df5980 100644 --- a/packages/json/CHANGELOG.md +++ b/packages/json/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [3.0.5](https://github.com/ipfs/helia/compare/json-v3.0.4...json-v3.0.5) (2024-07-31) + + +### Documentation + +* fix grammar - it's -> its ([#565](https://github.com/ipfs/helia/issues/565)) ([155e24d](https://github.com/ipfs/helia/commit/155e24db8c06c33972895d702a656e0c2996f3d9)) + + +### Dependencies + +* bump aegir from 42.2.11 to 43.0.1 ([#552](https://github.com/ipfs/helia/issues/552)) ([74ccc92](https://github.com/ipfs/helia/commit/74ccc92793a6d0bb4bee714d9fe4fa4183aa4ee8)) +* bump aegir from 43.0.3 to 44.0.1 ([#569](https://github.com/ipfs/helia/issues/569)) ([6952f05](https://github.com/ipfs/helia/commit/6952f05357844e5aa3dffb2afaf261df06b9b7c1)) +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^4.3.0 to ^4.3.1 + ## [3.0.4](https://github.com/ipfs/helia/compare/json-v3.0.3...json-v3.0.4) (2024-05-01) diff --git a/packages/json/package.json b/packages/json/package.json index 7aeffec8e..26874bd3a 100644 --- a/packages/json/package.json +++ b/packages/json/package.json @@ -1,6 +1,6 @@ { "name": "@helia/json", - "version": "3.0.4", + "version": "3.0.5", "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.3.0", + "@helia/interface": "^4.3.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 684fc132e..d927fab1c 100644 --- a/packages/mfs/CHANGELOG.md +++ b/packages/mfs/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [3.0.7](https://github.com/ipfs/helia/compare/mfs-v3.0.6...mfs-v3.0.7) (2024-07-31) + + +### Documentation + +* fix grammar - it's -> its ([#565](https://github.com/ipfs/helia/issues/565)) ([155e24d](https://github.com/ipfs/helia/commit/155e24db8c06c33972895d702a656e0c2996f3d9)) + + +### Dependencies + +* bump aegir from 42.2.11 to 43.0.1 ([#552](https://github.com/ipfs/helia/issues/552)) ([74ccc92](https://github.com/ipfs/helia/commit/74ccc92793a6d0bb4bee714d9fe4fa4183aa4ee8)) +* bump aegir from 43.0.3 to 44.0.1 ([#569](https://github.com/ipfs/helia/issues/569)) ([6952f05](https://github.com/ipfs/helia/commit/6952f05357844e5aa3dffb2afaf261df06b9b7c1)) +* The following workspace dependencies were updated + * dependencies + * @helia/unixfs bumped from ^3.0.6 to ^3.0.7 + ## [3.0.6](https://github.com/ipfs/helia/compare/mfs-v3.0.5...mfs-v3.0.6) (2024-05-01) diff --git a/packages/mfs/package.json b/packages/mfs/package.json index 61caa2d49..4c4d829d2 100644 --- a/packages/mfs/package.json +++ b/packages/mfs/package.json @@ -1,6 +1,6 @@ { "name": "@helia/mfs", - "version": "3.0.6", + "version": "3.0.7", "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.6", + "@helia/unixfs": "^3.0.7", "@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 82fbce4b9..8f96b4b32 100644 --- a/packages/routers/CHANGELOG.md +++ b/packages/routers/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.1.1](https://github.com/ipfs/helia/compare/routers-v1.1.0...routers-v1.1.1) (2024-07-31) + + +### Documentation + +* fix grammar - it's -> its ([#565](https://github.com/ipfs/helia/issues/565)) ([155e24d](https://github.com/ipfs/helia/commit/155e24db8c06c33972895d702a656e0c2996f3d9)) + + +### Dependencies + +* bump aegir from 42.2.11 to 43.0.1 ([#552](https://github.com/ipfs/helia/issues/552)) ([74ccc92](https://github.com/ipfs/helia/commit/74ccc92793a6d0bb4bee714d9fe4fa4183aa4ee8)) +* bump aegir from 43.0.3 to 44.0.1 ([#569](https://github.com/ipfs/helia/issues/569)) ([6952f05](https://github.com/ipfs/helia/commit/6952f05357844e5aa3dffb2afaf261df06b9b7c1)) +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^4.3.0 to ^4.3.1 + ## [1.1.0](https://github.com/ipfs/helia/compare/routers-v1.0.3...routers-v1.1.0) (2024-05-01) diff --git a/packages/routers/package.json b/packages/routers/package.json index 02d8ba459..8f691383a 100644 --- a/packages/routers/package.json +++ b/packages/routers/package.json @@ -1,6 +1,6 @@ { "name": "@helia/routers", - "version": "1.1.0", + "version": "1.1.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.3.0", + "@helia/interface": "^4.3.1", "@libp2p/interface": "^1.1.4", "@multiformats/uri-to-multiaddr": "^8.0.0", "ipns": "^9.0.0", diff --git a/packages/strings/CHANGELOG.md b/packages/strings/CHANGELOG.md index 9cb2a1621..aaa4997a9 100644 --- a/packages/strings/CHANGELOG.md +++ b/packages/strings/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [3.0.5](https://github.com/ipfs/helia/compare/strings-v3.0.4...strings-v3.0.5) (2024-07-31) + + +### Documentation + +* fix grammar - it's -> its ([#565](https://github.com/ipfs/helia/issues/565)) ([155e24d](https://github.com/ipfs/helia/commit/155e24db8c06c33972895d702a656e0c2996f3d9)) + + +### Dependencies + +* bump aegir from 42.2.11 to 43.0.1 ([#552](https://github.com/ipfs/helia/issues/552)) ([74ccc92](https://github.com/ipfs/helia/commit/74ccc92793a6d0bb4bee714d9fe4fa4183aa4ee8)) +* bump aegir from 43.0.3 to 44.0.1 ([#569](https://github.com/ipfs/helia/issues/569)) ([6952f05](https://github.com/ipfs/helia/commit/6952f05357844e5aa3dffb2afaf261df06b9b7c1)) +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^4.3.0 to ^4.3.1 + ## [3.0.4](https://github.com/ipfs/helia/compare/strings-v3.0.3...strings-v3.0.4) (2024-05-01) diff --git a/packages/strings/package.json b/packages/strings/package.json index 6efe3dca1..b716c9623 100644 --- a/packages/strings/package.json +++ b/packages/strings/package.json @@ -1,6 +1,6 @@ { "name": "@helia/strings", - "version": "3.0.4", + "version": "3.0.5", "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.3.0", + "@helia/interface": "^4.3.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 1dcbc157d..481ffced3 100644 --- a/packages/unixfs/CHANGELOG.md +++ b/packages/unixfs/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [3.0.7](https://github.com/ipfs/helia/compare/unixfs-v3.0.6...unixfs-v3.0.7) (2024-07-31) + + +### Documentation + +* fix grammar - it's -> its ([#565](https://github.com/ipfs/helia/issues/565)) ([155e24d](https://github.com/ipfs/helia/commit/155e24db8c06c33972895d702a656e0c2996f3d9)) + + +### Dependencies + +* bump aegir from 42.2.11 to 43.0.1 ([#552](https://github.com/ipfs/helia/issues/552)) ([74ccc92](https://github.com/ipfs/helia/commit/74ccc92793a6d0bb4bee714d9fe4fa4183aa4ee8)) +* bump aegir from 43.0.3 to 44.0.1 ([#569](https://github.com/ipfs/helia/issues/569)) ([6952f05](https://github.com/ipfs/helia/commit/6952f05357844e5aa3dffb2afaf261df06b9b7c1)) +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^4.3.0 to ^4.3.1 + ## [3.0.6](https://github.com/ipfs/helia/compare/unixfs-v3.0.5...unixfs-v3.0.6) (2024-05-01) diff --git a/packages/unixfs/package.json b/packages/unixfs/package.json index 8fe675e13..7d7ccbf2a 100644 --- a/packages/unixfs/package.json +++ b/packages/unixfs/package.json @@ -1,6 +1,6 @@ { "name": "@helia/unixfs", - "version": "3.0.6", + "version": "3.0.7", "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.3.0", + "@helia/interface": "^4.3.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 3b23e4c6b..ed235cd09 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [0.3.3](https://github.com/ipfs/helia/compare/utils-v0.3.2...utils-v0.3.3) (2024-07-31) + + +### Bug Fixes + +* update deps and fix types ([#572](https://github.com/ipfs/helia/issues/572)) ([f16c9ea](https://github.com/ipfs/helia/commit/f16c9eac32677333313c433eb918b705439c0819)) + + +### Documentation + +* fix grammar - it's -> its ([#565](https://github.com/ipfs/helia/issues/565)) ([155e24d](https://github.com/ipfs/helia/commit/155e24db8c06c33972895d702a656e0c2996f3d9)) + + +### Dependencies + +* bump aegir from 42.2.11 to 43.0.1 ([#552](https://github.com/ipfs/helia/issues/552)) ([74ccc92](https://github.com/ipfs/helia/commit/74ccc92793a6d0bb4bee714d9fe4fa4183aa4ee8)) +* bump aegir from 43.0.3 to 44.0.1 ([#569](https://github.com/ipfs/helia/issues/569)) ([6952f05](https://github.com/ipfs/helia/commit/6952f05357844e5aa3dffb2afaf261df06b9b7c1)) +* **dev:** bump sinon from 17.0.2 to 18.0.0 ([#536](https://github.com/ipfs/helia/issues/536)) ([62f77df](https://github.com/ipfs/helia/commit/62f77dfbff94a64e9c248f5be54055c18a6427f7)) +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^4.3.0 to ^4.3.1 + ## [0.3.2](https://github.com/ipfs/helia/compare/utils-v0.3.1...utils-v0.3.2) (2024-05-27) diff --git a/packages/utils/package.json b/packages/utils/package.json index 16443d2e6..4fc34c713 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@helia/utils", - "version": "0.3.2", + "version": "0.3.3", "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.3.0", + "@helia/interface": "^4.3.1", "@ipld/dag-cbor": "^9.2.0", "@ipld/dag-json": "^10.2.0", "@ipld/dag-pb": "^4.1.0",