Skip to content

Commit

Permalink
release(minor): v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lumirlumir committed Nov 13, 2024
1 parent 49a0363 commit fcd07cd
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "1.2.0-canary.0"
"version": "1.2.0"
}
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/clang-format-git-python/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clang-format-git-python",
"version": "1.2.0-canary.0",
"version": "1.2.0",
"description": "Node repackaging of the git-clang-format Python script. This package requires Python3 as a dependency.🐉",
"main": "build/index.js",
"files": [
Expand Down Expand Up @@ -52,6 +52,6 @@
"chmod": "find ./src/script ./build/script -type f -exec chmod 755 {} + || true"
},
"dependencies": {
"clang-format-node": "^1.2.0-canary.0"
"clang-format-node": "^1.2.0"
}
}
4 changes: 2 additions & 2 deletions packages/clang-format-git/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clang-format-git",
"version": "1.2.0-canary.0",
"version": "1.2.0",
"description": "Node repackaging of the git-clang-format Python script as a standalone native binary to allow execution without a Python dependency.🐉",
"main": "build/index.js",
"files": [
Expand Down Expand Up @@ -51,6 +51,6 @@
"chmod": "find ./src/bin ./build/bin -type f -exec chmod 755 {} + || true"
},
"dependencies": {
"clang-format-node": "^1.2.0-canary.0"
"clang-format-node": "^1.2.0"
}
}
2 changes: 1 addition & 1 deletion packages/clang-format-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clang-format-node",
"version": "1.2.0-canary.0",
"version": "1.2.0",
"description": "Node repackaging of the clang-format native binary inspired by angular/clang-format.🐉",
"main": "build/index.js",
"files": [
Expand Down

0 comments on commit fcd07cd

Please sign in to comment.