Skip to content

Commit 9723466

Browse files
authored
release(patch): v1.2.2 (#134)
1 parent b018a13 commit 9723466

File tree

9 files changed

+39
-35
lines changed

9 files changed

+39
-35
lines changed

examples/clang-format/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"scripts": {
55
"formatted:c": "npx clang-format src/formatted.c",
66
"formatted:c:dry-run": "npx clang-format -Werror -n src/formatted.c",
@@ -12,6 +12,6 @@
1212
"unformatted:cpp:dry-run": "npx clang-format -Werror -n src/unformatted.cpp"
1313
},
1414
"dependencies": {
15-
"clang-format-node": "^1.2.1"
15+
"clang-format-node": "^1.2.2"
1616
}
1717
}

lerna.json

Lines changed: 1 addition & 1 deletion
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.1"
3+
"version": "1.2.2"
44
}

package-lock.json

Lines changed: 19 additions & 15 deletions
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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clang-format-git-python",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
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 {} + || true"
5454
},
5555
"dependencies": {
56-
"clang-format-node": "^1.2.1"
56+
"clang-format-node": "^1.2.2"
5757
}
5858
}

packages/clang-format-git/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clang-format-git",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
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 {} + || true"
5353
},
5454
"dependencies": {
55-
"clang-format-node": "^1.2.1"
55+
"clang-format-node": "^1.2.2"
5656
}
5757
}

packages/clang-format-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clang-format-node",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "Node wrapper for clang-format native binary inspired by angular/clang-format.🐉",
55
"main": "build/index.js",
66
"files": [
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"private": true,
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"type": "commonjs",
55
"scripts": {
66
"test": "node --test"
77
},
88
"dependencies": {
9-
"clang-format-git": "^1.2.1",
10-
"clang-format-git-python": "^1.2.1",
11-
"clang-format-node": "^1.2.1"
9+
"clang-format-git": "^1.2.2",
10+
"clang-format-git-python": "^1.2.2",
11+
"clang-format-node": "^1.2.2"
1212
}
1313
}
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"private": true,
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"type": "module",
55
"scripts": {
66
"test": "node --test"
77
},
88
"dependencies": {
9-
"clang-format-git": "^1.2.1",
10-
"clang-format-git-python": "^1.2.1",
11-
"clang-format-node": "^1.2.1"
9+
"clang-format-git": "^1.2.2",
10+
"clang-format-git-python": "^1.2.2",
11+
"clang-format-node": "^1.2.2"
1212
}
1313
}
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"private": true,
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"scripts": {
55
"test": "node --test"
66
},
77
"dependencies": {
8-
"clang-format-git": "^1.2.1",
9-
"clang-format-git-python": "^1.2.1",
10-
"clang-format-node": "^1.2.1"
8+
"clang-format-git": "^1.2.2",
9+
"clang-format-git-python": "^1.2.2",
10+
"clang-format-node": "^1.2.2"
1111
}
1212
}

0 commit comments

Comments
 (0)