Skip to content

Commit 1573494

Browse files
committed
v0.12.2
1 parent 81e937f commit 1573494

File tree

16 files changed

+51
-51
lines changed

16 files changed

+51
-51
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.11.0",
3-
"version": "0.12.1",
3+
"version": "0.12.2",
44
"packages": ["packages/*"],
55
"npmClient": "yarn",
66
"useWorkspaces": true,

packages/reg-keygen-git-hash-plugin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reg-keygen-git-hash-plugin",
3-
"version": "0.12.1",
3+
"version": "0.12.2",
44
"description": "Detect the snapshot key to be compare with using Git hash.",
55
"regSuitPlugin": {
66
"recommended": true
@@ -23,15 +23,15 @@
2323
"repository": "git+https://github.com/reg-viz/reg-suit.git",
2424
"license": "MIT",
2525
"dependencies": {
26-
"reg-suit-util": "^0.12.1",
26+
"reg-suit-util": "^0.12.2",
2727
"shell-escape": "^0.2.0"
2828
},
2929
"devDependencies": {
3030
"@types/jest": "27.4.1",
3131
"@types/shell-escape": "0.2.1",
3232
"glob": "7.2.0",
3333
"jest": "27.5.1",
34-
"reg-suit-interface": "^0.12.1",
34+
"reg-suit-interface": "^0.12.2",
3535
"rimraf": "5.0.1",
3636
"ts-jest": "27.1.4",
3737
"typescript": "4.5.2"

packages/reg-notify-chatwork-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reg-notify-chatwork-plugin",
3-
"version": "0.12.1",
3+
"version": "0.12.2",
44
"description": "Notify reg-suit result to Chatwork channel.",
55
"main": "lib/index.js",
66
"scripts": {
@@ -21,7 +21,7 @@
2121
"undici": "^5.22.1"
2222
},
2323
"devDependencies": {
24-
"reg-suit-interface": "^0.12.1",
24+
"reg-suit-interface": "^0.12.2",
2525
"typescript": "4.5.2"
2626
}
2727
}

packages/reg-notify-github-plugin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reg-notify-github-plugin",
3-
"version": "0.12.1",
3+
"version": "0.12.2",
44
"description": "Notify reg-suit result to GitHub repository",
55
"regSuitPlugin": {
66
"recommended": true
@@ -24,14 +24,14 @@
2424
"devDependencies": {
2525
"@types/jest": "27.4.1",
2626
"jest": "27.5.1",
27-
"reg-suit-interface": "^0.12.1",
27+
"reg-suit-interface": "^0.12.2",
2828
"ts-jest": "27.1.4",
2929
"typescript": "4.5.2"
3030
},
3131
"dependencies": {
3232
"open": "^8.0.0",
3333
"reg-gh-app-interface": "^1.3.0",
34-
"reg-suit-util": "^0.12.1",
34+
"reg-suit-util": "^0.12.2",
3535
"tiny-commit-walker": "^1.1.2",
3636
"undici": "^5.22.1"
3737
}

packages/reg-notify-github-with-api-plugin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reg-notify-github-with-api-plugin",
3-
"version": "0.12.1",
3+
"version": "0.12.2",
44
"description": "Notify reg-suit result to GHE repository using API",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -21,7 +21,7 @@
2121
"license": "MIT",
2222
"devDependencies": {
2323
"dotenv": "10.0.0",
24-
"reg-suit-interface": "^0.12.1",
24+
"reg-suit-interface": "^0.12.2",
2525
"typescript": "4.5.2"
2626
},
2727
"dependencies": {
@@ -30,7 +30,7 @@
3030
"apollo-link-http": "^1.5.17",
3131
"graphql": "^15.3.0",
3232
"graphql-tag": "^2.11.0",
33-
"reg-suit-util": "^0.12.1",
33+
"reg-suit-util": "^0.12.2",
3434
"tiny-commit-walker": "^1.2.1",
3535
"undici": "^5.22.1"
3636
}

packages/reg-notify-gitlab-plugin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reg-notify-gitlab-plugin",
3-
"version": "0.12.1",
3+
"version": "0.12.2",
44
"description": "Notify reg-suit result to GitLab repository",
55
"main": "lib/index.js",
66
"scripts": {
@@ -22,13 +22,13 @@
2222
"@types/jest": "27.4.1",
2323
"@types/sinon": "10.0.11",
2424
"jest": "27.5.1",
25-
"reg-suit-interface": "^0.12.1",
25+
"reg-suit-interface": "^0.12.2",
2626
"sinon": "11.1.2",
2727
"ts-jest": "27.1.4",
2828
"typescript": "4.5.2"
2929
},
3030
"dependencies": {
31-
"reg-suit-util": "^0.12.1",
31+
"reg-suit-util": "^0.12.2",
3232
"undici": "^5.22.1"
3333
}
3434
}

packages/reg-notify-slack-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reg-notify-slack-plugin",
3-
"version": "0.12.1",
3+
"version": "0.12.2",
44
"description": "Notify reg-suit result to Slack channel.",
55
"main": "lib/index.js",
66
"scripts": {
@@ -21,7 +21,7 @@
2121
"undici": "^5.22.1"
2222
},
2323
"devDependencies": {
24-
"reg-suit-interface": "^0.12.1",
24+
"reg-suit-interface": "^0.12.2",
2525
"typescript": "4.5.2"
2626
}
2727
}

