Skip to content

Commit f62026d

Browse files
authored
release(patch): v1.2.5 (#178)
Bump `lumirlumir/npm-clang-format-node` from v1.2.4 to v1.2.5 🎉
1 parent 868398f commit f62026d

File tree

11 files changed

+45
-45
lines changed

11 files changed

+45
-45
lines changed

examples/clang-format/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "examples-clang-format",
4-
"version": "1.2.4",
4+
"version": "1.2.5",
55
"scripts": {
66
"formatted:c": "npx clang-format src/formatted.c",
77
"formatted:c:dry-run": "npx clang-format -Werror -n src/formatted.c",
@@ -13,6 +13,6 @@
1313
"unformatted:cpp:dry-run": "npx clang-format -Werror -n src/unformatted.cpp"
1414
},
1515
"dependencies": {
16-
"clang-format-node": "^1.2.4"
16+
"clang-format-node": "^1.2.5"
1717
}
1818
}
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"private": true,
33
"name": "examples-git-clang-format",
4-
"version": "1.2.4",
4+
"version": "1.2.5",
55
"scripts": {
66
"add-a-space-to-line-9-of-main-c-file": "cat src/main_overwrite.txt > src/main.c",
77
"git-add": "git add src/main.c && git status",
88
"git-clang-format": "npx git-clang-format"
99
},
1010
"dependencies": {
11-
"clang-format-git": "^1.2.4"
11+
"clang-format-git": "^1.2.5"
1212
}
1313
}

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "1.2.4"
3+
"version": "1.2.5"
44
}

package-lock.json

+22-22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/clang-format-git-python/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clang-format-git-python",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
44
"description": "Node wrapper for git-clang-format Python script. This package requires Python3 as a dependency.🐉",
55
"main": "build/index.js",
66
"files": [
@@ -53,6 +53,6 @@
5353
"chmod": "find ./src/script ./build/script -type f -exec chmod 755 {} + || exit 0"
5454
},
5555
"dependencies": {
56-
"clang-format-node": "^1.2.4"
56+
"clang-format-node": "^1.2.5"
5757
}
5858
}

packages/clang-format-git/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clang-format-git",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
44
"description": "Node wrapper for git-clang-format Python script as a standalone native binary to allow execution without a Python dependency.🐉",
55
"main": "build/index.js",
66
"files": [
@@ -52,6 +52,6 @@
5252
"chmod": "find ./src/bin ./build/bin -type f -exec chmod 755 {} + || exit 0"
5353
},
5454
"dependencies": {
55-
"clang-format-node": "^1.2.4"
55+
"clang-format-node": "^1.2.5"
5656
}
5757
}

packages/clang-format-node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clang-format-node",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
44
"description": "Node wrapper for clang-format native binary inspired by angular/clang-format.🐉",
55
"main": "build/index.js",
66
"files": [
+4-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"private": true,
33
"name": "tests-integration-api-cjs",
4-
"version": "1.2.4",
4+
"version": "1.2.5",
55
"type": "commonjs",
66
"scripts": {
77
"test": "node --test"
88
},
99
"dependencies": {
10-
"clang-format-git": "^1.2.4",
11-
"clang-format-git-python": "^1.2.4",
12-
"clang-format-node": "^1.2.4"
10+
"clang-format-git": "^1.2.5",
11+
"clang-format-git-python": "^1.2.5",
12+
"clang-format-node": "^1.2.5"
1313
}
1414
}
+4-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"private": true,
33
"name": "tests-integration-api-esm",
4-
"version": "1.2.4",
4+
"version": "1.2.5",
55
"type": "module",
66
"scripts": {
77
"test": "node --test"
88
},
99
"dependencies": {
10-
"clang-format-git": "^1.2.4",
11-
"clang-format-git-python": "^1.2.4",
12-
"clang-format-node": "^1.2.4"
10+
"clang-format-git": "^1.2.5",
11+
"clang-format-git-python": "^1.2.5",
12+
"clang-format-node": "^1.2.5"
1313
}
1414
}
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"private": true,
33
"name": "tests-integration-binaries-permission",
4-
"version": "1.2.4",
4+
"version": "1.2.5",
55
"scripts": {
66
"test": "node --test"
77
},
88
"dependencies": {
9-
"clang-format-git": "^1.2.4",
10-
"clang-format-git-python": "^1.2.4",
11-
"clang-format-node": "^1.2.4"
9+
"clang-format-git": "^1.2.5",
10+
"clang-format-git-python": "^1.2.5",
11+
"clang-format-node": "^1.2.5"
1212
}
1313
}

website/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "website",
4-
"version": "1.2.4",
4+
"version": "1.2.5",
55
"scripts": {
66
"start": "echo start"
77
}

0 commit comments

Comments
 (0)