Skip to content

Commit ceb07aa

Browse files
author
waitingsong
committed
v26.0.0
1 parent 6f458ab commit ceb07aa

6 files changed

Lines changed: 36 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [26.0.0](https://github.com/waitingsong/node-win32-api/compare/v25.0.0...v26.0.0) (2024-07-02)
7+
8+
9+
### Features
10+
11+
* **def:** add DLGPROC ([6423edc](https://github.com/waitingsong/node-win32-api/commit/6423edc6026210a83ceaf11381963eb6f764de4b))
12+
* **def:** change HANDLE def to 'void*' ([01a3df8](https://github.com/waitingsong/node-win32-api/commit/01a3df8c45debd554e497cdda18c96f964a45eb1))
13+
14+
15+
16+
17+
618
# [25.0.0](https://github.com/waitingsong/node-win32-api/compare/v24.2.0...v25.0.0) (2024-07-01)
719

820

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "25.0.0",
2+
"version": "26.0.0",
33
"command": {
44
"publish": {
55
"ignoreChanges": [

packages/win32-api/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [26.0.0](https://github.com/waitingsong/node-win32-api/compare/v25.0.0...v26.0.0) (2024-07-02)
7+
8+
**Note:** Version bump only for package win32-api
9+
10+
11+
12+
13+
614
# [25.0.0](https://github.com/waitingsong/node-win32-api/compare/v24.2.0...v25.0.0) (2024-07-01)
715

816

packages/win32-api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "win32-api",
33
"author": "waiting",
4-
"version": "25.0.0",
4+
"version": "26.0.0",
55
"description": "FFI definitions of windows win32 api for node-ffi",
66
"keywords": [
77
"windows",
@@ -49,7 +49,7 @@
4949
},
5050
"license": "MIT",
5151
"dependencies": {
52-
"win32-def": "^25.0.0"
52+
"win32-def": "^26.0.0"
5353
},
5454
"devDependencies": {
5555
"@waiting/shared-core": "^23.19.0"

packages/win32-def/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [26.0.0](https://github.com/waitingsong/node-win32-api/compare/v25.0.0...v26.0.0) (2024-07-02)
7+
8+
9+
### Features
10+
11+
* **def:** add DLGPROC ([6423edc](https://github.com/waitingsong/node-win32-api/commit/6423edc6026210a83ceaf11381963eb6f764de4b))
12+
* **def:** change HANDLE def to 'void*' ([01a3df8](https://github.com/waitingsong/node-win32-api/commit/01a3df8c45debd554e497cdda18c96f964a45eb1))
13+
14+
15+
16+
17+
618
# [25.0.0](https://github.com/waitingsong/node-win32-api/compare/v24.2.0...v25.0.0) (2024-07-01)
719

820

packages/win32-def/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "win32-def",
33
"author": "waiting",
4-
"version": "25.0.0",
4+
"version": "26.0.0",
55
"description": "win32 definitions for node-ffi",
66
"keywords": [
77
"api",

0 commit comments

Comments
 (0)