From 72f960b1bf22ecb217353360f07af3ca9cb5f184 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A3=A8=EB=B0=80LuMir?= Date: Wed, 15 Jan 2025 21:21:17 +0900 Subject: [PATCH] release(patch): v1.2.4 (#172) Bump `lumirlumir/npm-clang-format-node` from v1.2.3 to v1.2.4 :tada: --- examples/clang-format/package.json | 4 +- examples/git-clang-format/package.json | 4 +- lerna.json | 2 +- package-lock.json | 44 +++++++++---------- packages/clang-format-git-python/package.json | 4 +- packages/clang-format-git/package.json | 4 +- packages/clang-format-node/package.json | 2 +- tests/integration-api-cjs/package.json | 8 ++-- tests/integration-api-esm/package.json | 8 ++-- .../package.json | 8 ++-- website/package.json | 2 +- 11 files changed, 45 insertions(+), 45 deletions(-) diff --git a/examples/clang-format/package.json b/examples/clang-format/package.json index eff9be1..7982250 100644 --- a/examples/clang-format/package.json +++ b/examples/clang-format/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "examples-clang-format", - "version": "1.2.3", + "version": "1.2.4", "scripts": { "formatted:c": "npx clang-format src/formatted.c", "formatted:c:dry-run": "npx clang-format -Werror -n src/formatted.c", @@ -13,6 +13,6 @@ "unformatted:cpp:dry-run": "npx clang-format -Werror -n src/unformatted.cpp" }, "dependencies": { - "clang-format-node": "^1.2.3" + "clang-format-node": "^1.2.4" } } diff --git a/examples/git-clang-format/package.json b/examples/git-clang-format/package.json index 8005acd..aaab3f2 100644 --- a/examples/git-clang-format/package.json +++ b/examples/git-clang-format/package.json @@ -1,13 +1,13 @@ { "private": true, "name": "examples-git-clang-format", - "version": "1.2.3", + "version": "1.2.4", "scripts": { "add-a-space-to-line-9-of-main-c-file": "cat src/main_overwrite.txt > src/main.c", "git-add": "git add src/main.c && git status", "git-clang-format": "npx git-clang-format" }, "dependencies": { - "clang-format-git": "^1.2.3" + "clang-format-git": "^1.2.4" } } diff --git a/lerna.json b/lerna.json index 5a3f2bc..317485d 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "1.2.3" + "version": "1.2.4" } diff --git a/package-lock.json b/package-lock.json index b68dba6..57193cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,16 +34,16 @@ }, "examples/clang-format": { "name": "examples-clang-format", - "version": "1.2.3", + "version": "1.2.4", "dependencies": { - "clang-format-node": "^1.2.3" + "clang-format-node": "^1.2.4" } }, "examples/git-clang-format": { "name": "examples-git-clang-format", - "version": "1.2.3", + "version": "1.2.4", "dependencies": { - "clang-format-git": "^1.2.3" + "clang-format-git": "^1.2.4" } }, "node_modules/@ampproject/remapping": { @@ -16508,11 +16508,11 @@ } }, "packages/clang-format-git": { - "version": "1.2.3", + "version": "1.2.4", "hasInstallScript": true, "license": "MIT", "dependencies": { - "clang-format-node": "^1.2.3" + "clang-format-node": "^1.2.4" }, "bin": { "clang-format-git": "build/cli.js", @@ -16523,11 +16523,11 @@ } }, "packages/clang-format-git-python": { - "version": "1.2.3", + "version": "1.2.4", "hasInstallScript": true, "license": "MIT", "dependencies": { - "clang-format-node": "^1.2.3" + "clang-format-node": "^1.2.4" }, "bin": { "clang-format-git-python": "build/cli.js", @@ -16538,7 +16538,7 @@ } }, "packages/clang-format-node": { - "version": "1.2.3", + "version": "1.2.4", "hasInstallScript": true, "license": "MIT", "bin": { @@ -16551,20 +16551,20 @@ }, "tests/integration-api-cjs": { "name": "tests-integration-api-cjs", - "version": "1.2.3", + "version": "1.2.4", "dependencies": { - "clang-format-git": "^1.2.3", - "clang-format-git-python": "^1.2.3", - "clang-format-node": "^1.2.3" + "clang-format-git": "^1.2.4", + "clang-format-git-python": "^1.2.4", + "clang-format-node": "^1.2.4" } }, "tests/integration-api-esm": { "name": "tests-integration-api-esm", - "version": "1.2.3", + "version": "1.2.4", "dependencies": { - "clang-format-git": "^1.2.3", - "clang-format-git-python": "^1.2.3", - "clang-format-node": "^1.2.3" + "clang-format-git": "^1.2.4", + "clang-format-git-python": "^1.2.4", + "clang-format-node": "^1.2.4" } }, "tests/integration-binaries-perimission": { @@ -16577,11 +16577,11 @@ }, "tests/integration-binaries-permission": { "name": "tests-integration-binaries-permission", - "version": "1.2.3", + "version": "1.2.4", "dependencies": { - "clang-format-git": "^1.2.3", - "clang-format-git-python": "^1.2.3", - "clang-format-node": "^1.2.3" + "clang-format-git": "^1.2.4", + "clang-format-git-python": "^1.2.4", + "clang-format-node": "^1.2.4" } }, "tests/integration-cjs": { @@ -16617,7 +16617,7 @@ } }, "website": { - "version": "1.2.3" + "version": "1.2.4" } } } diff --git a/packages/clang-format-git-python/package.json b/packages/clang-format-git-python/package.json index 88f0409..0ec1111 100644 --- a/packages/clang-format-git-python/package.json +++ b/packages/clang-format-git-python/package.json @@ -1,6 +1,6 @@ { "name": "clang-format-git-python", - "version": "1.2.3", + "version": "1.2.4", "description": "Node wrapper for git-clang-format Python script. This package requires Python3 as a dependency.🐉", "main": "build/index.js", "files": [ @@ -53,6 +53,6 @@ "chmod": "find ./src/script ./build/script -type f -exec chmod 755 {} + || exit 0" }, "dependencies": { - "clang-format-node": "^1.2.3" + "clang-format-node": "^1.2.4" } } diff --git a/packages/clang-format-git/package.json b/packages/clang-format-git/package.json index be39aff..b7ef8c2 100644 --- a/packages/clang-format-git/package.json +++ b/packages/clang-format-git/package.json @@ -1,6 +1,6 @@ { "name": "clang-format-git", - "version": "1.2.3", + "version": "1.2.4", "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": [ @@ -52,6 +52,6 @@ "chmod": "find ./src/bin ./build/bin -type f -exec chmod 755 {} + || exit 0" }, "dependencies": { - "clang-format-node": "^1.2.3" + "clang-format-node": "^1.2.4" } } diff --git a/packages/clang-format-node/package.json b/packages/clang-format-node/package.json index 5219945..3c679aa 100644 --- a/packages/clang-format-node/package.json +++ b/packages/clang-format-node/package.json @@ -1,6 +1,6 @@ { "name": "clang-format-node", - "version": "1.2.3", + "version": "1.2.4", "description": "Node wrapper for clang-format native binary inspired by angular/clang-format.🐉", "main": "build/index.js", "files": [ diff --git a/tests/integration-api-cjs/package.json b/tests/integration-api-cjs/package.json index b2d0130..816d8e2 100644 --- a/tests/integration-api-cjs/package.json +++ b/tests/integration-api-cjs/package.json @@ -1,14 +1,14 @@ { "private": true, "name": "tests-integration-api-cjs", - "version": "1.2.3", + "version": "1.2.4", "type": "commonjs", "scripts": { "test": "node --test" }, "dependencies": { - "clang-format-git": "^1.2.3", - "clang-format-git-python": "^1.2.3", - "clang-format-node": "^1.2.3" + "clang-format-git": "^1.2.4", + "clang-format-git-python": "^1.2.4", + "clang-format-node": "^1.2.4" } } diff --git a/tests/integration-api-esm/package.json b/tests/integration-api-esm/package.json index cb2e611..0314858 100644 --- a/tests/integration-api-esm/package.json +++ b/tests/integration-api-esm/package.json @@ -1,14 +1,14 @@ { "private": true, "name": "tests-integration-api-esm", - "version": "1.2.3", + "version": "1.2.4", "type": "module", "scripts": { "test": "node --test" }, "dependencies": { - "clang-format-git": "^1.2.3", - "clang-format-git-python": "^1.2.3", - "clang-format-node": "^1.2.3" + "clang-format-git": "^1.2.4", + "clang-format-git-python": "^1.2.4", + "clang-format-node": "^1.2.4" } } diff --git a/tests/integration-binaries-permission/package.json b/tests/integration-binaries-permission/package.json index a3704bd..fb527c4 100644 --- a/tests/integration-binaries-permission/package.json +++ b/tests/integration-binaries-permission/package.json @@ -1,13 +1,13 @@ { "private": true, "name": "tests-integration-binaries-permission", - "version": "1.2.3", + "version": "1.2.4", "scripts": { "test": "node --test" }, "dependencies": { - "clang-format-git": "^1.2.3", - "clang-format-git-python": "^1.2.3", - "clang-format-node": "^1.2.3" + "clang-format-git": "^1.2.4", + "clang-format-git-python": "^1.2.4", + "clang-format-node": "^1.2.4" } } diff --git a/website/package.json b/website/package.json index fcfc673..7bc3ac1 100644 --- a/website/package.json +++ b/website/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "website", - "version": "1.2.3", + "version": "1.2.4", "scripts": { "start": "echo start" }