Skip to content

Commit

Permalink
v13.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jul 1, 2022
1 parent a1f1cc5 commit b0832e5
Show file tree
Hide file tree
Showing 8 changed files with 53 additions and 6 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.

# [13.0.0](/compare/v12.0.0...v13.0.0) (2022-07-01)


### Bug Fixes

* **boilerplate:** define enum without const 37ffd10
* **boilerplate:** devDeps version 2e29b42


### Features

* refactor types, defination, add promised API a1f1cc5





# [12.0.0](/compare/v11.1.1...v12.0.0) (2022-06-28)


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": "12.0.0",
"version": "13.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.

# [13.0.0](https://github.com/waitingsong/npm-mono-base/compare/v12.0.0...v13.0.0) (2022-07-01)

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





# [12.0.0](https://github.com/waitingsong/npm-mono-base/compare/v11.1.1...v12.0.0) (2022-06-28)

**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": "12.0.0",
"version": "13.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.

# [13.0.0](https://github.com/waitingsong/node-win32-api/compare/v12.0.0...v13.0.0) (2022-07-01)


### Features

* refactor types, defination, add promised API ([a1f1cc5](https://github.com/waitingsong/node-win32-api/commit/a1f1cc581c1a29d4bdf7dc949aac984d51809c09))





# [12.0.0](https://github.com/waitingsong/node-win32-api/compare/v11.1.1...v12.0.0) (2022-06-28)


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": "12.0.0",
"version": "13.0.0",
"description": "FFI definitions of windows win32 api for node-ffi",
"keywords": [
"windows",
Expand Down Expand Up @@ -60,7 +60,7 @@
},
"license": "MIT",
"dependencies": {
"win32-def": "^12.0.0"
"win32-def": "^13.0.0"
},
"devDependencies": {
"@types/ffi-napi": "*",
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.

# [13.0.0](https://github.com/waitingsong/node-win32-api/compare/v12.0.0...v13.0.0) (2022-07-01)


### Features

* refactor types, defination, add promised API ([a1f1cc5](https://github.com/waitingsong/node-win32-api/commit/a1f1cc581c1a29d4bdf7dc949aac984d51809c09))





# [12.0.0](https://github.com/waitingsong/node-win32-api/compare/v11.1.1...v12.0.0) (2022-06-28)

**Note:** Version bump only for package win32-def
Expand Down
4 changes: 2 additions & 2 deletions 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": "12.0.0",
"version": "13.0.0",
"description": "win32 definitions for node-ffi",
"keywords": [
"api",
Expand Down Expand Up @@ -51,10 +51,10 @@
"@waiting/shared-types": "^18.0.0"
},
"devDependencies": {
"@waiting/shared-core": "^18.0.0",
"@types/ref-napi": "^3.0.4",
"@types/ref-struct-di": "^1.1.6",
"@types/ref-union-di": "^1.0.3",
"@waiting/shared-core": "^18.0.0",
"cross-env": "7"
},
"peerDependencies": {
Expand Down

0 comments on commit b0832e5

Please sign in to comment.