Skip to content

Commit

Permalink
chore: release main (#127)
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 Jul 24, 2024
1 parent 6da89d1 commit ab7b572
Show file tree
Hide file tree
Showing 16 changed files with 87 additions and 30 deletions.
12 changes: 6 additions & 6 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"packages/box": "0.0.1",
"packages/box": "0.1.0",
"packages/types": "0.14.0",
"packages/test": "0.14.1",
"packages/test": "0.15.0",
"packages/core": "0.18.2",
"packages/node": "0.16.3",
"packages/deno": "0.16.2",
"packages/memory": "0.19.2",
"packages/web": "0.13.3"
"packages/node": "0.16.4",
"packages/deno": "0.17.0",
"packages/memory": "0.19.3",
"packages/web": "0.13.4"
}
22 changes: 11 additions & 11 deletions package-lock.json

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

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

## [0.1.0](https://github.com/humanwhocodes/humanfs/compare/box-v0.0.1...box-v0.1.0) (2024-07-24)


### Features

* Add Box package ([#125](https://github.com/humanwhocodes/humanfs/issues/125)) ([6da89d1](https://github.com/humanwhocodes/humanfs/commit/6da89d17933cd097d9780690af082377d5533faf))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @humanfs/memory bumped from ^0.18.0 to ^0.19.3
* @humanfs/test bumped from ^0.14.0 to ^0.15.0
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.0.1",
"version": "0.1.0",
"description": "The Box API bindings for the hfs library.",
"type": "module",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -43,8 +43,8 @@
"node": ">=18.18.0"
},
"devDependencies": {
"@humanfs/memory": "^0.18.0",
"@humanfs/test": "^0.14.0",
"@humanfs/memory": "^0.19.3",
"@humanfs/test": "^0.15.0",
"@humanfs/types": "^0.13.0",
"@humanwhocodes/object-store": "^0.2.0",
"@types/node": "^20.9.4",
Expand Down
7 changes: 7 additions & 0 deletions packages/deno/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.17.0](https://github.com/humanwhocodes/humanfs/compare/deno-v0.16.2...deno-v0.17.0) (2024-07-24)


### Features

* Add Box package ([#125](https://github.com/humanwhocodes/humanfs/issues/125)) ([6da89d1](https://github.com/humanwhocodes/humanfs/commit/6da89d17933cd097d9780690af082377d5533faf))

## [0.16.2](https://github.com/humanwhocodes/humanfs/compare/deno-v0.16.1...deno-v0.16.2) (2024-06-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/deno/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@humanfs/deno",
"version": "0.16.2",
"version": "0.17.0",
"exports": "./src/index.js",
"imports": {
"@humanfs/core": "../core/src/hfs.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/deno/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@humanfs/deno",
"version": "0.16.2",
"version": "0.17.0",
"description": "The Deno bindings 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.3](https://github.com/humanwhocodes/humanfs/compare/memory-v0.19.2...memory-v0.19.3) (2024-07-24)


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @humanfs/test bumped from ^0.14.1 to ^0.15.0

## [0.19.2](https://github.com/humanwhocodes/humanfs/compare/memory-v0.19.1...memory-v0.19.2) (2024-06-13)


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.2",
"version": "0.19.3",
"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.2",
"version": "0.19.3",
"description": "The in-memory bindings for the hfs library.",
"type": "module",
"main": "dist/memory-hfs.js",
Expand Down Expand Up @@ -47,7 +47,7 @@
"@types/node": "^20.9.4",
"mocha": "^10.2.0",
"typescript": "^5.2.2",
"@humanfs/test": "^0.14.1",
"@humanfs/test": "^0.15.0",
"@humanfs/types": "^0.14.0"
},
"dependencies": {
Expand Down
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.4](https://github.com/humanwhocodes/humanfs/compare/node-v0.16.3...node-v0.16.4) (2024-07-24)


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @humanfs/test bumped from ^0.14.1 to ^0.15.0

## [0.16.3](https://github.com/humanwhocodes/humanfs/compare/node-v0.16.2...node-v0.16.3) (2024-06-13)


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.3",
"version": "0.16.4",
"description": "The Node.js bindings of the humanfs library.",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"@types/node": "^20.9.4",
"@humanfs/test": "^0.14.1",
"@humanfs/test": "^0.15.0",
"@humanfs/types": "^0.14.0",
"mocha": "^10.2.0",
"typescript": "^5.2.2"
Expand Down
7 changes: 7 additions & 0 deletions packages/test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.15.0](https://github.com/humanwhocodes/humanfs/compare/test-v0.14.1...test-v0.15.0) (2024-07-24)


### Features

* Add Box package ([#125](https://github.com/humanwhocodes/humanfs/issues/125)) ([6da89d1](https://github.com/humanwhocodes/humanfs/commit/6da89d17933cd097d9780690af082377d5533faf))

## [0.14.1](https://github.com/humanwhocodes/humanfs/compare/test-v0.14.0...test-v0.14.1) (2024-06-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@humanfs/test",
"version": "0.14.1",
"version": "0.15.0",
"description": "Testing utilities for hfs",
"type": "module",
"main": "dist/index.js",
Expand Down
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.4](https://github.com/humanwhocodes/humanfs/compare/web-v0.13.3...web-v0.13.4) (2024-07-24)


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @humanfs/test bumped from ^0.14.1 to ^0.15.0

## [0.13.3](https://github.com/humanwhocodes/humanfs/compare/web-v0.13.2...web-v0.13.3) (2024-06-13)


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.3",
"version": "0.13.4",
"description": "The in-web bindings for the hfs library.",
"type": "module",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -46,7 +46,7 @@
"node": ">=18.18.0"
},
"devDependencies": {
"@humanfs/test": "^0.14.1",
"@humanfs/test": "^0.15.0",
"@humanfs/types": "^0.14.0",
"@wdio/browser-runner": "^8.38.3",
"@wdio/cli": "^8.38.2",
Expand Down

0 comments on commit ab7b572

Please sign in to comment.