Skip to content

Commit ddfb3ca

Browse files
authored
release(preminor): v1.2.0-canary.0 (#91)
1 parent 4e1e19a commit ddfb3ca

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

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.1.3"
3+
"version": "1.2.0-canary.0"
44
}

package-lock.json

Lines changed: 5 additions & 5 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.1.3",
3+
"version": "1.2.0-canary.0",
44
"description": "Node repackaging of the git-clang-format Python script. This package requires Python3 as a dependency.🐉",
55
"main": "build/index.js",
66
"files": [
@@ -52,6 +52,6 @@
5252
"chmod": "find ./src/script ./build/script -type f -exec chmod 755 {} + || true"
5353
},
5454
"dependencies": {
55-
"clang-format-node": "^1.1.3"
55+
"clang-format-node": "^1.2.0-canary.0"
5656
}
5757
}

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.1.3",
3+
"version": "1.2.0-canary.0",
44
"description": "Node repackaging of the git-clang-format Python script as a standalone native binary to allow execution without a Python dependency.🐉",
55
"main": "build/index.js",
66
"files": [
@@ -51,6 +51,6 @@
5151
"chmod": "find ./src/bin ./build/bin -type f -exec chmod 755 {} + || true"
5252
},
5353
"dependencies": {
54-
"clang-format-node": "^1.1.3"
54+
"clang-format-node": "^1.2.0-canary.0"
5555
}
5656
}

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.1.3",
3+
"version": "1.2.0-canary.0",
44
"description": "Node repackaging of the clang-format native binary inspired by angular/clang-format.🐉",
55
"main": "build/index.js",
66
"files": [

0 commit comments

Comments
 (0)