diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fabe804f1..207dc59ef 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,17 +1,17 @@ { - "packages/block-brokers": "2.0.3", - "packages/car": "3.1.2", - "packages/dag-cbor": "3.0.2", - "packages/dag-json": "3.0.2", - "packages/helia": "4.1.0", - "packages/interface": "4.1.0", - "packages/interop": "6.0.2", - "packages/ipns": "7.2.0", - "packages/json": "3.0.2", - "packages/mfs": "3.0.3", - "packages/strings": "3.0.2", - "packages/unixfs": "3.0.3", - "packages/utils": "0.1.0", - "packages/http": "1.0.3", - "packages/routers": "1.0.2" + "packages/block-brokers": "2.1.0", + "packages/car": "3.1.3", + "packages/dag-cbor": "3.0.3", + "packages/dag-json": "3.0.3", + "packages/helia": "4.1.1", + "packages/interface": "4.2.0", + "packages/interop": "6.0.3", + "packages/ipns": "7.2.1", + "packages/json": "3.0.3", + "packages/mfs": "3.0.4", + "packages/strings": "3.0.3", + "packages/unixfs": "3.0.4", + "packages/utils": "0.2.0", + "packages/http": "1.0.4", + "packages/routers": "1.0.3" } diff --git a/packages/block-brokers/CHANGELOG.md b/packages/block-brokers/CHANGELOG.md index 6f619dc9f..c78697f84 100644 --- a/packages/block-brokers/CHANGELOG.md +++ b/packages/block-brokers/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [2.1.0](https://github.com/ipfs/helia/compare/block-brokers-v2.0.3...block-brokers-v2.1.0) (2024-04-04) + + +### Features + +* add block session support to @helia/interface ([#398](https://github.com/ipfs/helia/issues/398)) ([5cf216b](https://github.com/ipfs/helia/commit/5cf216baa6806cd82f8fcddd1f024ef6a506f667)) +* add sessions to trustless gateways ([#459](https://github.com/ipfs/helia/issues/459)) ([6ddefb0](https://github.com/ipfs/helia/commit/6ddefb01154b970f5ab7ec7cb7445d9eedbc5474)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^4.1.0 to ^4.2.0 + ## [2.0.3](https://github.com/ipfs/helia/compare/block-brokers-v2.0.2...block-brokers-v2.0.3) (2024-03-14) diff --git a/packages/block-brokers/package.json b/packages/block-brokers/package.json index 9de7a4740..da4ceb881 100644 --- a/packages/block-brokers/package.json +++ b/packages/block-brokers/package.json @@ -1,6 +1,6 @@ { "name": "@helia/block-brokers", - "version": "2.0.3", + "version": "2.1.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": "^4.1.0", + "@helia/interface": "^4.2.0", "@libp2p/interface": "^1.1.4", "@libp2p/utils": "^5.2.6", "@multiformats/multiaddr-matcher": "^1.2.0", diff --git a/packages/car/CHANGELOG.md b/packages/car/CHANGELOG.md index b57f79a1d..5afb66b8a 100644 --- a/packages/car/CHANGELOG.md +++ b/packages/car/CHANGELOG.md @@ -17,6 +17,17 @@ * devDependencies * @helia/unixfs bumped from ^2.0.0 to ^2.0.1 +## [3.1.3](https://github.com/ipfs/helia/compare/car-v3.1.2...car-v3.1.3) (2024-04-04) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^4.1.0 to ^4.2.0 + * devDependencies + * @helia/unixfs bumped from ^3.0.3 to ^3.0.4 + ## [3.1.2](https://github.com/ipfs/helia/compare/car-v3.1.1...car-v3.1.2) (2024-04-03) diff --git a/packages/car/package.json b/packages/car/package.json index c62d54ab5..f76db1291 100644 --- a/packages/car/package.json +++ b/packages/car/package.json @@ -1,6 +1,6 @@ { "name": "@helia/car", - "version": "3.1.2", + "version": "3.1.3", "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.1.0", + "@helia/interface": "^4.2.0", "@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.3", + "@helia/unixfs": "^3.0.4", "@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 91a574a2d..f2ea3d6a6 100644 --- a/packages/dag-cbor/CHANGELOG.md +++ b/packages/dag-cbor/CHANGELOG.md @@ -15,6 +15,15 @@ * dependencies * @helia/interface bumped from ^3.0.0 to ^3.0.1 +## [3.0.3](https://github.com/ipfs/helia/compare/dag-cbor-v3.0.2...dag-cbor-v3.0.3) (2024-04-04) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^4.1.0 to ^4.2.0 + ## [3.0.2](https://github.com/ipfs/helia/compare/dag-cbor-v3.0.1...dag-cbor-v3.0.2) (2024-03-14) diff --git a/packages/dag-cbor/package.json b/packages/dag-cbor/package.json index a28b198ab..e8e63a8e8 100644 --- a/packages/dag-cbor/package.json +++ b/packages/dag-cbor/package.json @@ -1,6 +1,6 @@ { "name": "@helia/dag-cbor", - "version": "3.0.2", + "version": "3.0.3", "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.1.0", + "@helia/interface": "^4.2.0", "@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 6f98b650f..e8bf21d86 100644 --- a/packages/dag-json/CHANGELOG.md +++ b/packages/dag-json/CHANGELOG.md @@ -15,6 +15,15 @@ * dependencies * @helia/interface bumped from ^3.0.0 to ^3.0.1 +## [3.0.3](https://github.com/ipfs/helia/compare/dag-json-v3.0.2...dag-json-v3.0.3) (2024-04-04) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^4.1.0 to ^4.2.0 + ## [3.0.2](https://github.com/ipfs/helia/compare/dag-json-v3.0.1...dag-json-v3.0.2) (2024-03-14) diff --git a/packages/dag-json/package.json b/packages/dag-json/package.json index 2a0c61a30..b9728b6d0 100644 --- a/packages/dag-json/package.json +++ b/packages/dag-json/package.json @@ -1,6 +1,6 @@ { "name": "@helia/dag-json", - "version": "3.0.2", + "version": "3.0.3", "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.1.0", + "@helia/interface": "^4.2.0", "@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 2b13dce6b..0257e137c 100644 --- a/packages/helia/CHANGELOG.md +++ b/packages/helia/CHANGELOG.md @@ -12,6 +12,18 @@ * dependencies * @helia/block-brokers bumped from ^2.0.0 to ^2.0.1 +## [4.1.1](https://github.com/ipfs/helia/compare/helia-v4.1.0...helia-v4.1.1) (2024-04-04) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/block-brokers bumped from ^2.0.3 to ^2.1.0 + * @helia/interface bumped from ^4.1.0 to ^4.2.0 + * @helia/routers bumped from ^1.0.2 to ^1.0.3 + * @helia/utils bumped from ^0.1.0 to ^0.2.0 + ## [4.1.0](https://github.com/ipfs/helia/compare/helia-v4.0.2...helia-v4.1.0) (2024-03-14) diff --git a/packages/helia/package.json b/packages/helia/package.json index 7f40416f3..8da53faba 100644 --- a/packages/helia/package.json +++ b/packages/helia/package.json @@ -1,6 +1,6 @@ { "name": "helia", - "version": "4.1.0", + "version": "4.1.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", @@ -56,11 +56,11 @@ "dependencies": { "@chainsafe/libp2p-noise": "^15.0.0", "@chainsafe/libp2p-yamux": "^6.0.2", - "@helia/block-brokers": "^2.0.3", + "@helia/block-brokers": "^2.1.0", "@helia/delegated-routing-v1-http-api-client": "^3.0.0", - "@helia/interface": "^4.1.0", - "@helia/routers": "^1.0.2", - "@helia/utils": "^0.1.0", + "@helia/interface": "^4.2.0", + "@helia/routers": "^1.0.3", + "@helia/utils": "^0.2.0", "@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 f209041c0..4bd139364 100644 --- a/packages/http/CHANGELOG.md +++ b/packages/http/CHANGELOG.md @@ -6,6 +6,18 @@ * dependencies * @helia/block-brokers bumped from ^2.0.0 to ^2.0.1 +## [1.0.4](https://github.com/ipfs/helia/compare/http-v1.0.3...http-v1.0.4) (2024-04-04) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/block-brokers bumped from ^2.0.3 to ^2.1.0 + * @helia/interface bumped from ^4.1.0 to ^4.2.0 + * @helia/routers bumped from ^1.0.2 to ^1.0.3 + * @helia/utils bumped from ^0.1.0 to ^0.2.0 + ## [1.0.3](https://github.com/ipfs/helia/compare/http-v1.0.2...http-v1.0.3) (2024-03-14) diff --git a/packages/http/package.json b/packages/http/package.json index 4b5ab3b25..4b0a8523a 100644 --- a/packages/http/package.json +++ b/packages/http/package.json @@ -1,6 +1,6 @@ { "name": "@helia/http", - "version": "1.0.3", + "version": "1.0.4", "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.3", - "@helia/interface": "^4.1.0", - "@helia/routers": "^1.0.2", - "@helia/utils": "^0.1.0", + "@helia/block-brokers": "^2.1.0", + "@helia/interface": "^4.2.0", + "@helia/routers": "^1.0.3", + "@helia/utils": "^0.2.0", "blockstore-core": "^4.4.0", "datastore-core": "^9.2.9" }, diff --git a/packages/interface/CHANGELOG.md b/packages/interface/CHANGELOG.md index be2f4569d..bd6ca5a9a 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)) +## [4.2.0](https://github.com/ipfs/helia/compare/interface-v4.1.0...interface-v4.2.0) (2024-04-04) + + +### Features + +* add block session support to @helia/interface ([#398](https://github.com/ipfs/helia/issues/398)) ([5cf216b](https://github.com/ipfs/helia/commit/5cf216baa6806cd82f8fcddd1f024ef6a506f667)) + ## [4.1.0](https://github.com/ipfs/helia/compare/interface-v4.0.1...interface-v4.1.0) (2024-03-14) diff --git a/packages/interface/package.json b/packages/interface/package.json index 055773ce9..a9f940f98 100644 --- a/packages/interface/package.json +++ b/packages/interface/package.json @@ -1,6 +1,6 @@ { "name": "@helia/interface", - "version": "4.1.0", + "version": "4.2.0", "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 ac162d77e..c32821a99 100644 --- a/packages/interop/CHANGELOG.md +++ b/packages/interop/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [6.0.3](https://github.com/ipfs/helia/compare/interop-v6.0.2...interop-v6.0.3) (2024-04-04) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/block-brokers bumped from ^2.0.3 to ^2.1.0 + * @helia/car bumped from ^3.1.2 to ^3.1.3 + * @helia/dag-cbor bumped from ^3.0.2 to ^3.0.3 + * @helia/dag-json bumped from ^3.0.2 to ^3.0.3 + * @helia/http bumped from ^1.0.3 to ^1.0.4 + * @helia/interface bumped from ^4.1.0 to ^4.2.0 + * @helia/ipns bumped from ^7.2.0 to ^7.2.1 + * @helia/json bumped from ^3.0.2 to ^3.0.3 + * @helia/mfs bumped from ^3.0.3 to ^3.0.4 + * @helia/routers bumped from ^1.0.2 to ^1.0.3 + * @helia/strings bumped from ^3.0.2 to ^3.0.3 + * @helia/unixfs bumped from ^3.0.3 to ^3.0.4 + * helia bumped from ^4.1.0 to ^4.1.1 + ## [6.0.2](https://github.com/ipfs/helia/compare/interop-v6.0.1...interop-v6.0.2) (2024-04-03) diff --git a/packages/interop/package.json b/packages/interop/package.json index a65df45c4..a0a425dd4 100644 --- a/packages/interop/package.json +++ b/packages/interop/package.json @@ -1,6 +1,6 @@ { "name": "@helia/interop", - "version": "6.0.2", + "version": "6.0.3", "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.3", - "@helia/car": "^3.1.2", - "@helia/dag-cbor": "^3.0.2", - "@helia/dag-json": "^3.0.2", - "@helia/http": "^1.0.3", - "@helia/interface": "^4.1.0", - "@helia/ipns": "^7.2.0", - "@helia/json": "^3.0.2", - "@helia/mfs": "^3.0.3", - "@helia/routers": "^1.0.2", - "@helia/strings": "^3.0.2", - "@helia/unixfs": "^3.0.3", + "@helia/block-brokers": "^2.1.0", + "@helia/car": "^3.1.3", + "@helia/dag-cbor": "^3.0.3", + "@helia/dag-json": "^3.0.3", + "@helia/http": "^1.0.4", + "@helia/interface": "^4.2.0", + "@helia/ipns": "^7.2.1", + "@helia/json": "^3.0.3", + "@helia/mfs": "^3.0.4", + "@helia/routers": "^1.0.3", + "@helia/strings": "^3.0.3", + "@helia/unixfs": "^3.0.4", "@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.1.0", + "helia": "^4.1.1", "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 112ccf78a..602601380 100644 --- a/packages/ipns/CHANGELOG.md +++ b/packages/ipns/CHANGELOG.md @@ -16,6 +16,15 @@ * dependencies * @helia/interface bumped from ^4.0.1 to ^4.1.0 +## [7.2.1](https://github.com/ipfs/helia/compare/ipns-v7.2.0...ipns-v7.2.1) (2024-04-04) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^4.1.0 to ^4.2.0 + ## [7.2.0](https://github.com/ipfs/helia/compare/ipns-v7.1.0...ipns-v7.2.0) (2024-04-03) diff --git a/packages/ipns/package.json b/packages/ipns/package.json index 7eca5a72d..fe35d28ef 100644 --- a/packages/ipns/package.json +++ b/packages/ipns/package.json @@ -1,6 +1,6 @@ { "name": "@helia/ipns", - "version": "7.2.0", + "version": "7.2.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.1.0", + "@helia/interface": "^4.2.0", "@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 bd79ac1da..4fb2f79cd 100644 --- a/packages/json/CHANGELOG.md +++ b/packages/json/CHANGELOG.md @@ -15,6 +15,15 @@ * dependencies * @helia/interface bumped from ^3.0.0 to ^3.0.1 +## [3.0.3](https://github.com/ipfs/helia/compare/json-v3.0.2...json-v3.0.3) (2024-04-04) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^4.1.0 to ^4.2.0 + ## [3.0.2](https://github.com/ipfs/helia/compare/json-v3.0.1...json-v3.0.2) (2024-03-14) diff --git a/packages/json/package.json b/packages/json/package.json index b261697b2..00c0547cb 100644 --- a/packages/json/package.json +++ b/packages/json/package.json @@ -1,6 +1,6 @@ { "name": "@helia/json", - "version": "3.0.2", + "version": "3.0.3", "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.1.0", + "@helia/interface": "^4.2.0", "@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 4d9a2c0d3..29d97d545 100644 --- a/packages/mfs/CHANGELOG.md +++ b/packages/mfs/CHANGELOG.md @@ -16,6 +16,15 @@ * @helia/interface bumped from ^3.0.0 to ^3.0.1 * @helia/unixfs bumped from ^2.0.0 to ^2.0.1 +## [3.0.4](https://github.com/ipfs/helia/compare/mfs-v3.0.3...mfs-v3.0.4) (2024-04-04) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/unixfs bumped from ^3.0.3 to ^3.0.4 + ## [3.0.3](https://github.com/ipfs/helia/compare/mfs-v3.0.2...mfs-v3.0.3) (2024-04-03) diff --git a/packages/mfs/package.json b/packages/mfs/package.json index 0060752fe..681520756 100644 --- a/packages/mfs/package.json +++ b/packages/mfs/package.json @@ -1,6 +1,6 @@ { "name": "@helia/mfs", - "version": "3.0.3", + "version": "3.0.4", "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.3", + "@helia/unixfs": "^3.0.4", "@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 a13a78bc4..2a0e728bf 100644 --- a/packages/routers/CHANGELOG.md +++ b/packages/routers/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.0.3](https://github.com/ipfs/helia/compare/routers-v1.0.2...routers-v1.0.3) (2024-04-04) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^4.1.0 to ^4.2.0 + ## [1.0.2](https://github.com/ipfs/helia/compare/routers-v1.0.1...routers-v1.0.2) (2024-03-14) diff --git a/packages/routers/package.json b/packages/routers/package.json index 6e92bbf80..e58a2d032 100644 --- a/packages/routers/package.json +++ b/packages/routers/package.json @@ -1,6 +1,6 @@ { "name": "@helia/routers", - "version": "1.0.2", + "version": "1.0.3", "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.1.0", + "@helia/interface": "^4.2.0", "@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 2e5424da2..945b31ebb 100644 --- a/packages/strings/CHANGELOG.md +++ b/packages/strings/CHANGELOG.md @@ -20,6 +20,15 @@ * dependencies * @helia/interface bumped from ^3.0.0 to ^3.0.1 +## [3.0.3](https://github.com/ipfs/helia/compare/strings-v3.0.2...strings-v3.0.3) (2024-04-04) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^4.1.0 to ^4.2.0 + ## [3.0.2](https://github.com/ipfs/helia/compare/strings-v3.0.1...strings-v3.0.2) (2024-03-14) diff --git a/packages/strings/package.json b/packages/strings/package.json index 4dd3e693c..7f6c1822a 100644 --- a/packages/strings/package.json +++ b/packages/strings/package.json @@ -1,6 +1,6 @@ { "name": "@helia/strings", - "version": "3.0.2", + "version": "3.0.3", "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.1.0", + "@helia/interface": "^4.2.0", "@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 7183b8cff..c796aaa24 100644 --- a/packages/unixfs/CHANGELOG.md +++ b/packages/unixfs/CHANGELOG.md @@ -20,6 +20,15 @@ * dependencies * @helia/interface bumped from ^3.0.0 to ^3.0.1 +## [3.0.4](https://github.com/ipfs/helia/compare/unixfs-v3.0.3...unixfs-v3.0.4) (2024-04-04) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^4.1.0 to ^4.2.0 + ## [3.0.3](https://github.com/ipfs/helia/compare/unixfs-v3.0.2...unixfs-v3.0.3) (2024-04-03) diff --git a/packages/unixfs/package.json b/packages/unixfs/package.json index 2087e31d0..cec012edb 100644 --- a/packages/unixfs/package.json +++ b/packages/unixfs/package.json @@ -1,6 +1,6 @@ { "name": "@helia/unixfs", - "version": "3.0.3", + "version": "3.0.4", "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.1.0", + "@helia/interface": "^4.2.0", "@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 ad06a618d..e6d4b69c8 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -12,6 +12,20 @@ * dependencies * @helia/interface bumped from ^3.0.1 to ^4.0.0 +## [0.2.0](https://github.com/ipfs/helia/compare/utils-v0.1.0...utils-v0.2.0) (2024-04-04) + + +### Features + +* add block session support to @helia/interface ([#398](https://github.com/ipfs/helia/issues/398)) ([5cf216b](https://github.com/ipfs/helia/commit/5cf216baa6806cd82f8fcddd1f024ef6a506f667)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ^4.1.0 to ^4.2.0 + ## [0.1.0](https://github.com/ipfs/helia/compare/utils-v0.0.2...utils-v0.1.0) (2024-03-14) diff --git a/packages/utils/package.json b/packages/utils/package.json index 120511365..7811f4de0 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@helia/utils", - "version": "0.1.0", + "version": "0.2.0", "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.1.0", + "@helia/interface": "^4.2.0", "@ipld/dag-cbor": "^9.2.0", "@ipld/dag-json": "^10.2.0", "@ipld/dag-pb": "^4.1.0",