diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5b4394b85..a100f912d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,14 +1,14 @@ { - "packages/block-brokers":"0.0.0", - "packages/car":"2.0.0", - "packages/dag-cbor":"2.0.0", - "packages/dag-json":"2.0.0", - "packages/helia":"3.0.0", - "packages/interface":"3.0.0", - "packages/interop":"2.0.0", - "packages/ipns":"4.0.0", - "packages/json":"2.0.0", - "packages/mfs":"2.0.0", - "packages/strings":"2.0.0", - "packages/unixfs":"2.0.0" + "packages/block-brokers": "1.0.0", + "packages/car": "2.0.1", + "packages/dag-cbor": "2.0.1", + "packages/dag-json": "2.0.1", + "packages/helia": "3.0.1", + "packages/interface": "3.0.1", + "packages/interop": "3.0.0", + "packages/ipns": "4.0.0", + "packages/json": "2.0.1", + "packages/mfs": "2.0.1", + "packages/strings": "2.0.1", + "packages/unixfs": "2.0.1" } diff --git a/packages/block-brokers/CHANGELOG.md b/packages/block-brokers/CHANGELOG.md new file mode 100644 index 000000000..6a685afa6 --- /dev/null +++ b/packages/block-brokers/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + +## 1.0.0 (2024-01-09) + + +### Bug Fixes + +* create @helia/block-brokers package ([#341](https://github.com/ipfs/helia/issues/341)) ([#342](https://github.com/ipfs/helia/issues/342)) ([2979147](https://github.com/ipfs/helia/commit/297914756fa06dc0c28890a2654d1159d16689c2)) +* remove w3s.link default block-broker ([#371](https://github.com/ipfs/helia/issues/371)) ([5c4fd54](https://github.com/ipfs/helia/commit/5c4fd54207384165c4e6309ec7663e996d7d66d4)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^3.0.0 to ^3.0.1 diff --git a/packages/block-brokers/package.json b/packages/block-brokers/package.json index ae9cefca2..e21a28942 100644 --- a/packages/block-brokers/package.json +++ b/packages/block-brokers/package.json @@ -1,6 +1,6 @@ { "name": "@helia/block-brokers", - "version": "0.0.0", + "version": "1.0.0", "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": "^3.0.0", + "@helia/interface": "^3.0.1", "@libp2p/interface": "^1.1.1", "any-signal": "^4.1.1", "interface-blockstore": "^5.2.7", diff --git a/packages/car/CHANGELOG.md b/packages/car/CHANGELOG.md index d14a90842..ff208e49e 100644 --- a/packages/car/CHANGELOG.md +++ b/packages/car/CHANGELOG.md @@ -9,6 +9,14 @@ * update helia to v3 and multiformats to v13 ([#52](https://github.com/ipfs/helia-car/issues/52)) ([6405c34](https://github.com/ipfs/helia-car/commit/6405c3487879614dc4dd7308b15c946d644e0488)) +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^3.0.0 to ^3.0.1 + * devDependencies + * @helia/unixfs bumped from ^2.0.0 to ^2.0.1 + ## [@helia/car-v1.0.4](https://github.com/ipfs/helia-car/compare/@helia/car-v1.0.3...@helia/car-v1.0.4) (2023-10-07) diff --git a/packages/car/package.json b/packages/car/package.json index a3a461256..dbc951112 100644 --- a/packages/car/package.json +++ b/packages/car/package.json @@ -1,6 +1,6 @@ { "name": "@helia/car", - "version": "2.0.0", + "version": "2.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", @@ -139,7 +139,7 @@ "release": "aegir release" }, "dependencies": { - "@helia/interface": "^3.0.0", + "@helia/interface": "^3.0.1", "@ipld/car": "^5.1.1", "@ipld/dag-pb": "^4.0.3", "@libp2p/interfaces": "^3.3.1", @@ -152,7 +152,7 @@ "progress-events": "^1.0.0" }, "devDependencies": { - "@helia/unixfs": "^2.0.0", + "@helia/unixfs": "^2.0.1", "aegir": "^42.1.0", "blockstore-core": "^4.3.8", "interface-blockstore": "^5.2.9", diff --git a/packages/dag-cbor/CHANGELOG.md b/packages/dag-cbor/CHANGELOG.md index fa2aab1c3..9e311784d 100644 --- a/packages/dag-cbor/CHANGELOG.md +++ b/packages/dag-cbor/CHANGELOG.md @@ -9,6 +9,12 @@ * update helia to v3 and multiformats to v13 ([#45](https://github.com/ipfs/helia-dag-cbor/issues/45)) ([f078447](https://github.com/ipfs/helia-dag-cbor/commit/f078447b6eba4c3d404d62bb930757aa1c0efe74)) +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^3.0.0 to ^3.0.1 + ## [@helia/dag-cbor-v1.0.3](https://github.com/ipfs/helia-dag-cbor/compare/@helia/dag-cbor-v1.0.2...@helia/dag-cbor-v1.0.3) (2023-10-07) diff --git a/packages/dag-cbor/package.json b/packages/dag-cbor/package.json index 432e5269d..c97a7d60f 100644 --- a/packages/dag-cbor/package.json +++ b/packages/dag-cbor/package.json @@ -1,6 +1,6 @@ { "name": "@helia/dag-cbor", - "version": "2.0.0", + "version": "2.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": "^3.0.0", + "@helia/interface": "^3.0.1", "@ipld/dag-cbor": "^9.0.0", "@libp2p/interfaces": "^3.3.1", "multiformats": "^13.0.0", diff --git a/packages/dag-json/CHANGELOG.md b/packages/dag-json/CHANGELOG.md index 6f7d9133b..3097bebd0 100644 --- a/packages/dag-json/CHANGELOG.md +++ b/packages/dag-json/CHANGELOG.md @@ -9,6 +9,12 @@ * update helia to v3 and multiformats to v13 ([#45](https://github.com/ipfs/helia-dag-json/issues/45)) ([3c7d9d4](https://github.com/ipfs/helia-dag-json/commit/3c7d9d4a8e74e1a808c265fbc6ecbdc24f0f3da9)) +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^3.0.0 to ^3.0.1 + ## [@helia/dag-json-v1.0.3](https://github.com/ipfs/helia-dag-json/compare/@helia/dag-json-v1.0.2...@helia/dag-json-v1.0.3) (2023-10-07) diff --git a/packages/dag-json/package.json b/packages/dag-json/package.json index ffe57291c..ea184520b 100644 --- a/packages/dag-json/package.json +++ b/packages/dag-json/package.json @@ -1,6 +1,6 @@ { "name": "@helia/dag-json", - "version": "2.0.0", + "version": "2.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": "^3.0.0", + "@helia/interface": "^3.0.1", "@ipld/dag-json": "^10.0.1", "@libp2p/interfaces": "^3.3.1", "multiformats": "^13.0.0", diff --git a/packages/helia/CHANGELOG.md b/packages/helia/CHANGELOG.md index 998659a3a..599622a76 100644 --- a/packages/helia/CHANGELOG.md +++ b/packages/helia/CHANGELOG.md @@ -6,6 +6,21 @@ * **dev:** bump aegir from 39.0.13 to 40.0.8 ([#198](https://github.com/ipfs/helia/issues/198)) ([4d75ecf](https://github.com/ipfs/helia/commit/4d75ecffb79e5177da35d3106e42dac7bc63153a)) * update sibling dependencies ([beb10b5](https://github.com/ipfs/helia/commit/beb10b5590d66d1d5bef9b5e890b888263df2c92)) +## [3.0.1](https://github.com/ipfs/helia/compare/helia-v3.0.0...helia-v3.0.1) (2024-01-09) + + +### Bug Fixes + +* create @helia/block-brokers package ([#341](https://github.com/ipfs/helia/issues/341)) ([#342](https://github.com/ipfs/helia/issues/342)) ([2979147](https://github.com/ipfs/helia/commit/297914756fa06dc0c28890a2654d1159d16689c2)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/block-brokers bumped from ~0.0.0 to ~1.0.0 + * @helia/interface bumped from ^3.0.0 to ^3.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/helia/package.json b/packages/helia/package.json index 98eb810c5..32c2b2f76 100644 --- a/packages/helia/package.json +++ b/packages/helia/package.json @@ -1,6 +1,6 @@ { "name": "helia", - "version": "3.0.0", + "version": "3.0.1", "description": "An implementation of IPFS in JavaScript", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/helia#readme", @@ -57,9 +57,9 @@ "@chainsafe/libp2p-gossipsub": "^11.0.0", "@chainsafe/libp2p-noise": "^14.0.0", "@chainsafe/libp2p-yamux": "^6.0.1", - "@helia/block-brokers": "~0.0.0", + "@helia/block-brokers": "~1.0.0", "@helia/delegated-routing-v1-http-api-client": "^1.1.0", - "@helia/interface": "^3.0.0", + "@helia/interface": "^3.0.1", "@ipld/dag-cbor": "^9.0.0", "@ipld/dag-json": "^10.0.1", "@ipld/dag-pb": "^4.0.3", diff --git a/packages/interface/CHANGELOG.md b/packages/interface/CHANGELOG.md index d85f15d41..60c640e8c 100644 --- a/packages/interface/CHANGELOG.md +++ b/packages/interface/CHANGELOG.md @@ -10,6 +10,13 @@ * **dev:** bump aegir from 39.0.13 to 40.0.8 ([#198](https://github.com/ipfs/helia/issues/198)) ([4d75ecf](https://github.com/ipfs/helia/commit/4d75ecffb79e5177da35d3106e42dac7bc63153a)) +## [3.0.1](https://github.com/ipfs/helia/compare/interface-v3.0.0...interface-v3.0.1) (2024-01-09) + + +### Bug Fixes + +* create @helia/block-brokers package ([#341](https://github.com/ipfs/helia/issues/341)) ([#342](https://github.com/ipfs/helia/issues/342)) ([2979147](https://github.com/ipfs/helia/commit/297914756fa06dc0c28890a2654d1159d16689c2)) + ## [3.0.0](https://github.com/ipfs/helia/compare/interface-v2.1.0...interface-v3.0.0) (2024-01-07) diff --git a/packages/interface/package.json b/packages/interface/package.json index e3d343c76..6526f2285 100644 --- a/packages/interface/package.json +++ b/packages/interface/package.json @@ -1,6 +1,6 @@ { "name": "@helia/interface", - "version": "3.0.0", + "version": "3.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 9811d75a4..e990462e2 100644 --- a/packages/interop/CHANGELOG.md +++ b/packages/interop/CHANGELOG.md @@ -1,5 +1,51 @@ # Changelog +## [3.0.0](https://github.com/ipfs/helia/compare/interop-v2.0.0...interop-v3.0.0) (2024-01-09) + + +### ⚠ BREAKING CHANGES + +* uses multiformats v13 and helia v3 +* uses multiformats v13 and helia v3 +* uses multiformats v13 and helia v3 +* uses multiformats v13 and helia v3 +* uses multiformats v13 and helia v3 +* uses multiformats v13 and helia v3, renames `dht` routing to `libp2p` +* uses multiformats v13 +* uses multiformats v13 and helia v3 + +### Features + +* update helia to v3 and multiformats to v13 ([9f7dc0a](https://github.com/ipfs/helia/commit/9f7dc0a0581524531501fc062fefb6ba26d99c02)) +* update helia to v3 and multiformats to v13 ([#147](https://github.com/ipfs/helia/issues/147)) ([001247c](https://github.com/ipfs/helia/commit/001247c6fc38ff3d810736371de901e5e1099f26)) +* update helia to v3 and multiformats to v13 ([#167](https://github.com/ipfs/helia/issues/167)) ([a0381b9](https://github.com/ipfs/helia/commit/a0381b95051bbf3edfa4f53e0ae2d5f43c1e4382)) +* update helia to v3 and multiformats to v13 ([#45](https://github.com/ipfs/helia/issues/45)) ([f078447](https://github.com/ipfs/helia/commit/f078447b6eba4c3d404d62bb930757aa1c0efe74)) +* update helia to v3 and multiformats to v13 ([#45](https://github.com/ipfs/helia/issues/45)) ([3c7d9d4](https://github.com/ipfs/helia/commit/3c7d9d4a8e74e1a808c265fbc6ecbdc24f0f3da9)) +* update helia to v3 and multiformats to v13 ([#46](https://github.com/ipfs/helia/issues/46)) ([e3dc586](https://github.com/ipfs/helia/commit/e3dc5867ffc4de0dd3b05b56eb1b0ce98d50dcb1)) +* update helia to v3 and multiformats to v13 ([#52](https://github.com/ipfs/helia/issues/52)) ([6405c34](https://github.com/ipfs/helia/commit/6405c3487879614dc4dd7308b15c946d644e0488)) +* update helia to v3 and multiformats to v13 ([#87](https://github.com/ipfs/helia/issues/87)) ([ae7cbc9](https://github.com/ipfs/helia/commit/ae7cbc9a16a267cb0f6d7cecd381f919430afaea)) + + +### Bug Fixes + +* create @helia/block-brokers package ([#341](https://github.com/ipfs/helia/issues/341)) ([#342](https://github.com/ipfs/helia/issues/342)) ([2979147](https://github.com/ipfs/helia/commit/297914756fa06dc0c28890a2654d1159d16689c2)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @helia/block-brokers bumped from ~0.0.0 to ~1.0.0 + * @helia/car bumped from ^2.0.0 to ^2.0.1 + * @helia/dag-cbor bumped from ^2.0.0 to ^2.0.1 + * @helia/dag-json bumped from ^2.0.0 to ^2.0.1 + * @helia/interface bumped from ^3.0.0 to ^3.0.1 + * @helia/json bumped from ^2.0.0 to ^2.0.1 + * @helia/mfs bumped from ^2.0.0 to ^2.0.1 + * @helia/strings bumped from ^2.0.0 to ^2.0.1 + * @helia/unixfs bumped from ^2.0.0 to ^2.0.1 + * helia bumped from ^3.0.0 to ^3.0.1 + ## [2.0.0](https://github.com/ipfs/helia/compare/interop-v1.1.0...interop-v2.0.0) (2024-01-07) diff --git a/packages/interop/package.json b/packages/interop/package.json index a596423e5..53585727f 100644 --- a/packages/interop/package.json +++ b/packages/interop/package.json @@ -1,6 +1,6 @@ { "name": "@helia/interop", - "version": "2.0.0", + "version": "3.0.0", "description": "Interop tests for Helia", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/interop#readme", @@ -53,16 +53,16 @@ "test:electron-main": "aegir test -t electron-main" }, "devDependencies": { - "@helia/block-brokers": "~0.0.0", - "@helia/car": "^2.0.0", - "@helia/dag-cbor": "^2.0.0", - "@helia/dag-json": "^2.0.0", - "@helia/interface": "^3.0.0", + "@helia/block-brokers": "~1.0.0", + "@helia/car": "^2.0.1", + "@helia/dag-cbor": "^2.0.1", + "@helia/dag-json": "^2.0.1", + "@helia/interface": "^3.0.1", "@helia/ipns": "^4.0.0", - "@helia/json": "^2.0.0", - "@helia/mfs": "^2.0.0", - "@helia/strings": "^2.0.0", - "@helia/unixfs": "^2.0.0", + "@helia/json": "^2.0.1", + "@helia/mfs": "^2.0.1", + "@helia/strings": "^2.0.1", + "@helia/unixfs": "^2.0.1", "@ipld/car": "^5.2.5", "@ipld/dag-cbor": "^9.0.7", "@libp2p/interface": "^1.1.1", @@ -73,7 +73,7 @@ "@libp2p/websockets": "^8.0.1", "@multiformats/sha3": "^3.0.0", "aegir": "^42.1.0", - "helia": "^3.0.0", + "helia": "^3.0.1", "ipfs-core-types": "^0.14.1", "ipfs-unixfs-importer": "^15.2.3", "ipfsd-ctl": "^13.0.0", diff --git a/packages/json/CHANGELOG.md b/packages/json/CHANGELOG.md index 661239fe4..e74994181 100644 --- a/packages/json/CHANGELOG.md +++ b/packages/json/CHANGELOG.md @@ -9,6 +9,12 @@ * update helia to v3 and multiformats to v13 ([#46](https://github.com/ipfs/helia-json/issues/46)) ([e3dc586](https://github.com/ipfs/helia-json/commit/e3dc5867ffc4de0dd3b05b56eb1b0ce98d50dcb1)) +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^3.0.0 to ^3.0.1 + ## [@helia/json-v1.0.3](https://github.com/ipfs/helia-json/compare/@helia/json-v1.0.2...@helia/json-v1.0.3) (2023-10-07) diff --git a/packages/json/package.json b/packages/json/package.json index 13de8b011..aec71584c 100644 --- a/packages/json/package.json +++ b/packages/json/package.json @@ -1,6 +1,6 @@ { "name": "@helia/json", - "version": "2.0.0", + "version": "2.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": "^3.0.0", + "@helia/interface": "^3.0.1", "@libp2p/interfaces": "^3.3.1", "multiformats": "^13.0.0", "progress-events": "^1.0.0" diff --git a/packages/mfs/CHANGELOG.md b/packages/mfs/CHANGELOG.md index f06929f5a..01992e5d8 100644 --- a/packages/mfs/CHANGELOG.md +++ b/packages/mfs/CHANGELOG.md @@ -9,6 +9,13 @@ * update helia to v3 and multiformats to v13 ([9f7dc0a](https://github.com/ipfs/helia-mfs/commit/9f7dc0a0581524531501fc062fefb6ba26d99c02)) +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^3.0.0 to ^3.0.1 + * @helia/unixfs bumped from ^2.0.0 to ^2.0.1 + ## [@helia/mfs-v1.0.2](https://github.com/ipfs/helia-mfs/compare/@helia/mfs-v1.0.1...@helia/mfs-v1.0.2) (2023-10-07) diff --git a/packages/mfs/package.json b/packages/mfs/package.json index 18aba991a..5a950d852 100644 --- a/packages/mfs/package.json +++ b/packages/mfs/package.json @@ -1,6 +1,6 @@ { "name": "@helia/mfs", - "version": "2.0.0", + "version": "2.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,8 +139,8 @@ "release": "aegir release" }, "dependencies": { - "@helia/interface": "^3.0.0", - "@helia/unixfs": "^2.0.0", + "@helia/interface": "^3.0.1", + "@helia/unixfs": "^2.0.1", "@libp2p/interfaces": "^3.3.1", "@libp2p/logger": "^4.0.4", "interface-datastore": "^8.2.2", diff --git a/packages/strings/CHANGELOG.md b/packages/strings/CHANGELOG.md index 63cf240b1..794e80613 100644 --- a/packages/strings/CHANGELOG.md +++ b/packages/strings/CHANGELOG.md @@ -14,6 +14,12 @@ * update sibling dependencies ([1184ea6](https://github.com/ipfs/helia-strings/commit/1184ea695987cee7f922b7954c8bc626bc035dba)) +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^3.0.0 to ^3.0.1 + ## [@helia/strings-v1.0.1](https://github.com/ipfs/helia-strings/compare/@helia/strings-v1.0.0...@helia/strings-v1.0.1) (2023-10-06) diff --git a/packages/strings/package.json b/packages/strings/package.json index ae435a047..8ec8f1e41 100644 --- a/packages/strings/package.json +++ b/packages/strings/package.json @@ -1,6 +1,6 @@ { "name": "@helia/strings", - "version": "2.0.0", + "version": "2.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": "^3.0.0", + "@helia/interface": "^3.0.1", "@libp2p/interfaces": "^3.3.1", "multiformats": "^13.0.0", "progress-events": "^1.0.0", diff --git a/packages/unixfs/CHANGELOG.md b/packages/unixfs/CHANGELOG.md index 15ac02e7f..cefce2a01 100644 --- a/packages/unixfs/CHANGELOG.md +++ b/packages/unixfs/CHANGELOG.md @@ -14,6 +14,12 @@ * update sibling dependencies ([1b0b2ef](https://github.com/ipfs/helia-unixfs/commit/1b0b2ef05c5cbd78c3b5d5629237200a69bbd5dd)) +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^3.0.0 to ^3.0.1 + ## [@helia/unixfs-v1.4.3](https://github.com/ipfs/helia-unixfs/compare/@helia/unixfs-v1.4.2...@helia/unixfs-v1.4.3) (2023-12-03) diff --git a/packages/unixfs/package.json b/packages/unixfs/package.json index f38d6a33d..99db98aa4 100644 --- a/packages/unixfs/package.json +++ b/packages/unixfs/package.json @@ -1,6 +1,6 @@ { "name": "@helia/unixfs", - "version": "2.0.0", + "version": "2.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": "^3.0.0", + "@helia/interface": "^3.0.1", "@ipld/dag-pb": "^4.0.3", "@libp2p/interface": "^1.1.1", "@libp2p/logger": "^4.0.4",