packages/reg-publish-gcs-plugin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reg-publish-gcs-plugin",
3-
"version": "0.12.1",
3+
"version": "0.12.2",
44
"description": "Fetch and publish snapshot images to Google Cloud Storage.",
55
"main": "lib/index.js",
66
"scripts": {
@@ -26,15 +26,15 @@
2626
"@google-cloud/storage": "^5.3.0",
2727
"form-data": "^4.0.0",
2828
"mkdirp": "^1.0.4",
29-
"reg-suit-util": "^0.12.1",
29+
"reg-suit-util": "^0.12.2",
3030
"uuid": "^8.3.0"
3131
},
3232
"devDependencies": {
3333
"@types/glob": "7.2.0",
3434
"@types/mkdirp": "1.0.2",
3535
"@types/uuid": "8.3.4",
3636
"glob": "7.2.0",
37-
"reg-suit-interface": "^0.12.1",
37+
"reg-suit-interface": "^0.12.2",
3838
"typescript": "4.5.2"
3939
}
4040
}

packages/reg-publish-s3-plugin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reg-publish-s3-plugin",
3-
"version": "0.12.1",
3+
"version": "0.12.2",
44
"description": "Fetch and publish snapshot images to AWS S3.",
55
"regSuitPlugin": {
66
"recommended": true
@@ -25,13 +25,13 @@
2525
"dependencies": {
2626
"aws-sdk": "^2.755.0",
2727
"mkdirp": "^1.0.4",
28-
"reg-suit-util": "^0.12.1",
28+
"reg-suit-util": "^0.12.2",
2929
"uuid": "^8.3.0"
3030
},
3131
"devDependencies": {
3232
"@types/mkdirp": "1.0.2",
3333
"@types/uuid": "8.3.4",
34-
"reg-suit-interface": "^0.12.1",
34+
"reg-suit-interface": "^0.12.2",
3535
"rimraf": "5.0.1",
3636
"typescript": "4.5.2"
3737
}

packages/reg-simple-keygen-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reg-simple-keygen-plugin",
3-
"version": "0.12.1",
3+
"version": "0.12.2",
44
"description": "Determine snapshot key with given values",
55
"main": "lib/index.js",
66
"scripts": {
@@ -18,7 +18,7 @@
1818
"repository": "git+https://github.com/reg-viz/reg-suit.git",
1919
"license": "MIT",
2020
"devDependencies": {
21-
"reg-suit-interface": "^0.12.1",
21+
"reg-suit-interface": "^0.12.2",
2222
"typescript": "4.5.2"
2323
}
2424
}

0 commit comments

Comments
 (0)