From 27667e3ec7984671d6545fa410776f04762c63d4 Mon Sep 17 00:00:00 2001 From: lumirlumir <119669540+lumirlumir@users.noreply.github.com> Date: Sat, 12 Jul 2025 09:02:53 +0000 Subject: [PATCH] chore(release): bump package versions from `v1.3.3` to `v1.3.4` --- 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 8a575834..03071033 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.3.3", + "version": "1.3.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.3.3" + "clang-format-node": "^1.3.4" } } diff --git a/examples/git-clang-format/package.json b/examples/git-clang-format/package.json index 18416d37..c210ba51 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.3.3", + "version": "1.3.4", "scripts": { "add-a-space-to-line-9-of-main-c-file": "node -e \"require('fs').copyFileSync('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.3.3" + "clang-format-git": "^1.3.4" } } diff --git a/lerna.json b/lerna.json index 90ed5615..fc521aab 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "1.3.3" + "version": "1.3.4" } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index d999a6cb..1c1e34d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,16 +37,16 @@ }, "examples/clang-format": { "name": "examples-clang-format", - "version": "1.3.3", + "version": "1.3.4", "dependencies": { - "clang-format-node": "^1.3.3" + "clang-format-node": "^1.3.4" } }, "examples/git-clang-format": { "name": "examples-git-clang-format", - "version": "1.3.3", + "version": "1.3.4", "dependencies": { - "clang-format-git": "^1.3.3" + "clang-format-git": "^1.3.4" } }, "node_modules/@actions/core": { @@ -21474,11 +21474,11 @@ } }, "packages/clang-format-git": { - "version": "1.3.3", + "version": "1.3.4", "hasInstallScript": true, "license": "MIT", "dependencies": { - "clang-format-node": "^1.3.3", + "clang-format-node": "^1.3.4", "shx": "^0.4.0" }, "bin": { @@ -21490,11 +21490,11 @@ } }, "packages/clang-format-git-python": { - "version": "1.3.3", + "version": "1.3.4", "hasInstallScript": true, "license": "MIT", "dependencies": { - "clang-format-node": "^1.3.3", + "clang-format-node": "^1.3.4", "shx": "^0.4.0" }, "bin": { @@ -21506,7 +21506,7 @@ } }, "packages/clang-format-node": { - "version": "1.3.3", + "version": "1.3.4", "hasInstallScript": true, "license": "MIT", "dependencies": { @@ -21522,20 +21522,20 @@ }, "tests/integration-api-cjs": { "name": "tests-integration-api-cjs", - "version": "1.3.3", + "version": "1.3.4", "dependencies": { - "clang-format-git": "^1.3.3", - "clang-format-git-python": "^1.3.3", - "clang-format-node": "^1.3.3" + "clang-format-git": "^1.3.4", + "clang-format-git-python": "^1.3.4", + "clang-format-node": "^1.3.4" } }, "tests/integration-api-esm": { "name": "tests-integration-api-esm", - "version": "1.3.3", + "version": "1.3.4", "dependencies": { - "clang-format-git": "^1.3.3", - "clang-format-git-python": "^1.3.3", - "clang-format-node": "^1.3.3" + "clang-format-git": "^1.3.4", + "clang-format-git-python": "^1.3.4", + "clang-format-node": "^1.3.4" } }, "tests/integration-binaries-perimission": { @@ -21548,11 +21548,11 @@ }, "tests/integration-binaries-permission": { "name": "tests-integration-binaries-permission", - "version": "1.3.3", + "version": "1.3.4", "dependencies": { - "clang-format-git": "^1.3.3", - "clang-format-git-python": "^1.3.3", - "clang-format-node": "^1.3.3" + "clang-format-git": "^1.3.4", + "clang-format-git-python": "^1.3.4", + "clang-format-node": "^1.3.4" } }, "tests/integration-cjs": { @@ -21588,7 +21588,7 @@ } }, "website": { - "version": "1.3.3", + "version": "1.3.4", "devDependencies": { "@codecov/vite-plugin": "^1.9.1", "markdown-it-footnote": "^4.0.0", diff --git a/packages/clang-format-git-python/package.json b/packages/clang-format-git-python/package.json index 1d7ded52..8f50de59 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.3.3", + "version": "1.3.4", "description": "Node wrapper for git-clang-format Python script. This package requires Python3 as a dependency.🐉", "main": "build/index.js", "files": [ @@ -58,7 +58,7 @@ "start": "node build/cli.js" }, "dependencies": { - "clang-format-node": "^1.3.3", + "clang-format-node": "^1.3.4", "shx": "^0.4.0" } } diff --git a/packages/clang-format-git/package.json b/packages/clang-format-git/package.json index 1c012266..67787dd3 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.3.3", + "version": "1.3.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": [ @@ -57,7 +57,7 @@ "start": "node build/cli.js" }, "dependencies": { - "clang-format-node": "^1.3.3", + "clang-format-node": "^1.3.4", "shx": "^0.4.0" } } diff --git a/packages/clang-format-node/package.json b/packages/clang-format-node/package.json index 6a37faef..325bed9c 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.3.3", + "version": "1.3.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 c281e1df..75dac37a 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.3.3", + "version": "1.3.4", "type": "commonjs", "scripts": { "test": "node --test" }, "dependencies": { - "clang-format-git": "^1.3.3", - "clang-format-git-python": "^1.3.3", - "clang-format-node": "^1.3.3" + "clang-format-git": "^1.3.4", + "clang-format-git-python": "^1.3.4", + "clang-format-node": "^1.3.4" } } diff --git a/tests/integration-api-esm/package.json b/tests/integration-api-esm/package.json index b623878c..aeb6be42 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.3.3", + "version": "1.3.4", "type": "module", "scripts": { "test": "node --test" }, "dependencies": { - "clang-format-git": "^1.3.3", - "clang-format-git-python": "^1.3.3", - "clang-format-node": "^1.3.3" + "clang-format-git": "^1.3.4", + "clang-format-git-python": "^1.3.4", + "clang-format-node": "^1.3.4" } } diff --git a/tests/integration-binaries-permission/package.json b/tests/integration-binaries-permission/package.json index f57a1bf9..dd587a0d 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.3.3", + "version": "1.3.4", "scripts": { "test": "node --test" }, "dependencies": { - "clang-format-git": "^1.3.3", - "clang-format-git-python": "^1.3.3", - "clang-format-node": "^1.3.3" + "clang-format-git": "^1.3.4", + "clang-format-git-python": "^1.3.4", + "clang-format-node": "^1.3.4" } } diff --git a/website/package.json b/website/package.json index 7c7bd5c3..a4d073f0 100644 --- a/website/package.json +++ b/website/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "website", - "version": "1.3.3", + "version": "1.3.4", "type": "module", "scripts": { "dev": "npx vitepress --open --host",