From 4baeedc39f7665d67e971c2021d699884d6d4e96 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 11:50:39 -0400 Subject: [PATCH] chore: release main (#123) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 8 ++++---- package-lock.json | 14 +++++++------- packages/core/CHANGELOG.md | 7 +++++++ packages/core/deno.json | 2 +- packages/core/package.json | 2 +- packages/memory/CHANGELOG.md | 9 +++++++++ packages/memory/deno.json | 2 +- packages/memory/package.json | 4 ++-- packages/node/CHANGELOG.md | 9 +++++++++ packages/node/package.json | 4 ++-- packages/web/CHANGELOG.md | 9 +++++++++ packages/web/package.json | 4 ++-- 12 files changed, 54 insertions(+), 20 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 82a7441..51b3781 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,9 +1,9 @@ { "packages/types": "0.14.0", "packages/test": "0.14.1", - "packages/core": "0.18.1", - "packages/node": "0.16.2", + "packages/core": "0.18.2", + "packages/node": "0.16.3", "packages/deno": "0.16.2", - "packages/memory": "0.19.1", - "packages/web": "0.13.2" + "packages/memory": "0.19.2", + "packages/web": "0.13.3" } diff --git a/package-lock.json b/package-lock.json index ce68a0e..37e7a2e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8791,7 +8791,7 @@ }, "packages/core": { "name": "@humanfs/core", - "version": "0.18.1", + "version": "0.18.2", "license": "Apache-2.0", "devDependencies": { "@humanfs/types": "^0.14.0", @@ -8820,10 +8820,10 @@ }, "packages/memory": { "name": "@humanfs/memory", - "version": "0.19.1", + "version": "0.19.2", "license": "Apache-2.0", "dependencies": { - "@humanfs/core": "^0.18.1" + "@humanfs/core": "^0.18.2" }, "devDependencies": { "@humanfs/test": "^0.14.1", @@ -8838,10 +8838,10 @@ }, "packages/node": { "name": "@humanfs/node", - "version": "0.16.2", + "version": "0.16.3", "license": "Apache-2.0", "dependencies": { - "@humanfs/core": "^0.18.1", + "@humanfs/core": "^0.18.2", "@humanwhocodes/retry": "^0.3.0" }, "devDependencies": { @@ -8879,10 +8879,10 @@ }, "packages/web": { "name": "@humanfs/web", - "version": "0.13.2", + "version": "0.13.3", "license": "Apache-2.0", "dependencies": { - "@humanfs/core": "^0.18.1" + "@humanfs/core": "^0.18.2" }, "devDependencies": { "@humanfs/test": "^0.14.1", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index f1339a3..7429594 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -6,6 +6,13 @@ * devDependencies * fsx-types bumped from ^0.0.2 to ^0.0.3 +## [0.18.2](https://github.com/humanwhocodes/humanfs/compare/core-v0.18.1...core-v0.18.2) (2024-06-13) + + +### Bug Fixes + +* Hfs#walk() entry paths ([#122](https://github.com/humanwhocodes/humanfs/issues/122)) ([ab2155f](https://github.com/humanwhocodes/humanfs/commit/ab2155f5afc8ee6230d9ad2faedc93067471dbf9)) + ## [0.18.1](https://github.com/humanwhocodes/humanfs/compare/core-v0.18.0...core-v0.18.1) (2024-06-12) diff --git a/packages/core/deno.json b/packages/core/deno.json index aadaf78..90f867c 100644 --- a/packages/core/deno.json +++ b/packages/core/deno.json @@ -1,6 +1,6 @@ { "name": "@humanfs/core", - "version": "0.18.1", + "version": "0.18.2", "exports": "./src/index.js", "publish": { "exclude": [ diff --git a/packages/core/package.json b/packages/core/package.json index 6cc8466..ddaefa6 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@humanfs/core", - "version": "0.18.1", + "version": "0.18.2", "description": "The core of the humanfs library.", "type": "module", "main": "dist/index.js", diff --git a/packages/memory/CHANGELOG.md b/packages/memory/CHANGELOG.md index 8da3728..b4291ba 100644 --- a/packages/memory/CHANGELOG.md +++ b/packages/memory/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.19.2](https://github.com/humanwhocodes/humanfs/compare/memory-v0.19.1...memory-v0.19.2) (2024-06-13) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @humanfs/core bumped from ^0.18.1 to ^0.18.2 + ## [0.19.1](https://github.com/humanwhocodes/humanfs/compare/memory-v0.19.0...memory-v0.19.1) (2024-06-12) diff --git a/packages/memory/deno.json b/packages/memory/deno.json index 658159b..ef41d64 100644 --- a/packages/memory/deno.json +++ b/packages/memory/deno.json @@ -1,6 +1,6 @@ { "name": "@humanfs/memory", - "version": "0.19.1", + "version": "0.19.2", "exports": "./src/memory-hfs.js", "publish": { "exclude": [ diff --git a/packages/memory/package.json b/packages/memory/package.json index 03fd97b..b77694c 100644 --- a/packages/memory/package.json +++ b/packages/memory/package.json @@ -1,6 +1,6 @@ { "name": "@humanfs/memory", - "version": "0.19.1", + "version": "0.19.2", "description": "The in-memory bindings for the hfs library.", "type": "module", "main": "dist/memory-hfs.js", @@ -51,6 +51,6 @@ "@humanfs/types": "^0.14.0" }, "dependencies": { - "@humanfs/core": "^0.18.1" + "@humanfs/core": "^0.18.2" } } diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index 82ac08b..1b72f3f 100644 --- a/packages/node/CHANGELOG.md +++ b/packages/node/CHANGELOG.md @@ -6,6 +6,15 @@ * dependencies * @humanfs/core bumped from ^0.14.0 to ^0.15.0 +## [0.16.3](https://github.com/humanwhocodes/humanfs/compare/node-v0.16.2...node-v0.16.3) (2024-06-13) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @humanfs/core bumped from ^0.18.1 to ^0.18.2 + ## [0.16.2](https://github.com/humanwhocodes/humanfs/compare/node-v0.16.1...node-v0.16.2) (2024-06-12) diff --git a/packages/node/package.json b/packages/node/package.json index aa4db32..4d10631 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@humanfs/node", - "version": "0.16.2", + "version": "0.16.3", "description": "The Node.js bindings of the humanfs library.", "type": "module", "main": "dist/index.js", @@ -52,6 +52,6 @@ }, "dependencies": { "@humanwhocodes/retry": "^0.3.0", - "@humanfs/core": "^0.18.1" + "@humanfs/core": "^0.18.2" } } diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index bafccff..761040f 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.13.3](https://github.com/humanwhocodes/humanfs/compare/web-v0.13.2...web-v0.13.3) (2024-06-13) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @humanfs/core bumped from ^0.18.1 to ^0.18.2 + ## [0.13.2](https://github.com/humanwhocodes/humanfs/compare/web-v0.13.1...web-v0.13.2) (2024-06-12) diff --git a/packages/web/package.json b/packages/web/package.json index d94b9ca..0ee7269 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@humanfs/web", - "version": "0.13.2", + "version": "0.13.3", "description": "The in-web bindings for the hfs library.", "type": "module", "types": "dist/index.d.ts", @@ -57,6 +57,6 @@ "typescript": "^5.2.2" }, "dependencies": { - "@humanfs/core": "^0.18.1" + "@humanfs/core": "^0.18.2" } }