Skip to content

Commit fe7a148

Browse files
committed
v0.12.1
1 parent e9800ac commit fe7a148

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.11.2",
3+
"version": "0.12.1",
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.11.1",
3+
"version": "0.12.1",
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.11.0",
26+
"reg-suit-util": "^0.12.1",
2727
"shell-escape": "^0.2.0"
2828
},
2929
"devDependencies": {
3030
"@types/jest": "27.4.1",
3131
"@types/shell-escape": "0.2.0",
3232
"glob": "7.2.0",
3333
"jest": "27.5.1",
34-
"reg-suit-interface": "^0.11.0",
34+
"reg-suit-interface": "^0.12.1",
3535
"rimraf": "3.0.2",
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.11.0",
3+
"version": "0.12.1",
44
"description": "Notify reg-suit result to Chatwork channel.",
55
"main": "lib/index.js",
66
"scripts": {
@@ -23,7 +23,7 @@
2323
},
2424
"devDependencies": {
2525
"@types/request-promise": "4.1.48",
26-
"reg-suit-interface": "^0.11.0",
26+
"reg-suit-interface": "^0.12.1",
2727
"typescript": "4.5.2"
2828
}
2929
}

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.11.1",
3+
"version": "0.12.1",
44
"description": "Notify reg-suit result to GitHub repository",
55
"regSuitPlugin": {
66
"recommended": true
@@ -25,14 +25,14 @@
2525
"@types/jest": "27.4.1",
2626
"@types/request-promise": "4.1.48",
2727
"jest": "27.5.1",
28-
"reg-suit-interface": "^0.11.0",
28+
"reg-suit-interface": "^0.12.1",
2929
"ts-jest": "27.1.4",
3030
"typescript": "4.5.2"
3131
},
3232
"dependencies": {
3333
"open": "^8.0.0",
3434
"reg-gh-app-interface": "^1.3.0",
35-
"reg-suit-util": "^0.11.0",
35+
"reg-suit-util": "^0.12.1",
3636
"request": "^2.88.2",
3737
"request-promise": "^4.2.6",
3838
"tiny-commit-walker": "^1.1.2"

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.11.2",
3+
"version": "0.12.1",
44
"description": "Notify reg-suit result to GHE repository using API",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -22,7 +22,7 @@
2222
"devDependencies": {
2323
"@types/node-fetch": "2.5.12",
2424
"dotenv": "10.0.0",
25-
"reg-suit-interface": "^0.11.0",
25+
"reg-suit-interface": "^0.12.1",
2626
"typescript": "4.5.2"
2727
},
2828
"dependencies": {
@@ -32,7 +32,7 @@
3232
"graphql": "^15.3.0",
3333
"graphql-tag": "^2.11.0",
3434
"node-fetch": "^2.6.1",
35-
"reg-suit-util": "^0.11.0",
35+
"reg-suit-util": "^0.12.1",
3636
"tiny-commit-walker": "^1.2.1"
3737
}
3838
}

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.11.1",
3+
"version": "0.12.1",
44
"description": "Notify reg-suit result to GitLab repository",
55
"main": "lib/index.js",
66
"scripts": {
@@ -23,13 +23,13 @@
2323
"@types/request-promise": "4.1.48",
2424
"@types/sinon": "10.0.11",
2525
"jest": "27.5.1",
26-
"reg-suit-interface": "^0.11.0",
26+
"reg-suit-interface": "^0.12.1",
2727
"sinon": "11.1.2",
2828
"ts-jest": "27.1.4",
2929
"typescript": "4.5.2"
3030
},
3131
"dependencies": {
32-
"reg-suit-util": "^0.11.0",
32+
"reg-suit-util": "^0.12.1",
3333
"request": "^2.88.2",
3434
"request-promise": "^4.2.6"
3535
}

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.11.0",
3+
"version": "0.12.1",
44
"description": "Notify reg-suit result to Slack channel.",
55
"main": "lib/index.js",
66
"scripts": {
@@ -23,7 +23,7 @@
2323
},
2424
"devDependencies": {
2525
"@types/request-promise": "4.1.48",
26-
"reg-suit-interface": "^0.11.0",
26+
"reg-suit-interface": "^0.12.1",
2727
"typescript": "4.5.2"
2828
}
2929
}

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.11.1",
3+
"version": "0.12.1",
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.11.0",
29+
"reg-suit-util": "^0.12.1",
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.11.0",
37+
"reg-suit-interface": "^0.12.1",
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.11.0",
3+
"version": "0.12.1",
44
"description": "Fetch and publish snapshot images to AWS S3.",
55
"regSuitPlugin": {
66
"recommended": true
@@ -24,13 +24,13 @@
2424
"dependencies": {
2525
"aws-sdk": "^2.755.0",
2626
"mkdirp": "^1.0.4",
27-
"reg-suit-util": "^0.11.0",
27+
"reg-suit-util": "^0.12.1",
2828
"uuid": "^8.3.0"
2929
},
3030
"devDependencies": {
3131
"@types/mkdirp": "1.0.2",
3232
"@types/uuid": "8.3.4",
33-
"reg-suit-interface": "^0.11.0",
33+
"reg-suit-interface": "^0.12.1",
3434
"rimraf": "3.0.2",
3535
"typescript": "4.5.2"
3636
}

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.11.0",
3+
"version": "0.12.1",
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.11.0",
21+
"reg-suit-interface": "^0.12.1",
2222
"typescript": "4.5.2"
2323
}
2424
}

0 commit comments

Comments
 (0)