Skip to content

Commit

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

# [25.0.0](https://github.com/waitingsong/node-win32-api/compare/v24.2.0...v25.0.0) (2024-07-01)


### Bug Fixes

* **def:** type WNDPROC, WNDCLASSEXW_Type ([3e8e72a](https://github.com/waitingsong/node-win32-api/commit/3e8e72a4a923a079b7222530c181fa0898c70915))


### Features

* **api:** change user32 parameters def to D.WString ([e6b7389](https://github.com/waitingsong/node-win32-api/commit/e6b73892924808af7d5f84f74d21ac2824182f53))
* **def:** change LPVOID to HANDLE ([1308dca](https://github.com/waitingsong/node-win32-api/commit/1308dca0612f67a2bf4d9e440de6b050a8df733d))





# [24.2.0](https://github.com/waitingsong/node-win32-api/compare/v24.1.0...v24.2.0) (2024-07-01)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "24.2.0",
"version": "25.0.0",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
11 changes: 11 additions & 0 deletions packages/win32-api/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.

# [25.0.0](https://github.com/waitingsong/node-win32-api/compare/v24.2.0...v25.0.0) (2024-07-01)


### Features

* **api:** change user32 parameters def to D.WString ([e6b7389](https://github.com/waitingsong/node-win32-api/commit/e6b73892924808af7d5f84f74d21ac2824182f53))





# [24.2.0](https://github.com/waitingsong/node-win32-api/compare/v24.1.0...v24.2.0) (2024-07-01)


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": "24.2.0",
"version": "25.0.0",
"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": "^24.0.0"
"win32-def": "^25.0.0"
},
"devDependencies": {
"@waiting/shared-core": "^23.19.0"
Expand Down
16 changes: 16 additions & 0 deletions packages/win32-def/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [25.0.0](https://github.com/waitingsong/node-win32-api/compare/v24.2.0...v25.0.0) (2024-07-01)


### Bug Fixes

* **def:** type WNDPROC, WNDCLASSEXW_Type ([3e8e72a](https://github.com/waitingsong/node-win32-api/commit/3e8e72a4a923a079b7222530c181fa0898c70915))


### Features

* **def:** change LPVOID to HANDLE ([1308dca](https://github.com/waitingsong/node-win32-api/commit/1308dca0612f67a2bf4d9e440de6b050a8df733d))





# [24.0.0](https://github.com/waitingsong/node-win32-api/compare/v23.3.0...v24.0.0) (2024-06-30)


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": "24.0.0",
"version": "25.0.0",
"description": "win32 definitions for node-ffi",
"keywords": [
"api",
Expand Down

0 comments on commit 0475849

Please sign in to comment.