Skip to content

Commit

Permalink
v0.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Quramy committed Nov 30, 2023
1 parent 7c0eaa4 commit 93f2121
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.11.0",
"version": "0.12.2",
"version": "0.12.3",
"packages": ["packages/*"],
"npmClient": "yarn",
"useWorkspaces": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/reg-notify-gitlab-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reg-notify-gitlab-plugin",
"version": "0.12.2",
"version": "0.12.3",
"description": "Notify reg-suit result to GitLab repository",
"main": "lib/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/reg-suit-core-testing/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "reg-suit-core-testing",
"version": "0.12.2",
"version": "0.12.3",
"private": true,
"scripts": {
"reg-suit-debug": "node ../reg-suit-cli/lib/cli.js",
"test": "echo \"T.B.D.\""
},
"dependencies": {
"reg-notify-gitlab-plugin": "^0.12.2",
"reg-notify-gitlab-plugin": "^0.12.3",
"reg-notify-slack-plugin": "^0.12.2",
"reg-publish-gcs-plugin": "^0.12.2",
"reg-simple-keygen-plugin": "^0.12.2",
Expand Down

0 comments on commit 93f2121

Please sign in to comment.