Skip to content

Commit

Permalink
release(patch): v1.2.3 (#152)
Browse files Browse the repository at this point in the history
Bump `lumirlumir/npm-clang-format-node` from v1.2.2 to v1.2.3 🎉
  • Loading branch information
lumirlumir authored Dec 23, 2024
1 parent 1c3f058 commit 5966bc3
Show file tree
Hide file tree
Showing 10 changed files with 41 additions and 41 deletions.
4 changes: 2 additions & 2 deletions examples/clang-format/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "examples-clang-format",
"version": "1.2.2",
"version": "1.2.3",
"scripts": {
"formatted:c": "npx clang-format src/formatted.c",
"formatted:c:dry-run": "npx clang-format -Werror -n src/formatted.c",
Expand All @@ -13,6 +13,6 @@
"unformatted:cpp:dry-run": "npx clang-format -Werror -n src/unformatted.cpp"
},
"dependencies": {
"clang-format-node": "^1.2.2"
"clang-format-node": "^1.2.3"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "1.2.2"
"version": "1.2.3"
}
40 changes: 20 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/clang-format-git-python/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clang-format-git-python",
"version": "1.2.2",
"version": "1.2.3",
"description": "Node wrapper for git-clang-format Python script. This package requires Python3 as a dependency.🐉",
"main": "build/index.js",
"files": [
Expand Down Expand Up @@ -53,6 +53,6 @@
"chmod": "find ./src/script ./build/script -type f -exec chmod 755 {} + || true"
},
"dependencies": {
"clang-format-node": "^1.2.2"
"clang-format-node": "^1.2.3"
}
}
4 changes: 2 additions & 2 deletions packages/clang-format-git/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clang-format-git",
"version": "1.2.2",
"version": "1.2.3",
"description": "Node wrapper for git-clang-format Python script as a standalone native binary to allow execution without a Python dependency.🐉",
"main": "build/index.js",
"files": [
Expand Down Expand Up @@ -52,6 +52,6 @@
"chmod": "find ./src/bin ./build/bin -type f -exec chmod 755 {} + || true"
},
"dependencies": {
"clang-format-node": "^1.2.2"
"clang-format-node": "^1.2.3"
}
}
2 changes: 1 addition & 1 deletion packages/clang-format-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clang-format-node",
"version": "1.2.2",
"version": "1.2.3",
"description": "Node wrapper for clang-format native binary inspired by angular/clang-format.🐉",
"main": "build/index.js",
"files": [
Expand Down
8 changes: 4 additions & 4 deletions tests/integration-api-cjs/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"private": true,
"name": "tests-integration-api-cjs",
"version": "1.2.2",
"version": "1.2.3",
"type": "commonjs",
"scripts": {
"test": "node --test"
},
"dependencies": {
"clang-format-git": "^1.2.2",
"clang-format-git-python": "^1.2.2",
"clang-format-node": "^1.2.2"
"clang-format-git": "^1.2.3",
"clang-format-git-python": "^1.2.3",
"clang-format-node": "^1.2.3"
}
}
8 changes: 4 additions & 4 deletions tests/integration-api-esm/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"private": true,
"name": "tests-integration-api-esm",
"version": "1.2.2",
"version": "1.2.3",
"type": "module",
"scripts": {
"test": "node --test"
},
"dependencies": {
"clang-format-git": "^1.2.2",
"clang-format-git-python": "^1.2.2",
"clang-format-node": "^1.2.2"
"clang-format-git": "^1.2.3",
"clang-format-git-python": "^1.2.3",
"clang-format-node": "^1.2.3"
}
}
8 changes: 4 additions & 4 deletions tests/integration-binaries-permission/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"private": true,
"name": "tests-integration-binaries-permission",
"version": "1.2.2",
"version": "1.2.3",
"scripts": {
"test": "node --test"
},
"dependencies": {
"clang-format-git": "^1.2.2",
"clang-format-git-python": "^1.2.2",
"clang-format-node": "^1.2.2"
"clang-format-git": "^1.2.3",
"clang-format-git-python": "^1.2.3",
"clang-format-node": "^1.2.3"
}
}
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "website",
"version": "1.2.2",
"version": "1.2.3",
"scripts": {
"start": "echo start"
}
Expand Down

0 comments on commit 5966bc3

Please sign in to comment.