Skip to content

Commit

Permalink
v15.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jul 20, 2022
1 parent 6288392 commit c3c64e8
Show file tree
Hide file tree
Showing 8 changed files with 43 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.

# [15.0.0](/compare/v14.1.0...v15.0.0) (2022-07-20)


### Features

* **win32-api:** export User32 DLL Wrapper 6288392





# [14.1.0](/compare/v14.0.0...v14.1.0) (2022-07-20)


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": "14.1.0",
"version": "15.0.0",
"packages": [
"packages/*"
],
Expand Down
8 changes: 8 additions & 0 deletions packages/demo/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.

# [15.0.0](https://github.com/waitingsong/npm-mono-base/compare/v14.1.0...v15.0.0) (2022-07-20)

**Note:** Version bump only for package demo





# [14.0.0](https://github.com/waitingsong/npm-mono-base/compare/v13.15.0...v14.0.0) (2022-07-20)

**Note:** Version bump only for package demo
Expand Down
2 changes: 1 addition & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "demo",
"author": "waiting",
"version": "14.0.0",
"version": "15.0.0",
"description": "npm boilerplate",
"private": true,
"keywords": [
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.

# [15.0.0](https://github.com/waitingsong/node-win32-api/compare/v14.1.0...v15.0.0) (2022-07-20)


### Features

* **win32-api:** export User32 DLL Wrapper ([6288392](https://github.com/waitingsong/node-win32-api/commit/6288392600497f801fe7f04a4661d7664655f165))





# [14.1.0](https://github.com/waitingsong/node-win32-api/compare/v14.0.0...v14.1.0) (2022-07-20)


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": "14.1.0",
"version": "15.0.0",
"description": "FFI definitions of windows win32 api for node-ffi",
"keywords": [
"windows",
Expand Down Expand Up @@ -68,7 +68,7 @@
},
"license": "MIT",
"dependencies": {
"win32-def": "^14.0.0"
"win32-def": "^15.0.0"
},
"devDependencies": {
"@types/ffi-napi": "*",
Expand Down
8 changes: 8 additions & 0 deletions packages/win32-def/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.

# [15.0.0](https://github.com/waitingsong/node-win32-api/compare/v14.1.0...v15.0.0) (2022-07-20)

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





# [14.0.0](https://github.com/waitingsong/node-win32-api/compare/v13.15.0...v14.0.0) (2022-07-20)

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

0 comments on commit c3c64e8

Please sign in to comment.