From 1c2c4b09148a4feacaced5686c3a245709ba94b0 Mon Sep 17 00:00:00 2001 From: Alex Potsides Date: Thu, 4 Apr 2024 11:06:24 +0100 Subject: [PATCH] chore: release main (#477) --- .release-please-manifest.json | 10 +++++----- packages/car/CHANGELOG.md | 9 +++++++++ packages/car/package.json | 4 ++-- packages/interop/CHANGELOG.md | 12 ++++++++++++ packages/interop/package.json | 10 +++++----- packages/ipns/CHANGELOG.md | 12 ++++++++++++ packages/ipns/package.json | 2 +- packages/mfs/CHANGELOG.md | 9 +++++++++ packages/mfs/package.json | 4 ++-- packages/unixfs/CHANGELOG.md | 7 +++++++ packages/unixfs/package.json | 2 +- 11 files changed, 65 insertions(+), 16 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4113c613..fabe804f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,16 +1,16 @@ { "packages/block-brokers": "2.0.3", - "packages/car": "3.1.1", + "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.1", - "packages/ipns": "7.1.0", + "packages/interop": "6.0.2", + "packages/ipns": "7.2.0", "packages/json": "3.0.2", - "packages/mfs": "3.0.2", + "packages/mfs": "3.0.3", "packages/strings": "3.0.2", - "packages/unixfs": "3.0.2", + "packages/unixfs": "3.0.3", "packages/utils": "0.1.0", "packages/http": "1.0.3", "packages/routers": "1.0.2" diff --git a/packages/car/CHANGELOG.md b/packages/car/CHANGELOG.md index 128d32b6..b57f79a1 100644 --- a/packages/car/CHANGELOG.md +++ b/packages/car/CHANGELOG.md @@ -17,6 +17,15 @@ * devDependencies * @helia/unixfs bumped from ^2.0.0 to ^2.0.1 +## [3.1.2](https://github.com/ipfs/helia/compare/car-v3.1.1...car-v3.1.2) (2024-04-03) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @helia/unixfs bumped from ^3.0.2 to ^3.0.3 + ## [3.1.1](https://github.com/ipfs/helia/compare/car-v3.1.0...car-v3.1.1) (2024-03-14) diff --git a/packages/car/package.json b/packages/car/package.json index 9048d2aa..c62d54ab 100644 --- a/packages/car/package.json +++ b/packages/car/package.json @@ -1,6 +1,6 @@ { "name": "@helia/car", - "version": "3.1.1", + "version": "3.1.2", "description": "Import/export car files from Helia", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/car#readme", @@ -151,7 +151,7 @@ "progress-events": "^1.0.0" }, "devDependencies": { - "@helia/unixfs": "^3.0.2", + "@helia/unixfs": "^3.0.3", "@ipld/dag-pb": "^4.1.0", "aegir": "^42.2.5", "blockstore-core": "^4.4.0", diff --git a/packages/interop/CHANGELOG.md b/packages/interop/CHANGELOG.md index 7c92622d..ac162d77 100644 --- a/packages/interop/CHANGELOG.md +++ b/packages/interop/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [6.0.2](https://github.com/ipfs/helia/compare/interop-v6.0.1...interop-v6.0.2) (2024-04-03) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/car bumped from ^3.1.1 to ^3.1.2 + * @helia/ipns bumped from ^7.1.0 to ^7.2.0 + * @helia/mfs bumped from ^3.0.2 to ^3.0.3 + * @helia/unixfs bumped from ^3.0.2 to ^3.0.3 + ## [6.0.1](https://github.com/ipfs/helia/compare/interop-v6.0.0...interop-v6.0.1) (2024-03-15) diff --git a/packages/interop/package.json b/packages/interop/package.json index 9644fbc2..a65df45c 100644 --- a/packages/interop/package.json +++ b/packages/interop/package.json @@ -1,6 +1,6 @@ { "name": "@helia/interop", - "version": "6.0.1", + "version": "6.0.2", "description": "Interop tests for Helia", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/interop#readme", @@ -59,17 +59,17 @@ "dependencies": { "@chainsafe/libp2p-gossipsub": "^13.0.0", "@helia/block-brokers": "^2.0.3", - "@helia/car": "^3.1.1", + "@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.1.0", + "@helia/ipns": "^7.2.0", "@helia/json": "^3.0.2", - "@helia/mfs": "^3.0.2", + "@helia/mfs": "^3.0.3", "@helia/routers": "^1.0.2", "@helia/strings": "^3.0.2", - "@helia/unixfs": "^3.0.2", + "@helia/unixfs": "^3.0.3", "@ipld/car": "^5.3.0", "@ipld/dag-cbor": "^9.2.0", "@libp2p/interface": "^1.1.4", diff --git a/packages/ipns/CHANGELOG.md b/packages/ipns/CHANGELOG.md index 72798480..112ccf78 100644 --- a/packages/ipns/CHANGELOG.md +++ b/packages/ipns/CHANGELOG.md @@ -16,6 +16,18 @@ * dependencies * @helia/interface bumped from ^4.0.1 to ^4.1.0 +## [7.2.0](https://github.com/ipfs/helia/compare/ipns-v7.1.0...ipns-v7.2.0) (2024-04-03) + + +### Features + +* add cache control to IPNS ([#473](https://github.com/ipfs/helia/issues/473)) ([b00f682](https://github.com/ipfs/helia/commit/b00f682647d3687e54bd48f8f68ab79d1e4e96cc)) + + +### Bug Fixes + +* respect the IPNS TTL field ([#482](https://github.com/ipfs/helia/issues/482)) ([1561e4a](https://github.com/ipfs/helia/commit/1561e4a106074b94e421a77b0b8776b065e48bc5)) + ## [7.1.0](https://github.com/ipfs/helia/compare/ipns-v7.0.0...ipns-v7.1.0) (2024-03-15) diff --git a/packages/ipns/package.json b/packages/ipns/package.json index 77e9a7d5..7eca5a72 100644 --- a/packages/ipns/package.json +++ b/packages/ipns/package.json @@ -1,6 +1,6 @@ { "name": "@helia/ipns", - "version": "7.1.0", + "version": "7.2.0", "description": "An implementation of IPNS for Helia", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/ipns#readme", diff --git a/packages/mfs/CHANGELOG.md b/packages/mfs/CHANGELOG.md index f0489f08..4d9a2c0d 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.3](https://github.com/ipfs/helia/compare/mfs-v3.0.2...mfs-v3.0.3) (2024-04-03) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/unixfs bumped from ^3.0.2 to ^3.0.3 + ## [3.0.2](https://github.com/ipfs/helia/compare/mfs-v3.0.1...mfs-v3.0.2) (2024-03-14) diff --git a/packages/mfs/package.json b/packages/mfs/package.json index e90b2318..0060752f 100644 --- a/packages/mfs/package.json +++ b/packages/mfs/package.json @@ -1,6 +1,6 @@ { "name": "@helia/mfs", - "version": "3.0.2", + "version": "3.0.3", "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.2", + "@helia/unixfs": "^3.0.3", "@libp2p/interfaces": "^3.3.2", "@libp2p/logger": "^4.0.7", "interface-blockstore": "^5.2.10", diff --git a/packages/unixfs/CHANGELOG.md b/packages/unixfs/CHANGELOG.md index 63e91320..7183b8cf 100644 --- a/packages/unixfs/CHANGELOG.md +++ b/packages/unixfs/CHANGELOG.md @@ -20,6 +20,13 @@ * dependencies * @helia/interface bumped from ^3.0.0 to ^3.0.1 +## [3.0.3](https://github.com/ipfs/helia/compare/unixfs-v3.0.2...unixfs-v3.0.3) (2024-04-03) + + +### Bug Fixes + +* Add GlobSourceResult to globSource return type in unixfs. ([#475](https://github.com/ipfs/helia/issues/475)) ([9ac5909](https://github.com/ipfs/helia/commit/9ac59098d3e4c8644756a83b185308d7d91626c1)) + ## [3.0.2](https://github.com/ipfs/helia/compare/unixfs-v3.0.1...unixfs-v3.0.2) (2024-03-14) diff --git a/packages/unixfs/package.json b/packages/unixfs/package.json index 8ed699be..2087e31d 100644 --- a/packages/unixfs/package.json +++ b/packages/unixfs/package.json @@ -1,6 +1,6 @@ { "name": "@helia/unixfs", - "version": "3.0.2", + "version": "3.0.3", "description": "A Helia-compatible wrapper for UnixFS", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/unixfs#readme",