Skip to content

Commit

Permalink
chore: release main (#123)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jun 13, 2024
1 parent ab2155f commit 4baeedc
Show file tree
Hide file tree
Showing 12 changed files with 54 additions and 20 deletions.
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@humanfs/core",
"version": "0.18.1",
"version": "0.18.2",
"exports": "./src/index.js",
"publish": {
"exclude": [
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
9 changes: 9 additions & 0 deletions packages/memory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/memory/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@humanfs/memory",
"version": "0.19.1",
"version": "0.19.2",
"exports": "./src/memory-hfs.js",
"publish": {
"exclude": [
Expand Down
4 changes: 2 additions & 2 deletions packages/memory/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -51,6 +51,6 @@
"@humanfs/types": "^0.14.0"
},
"dependencies": {
"@humanfs/core": "^0.18.1"
"@humanfs/core": "^0.18.2"
}
}
9 changes: 9 additions & 0 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -52,6 +52,6 @@
},
"dependencies": {
"@humanwhocodes/retry": "^0.3.0",
"@humanfs/core": "^0.18.1"
"@humanfs/core": "^0.18.2"
}
}
9 changes: 9 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions packages/web/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -57,6 +57,6 @@
"typescript": "^5.2.2"
},
"dependencies": {
"@humanfs/core": "^0.18.1"
"@humanfs/core": "^0.18.2"
}
}

0 comments on commit 4baeedc

Please sign in to comment.