Skip to content

Commit

Permalink
chore: release main (#136)
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 Oct 18, 2024
1 parent 05873f8 commit c6aab46
Show file tree
Hide file tree
Showing 14 changed files with 72 additions and 27 deletions.
10 changes: 5 additions & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"packages/box": "0.1.1",
"packages/box": "0.1.2",
"packages/types": "0.15.0",
"packages/test": "0.15.0",
"packages/core": "0.19.0",
"packages/node": "0.16.5",
"packages/core": "0.19.1",
"packages/node": "0.16.6",
"packages/deno": "0.17.0",
"packages/memory": "0.19.4",
"packages/web": "0.14.0"
"packages/memory": "0.19.5",
"packages/web": "0.14.1"
}
20 changes: 10 additions & 10 deletions package-lock.json

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

11 changes: 11 additions & 0 deletions packages/box/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.1.2](https://github.com/humanwhocodes/humanfs/compare/box-v0.1.1...box-v0.1.2) (2024-10-18)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @humanfs/core bumped from ^0.19.0 to ^0.19.1
* devDependencies
* @humanfs/memory bumped from ^0.19.4 to ^0.19.5

## [0.1.1](https://github.com/humanwhocodes/humanfs/compare/box-v0.1.0...box-v0.1.1) (2024-09-09)


Expand Down
6 changes: 3 additions & 3 deletions packages/box/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@humanfs/box",
"version": "0.1.1",
"version": "0.1.2",
"description": "The Box API bindings for the hfs library.",
"type": "module",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -43,7 +43,7 @@
"node": ">=18.18.0"
},
"devDependencies": {
"@humanfs/memory": "^0.19.4",
"@humanfs/memory": "^0.19.5",
"@humanfs/test": "^0.15.0",
"@humanfs/types": "^0.15.0",
"@humanwhocodes/object-store": "^0.2.0",
Expand All @@ -54,6 +54,6 @@
"typescript": "^5.2.2"
},
"dependencies": {
"@humanfs/core": "^0.19.0"
"@humanfs/core": "^0.19.1"
}
}
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.19.1](https://github.com/humanwhocodes/humanfs/compare/core-v0.19.0...core-v0.19.1) (2024-10-18)


### Bug Fixes

* Ensure walk() doesn't error out on directory ENOENT ([#135](https://github.com/humanwhocodes/humanfs/issues/135)) ([05873f8](https://github.com/humanwhocodes/humanfs/commit/05873f8f5dc38a675c3bf13091906bb56bffffc6))

## [0.19.0](https://github.com/humanwhocodes/humanfs/compare/core-v0.18.2...core-v0.19.0) (2024-09-09)


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.19.0",
"version": "0.19.1",
"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.19.0",
"version": "0.19.1",
"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.5](https://github.com/humanwhocodes/humanfs/compare/memory-v0.19.4...memory-v0.19.5) (2024-10-18)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @humanfs/core bumped from ^0.19.0 to ^0.19.1

## [0.19.4](https://github.com/humanwhocodes/humanfs/compare/memory-v0.19.3...memory-v0.19.4) (2024-09-09)


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.4",
"version": "0.19.5",
"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.4",
"version": "0.19.5",
"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.15.0"
},
"dependencies": {
"@humanfs/core": "^0.19.0"
"@humanfs/core": "^0.19.1"
}
}
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.6](https://github.com/humanwhocodes/humanfs/compare/node-v0.16.5...node-v0.16.6) (2024-10-18)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @humanfs/core bumped from ^0.19.0 to ^0.19.1

## [0.16.5](https://github.com/humanwhocodes/humanfs/compare/node-v0.16.4...node-v0.16.5) (2024-09-09)


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.5",
"version": "0.16.6",
"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.19.0"
"@humanfs/core": "^0.19.1"
}
}
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.14.1](https://github.com/humanwhocodes/humanfs/compare/web-v0.14.0...web-v0.14.1) (2024-10-18)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @humanfs/core bumped from ^0.19.0 to ^0.19.1

## [0.14.0](https://github.com/humanwhocodes/humanfs/compare/web-v0.13.4...web-v0.14.0) (2024-09-09)


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.14.0",
"version": "0.14.1",
"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.19.0"
"@humanfs/core": "^0.19.1"
}
}

0 comments on commit c6aab46

Please sign in to comment.