From 834ed2d8ae37011a010da94b72494cc13edc4290 Mon Sep 17 00:00:00 2001 From: waitingsong Date: Sun, 30 Jun 2024 20:25:49 +0800 Subject: [PATCH] v23.0.0 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/win32-api/CHANGELOG.md | 8 ++++++++ packages/win32-api/package.json | 4 ++-- packages/win32-def/CHANGELOG.md | 11 +++++++++++ packages/win32-def/package.json | 2 +- 6 files changed, 34 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebe54672..8c0b22eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +# [23.0.0](https://github.com/waitingsong/node-win32-api/compare/v22.7.3...v23.0.0) (2024-06-30) + + +### Features + +* **win32-def:** breaking change WNDCLASSEXW ([72e6432](https://github.com/waitingsong/node-win32-api/commit/72e6432b707a2603cc684695dfaea2ec8f24bb60)) + + + + + ## [22.7.3](https://github.com/waitingsong/node-win32-api/compare/v22.7.2...v22.7.3) (2024-06-30) diff --git a/lerna.json b/lerna.json index a0aa1b80..8c6e0cf7 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "22.7.3", + "version": "23.0.0", "command": { "publish": { "ignoreChanges": [ diff --git a/packages/win32-api/CHANGELOG.md b/packages/win32-api/CHANGELOG.md index 5fc14e28..dcdb736f 100644 --- a/packages/win32-api/CHANGELOG.md +++ b/packages/win32-api/CHANGELOG.md @@ -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. +# [23.0.0](https://github.com/waitingsong/node-win32-api/compare/v22.7.3...v23.0.0) (2024-06-30) + +**Note:** Version bump only for package win32-api + + + + + ## [22.7.3](https://github.com/waitingsong/node-win32-api/compare/v22.7.2...v22.7.3) (2024-06-30) **Note:** Version bump only for package win32-api diff --git a/packages/win32-api/package.json b/packages/win32-api/package.json index 26e9c483..6a6a896b 100644 --- a/packages/win32-api/package.json +++ b/packages/win32-api/package.json @@ -1,7 +1,7 @@ { "name": "win32-api", "author": "waiting", - "version": "22.7.3", + "version": "23.0.0", "description": "FFI definitions of windows win32 api for node-ffi", "keywords": [ "windows", @@ -49,7 +49,7 @@ }, "license": "MIT", "dependencies": { - "win32-def": "^22.7.3" + "win32-def": "^23.0.0" }, "devDependencies": { "@waiting/shared-core": "^23.19.0" diff --git a/packages/win32-def/CHANGELOG.md b/packages/win32-def/CHANGELOG.md index 007a6338..25ba6425 100644 --- a/packages/win32-def/CHANGELOG.md +++ b/packages/win32-def/CHANGELOG.md @@ -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. +# [23.0.0](https://github.com/waitingsong/node-win32-api/compare/v22.7.3...v23.0.0) (2024-06-30) + + +### Features + +* **win32-def:** breaking change WNDCLASSEXW ([72e6432](https://github.com/waitingsong/node-win32-api/commit/72e6432b707a2603cc684695dfaea2ec8f24bb60)) + + + + + ## [22.7.3](https://github.com/waitingsong/node-win32-api/compare/v22.7.2...v22.7.3) (2024-06-30) diff --git a/packages/win32-def/package.json b/packages/win32-def/package.json index 6f8b1a33..338bfbe0 100644 --- a/packages/win32-def/package.json +++ b/packages/win32-def/package.json @@ -1,7 +1,7 @@ { "name": "win32-def", "author": "waiting", - "version": "22.7.3", + "version": "23.0.0", "description": "win32 definitions for node-ffi", "keywords": [ "api",