Skip to content

Commit

Permalink
v22.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jun 30, 2024
1 parent 6d6fec8 commit 0a91ba6
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [22.7.2](https://github.com/waitingsong/node-win32-api/compare/v22.7.1...v22.7.2) (2024-06-30)


### Bug Fixes

* **win32-def:** INT_PTR ([b740901](https://github.com/waitingsong/node-win32-api/commit/b740901f235699d86ac194f556b652ff07dd98ae))





## [22.7.1](https://github.com/waitingsong/node-win32-api/compare/v22.7.0...v22.7.1) (2024-06-30)

**Note:** Version bump only for package win32-api
Expand Down
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "22.7.1",
"version": "22.7.2",
"command": {
"publish": {
"ignoreChanges": [
Expand Down Expand Up @@ -32,4 +32,4 @@
}
},
"npmClient": "npm"
}
}
8 changes: 8 additions & 0 deletions packages/win32-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [22.7.2](https://github.com/waitingsong/node-win32-api/compare/v22.7.1...v22.7.2) (2024-06-30)

**Note:** Version bump only for package win32-api





## [22.7.1](https://github.com/waitingsong/node-win32-api/compare/v22.7.0...v22.7.1) (2024-06-30)

**Note:** Version bump only for package win32-api
Expand Down
4 changes: 2 additions & 2 deletions packages/win32-api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "win32-api",
"author": "waiting",
"version": "22.7.1",
"version": "22.7.2",
"description": "FFI definitions of windows win32 api for node-ffi",
"keywords": [
"windows",
Expand Down Expand Up @@ -49,7 +49,7 @@
},
"license": "MIT",
"dependencies": {
"win32-def": "^22.7.1"
"win32-def": "^22.7.2"
},
"devDependencies": {
"@waiting/shared-core": "^23.19.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/win32-def/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [22.7.2](https://github.com/waitingsong/node-win32-api/compare/v22.7.1...v22.7.2) (2024-06-30)


### Bug Fixes

* **win32-def:** INT_PTR ([b740901](https://github.com/waitingsong/node-win32-api/commit/b740901f235699d86ac194f556b652ff07dd98ae))





## [22.7.1](https://github.com/waitingsong/node-win32-api/compare/v22.7.0...v22.7.1) (2024-06-30)

**Note:** Version bump only for package win32-def
Expand Down
2 changes: 1 addition & 1 deletion packages/win32-def/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "win32-def",
"author": "waiting",
"version": "22.7.1",
"version": "22.7.2",
"description": "win32 definitions for node-ffi",
"keywords": [
"api",
Expand Down

0 comments on commit 0a91ba6

Please sign in to comment.