Skip to content

Commit

Permalink
v0.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Quramy committed May 2, 2024
1 parent a01fb47 commit 6ab5c54
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 23 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.14.3",
"version": "0.14.4",
"packages": ["packages/*"],
"npmClient": "yarn",
"useWorkspaces": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/reg-notify-chatwork-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reg-notify-chatwork-plugin",
"version": "0.14.2",
"version": "0.14.4",
"description": "Notify reg-suit result to Chatwork channel.",
"main": "lib/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/reg-notify-github-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reg-notify-github-plugin",
"version": "0.14.3",
"version": "0.14.4",
"description": "Notify reg-suit result to GitHub repository",
"regSuitPlugin": {
"recommended": true
Expand Down
2 changes: 1 addition & 1 deletion packages/reg-notify-github-with-api-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reg-notify-github-with-api-plugin",
"version": "0.14.3",
"version": "0.14.4",
"description": "Notify reg-suit result to GHE repository using API",
"main": "lib/index.js",
"types": "lib/index.d.ts",
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.14.3",
"version": "0.14.4",
"description": "Notify reg-suit result to GitLab repository",
"main": "lib/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/reg-notify-slack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reg-notify-slack-plugin",
"version": "0.14.2",
"version": "0.14.4",
"description": "Notify reg-suit result to Slack channel.",
"main": "lib/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/reg-publish-gcs-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reg-publish-gcs-plugin",
"version": "0.14.3",
"version": "0.14.4",
"description": "Fetch and publish snapshot images to Google Cloud Storage.",
"main": "lib/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/reg-publish-s3-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reg-publish-s3-plugin",
"version": "0.14.3",
"version": "0.14.4",
"description": "Fetch and publish snapshot images to AWS S3.",
"regSuitPlugin": {
"recommended": true
Expand Down
4 changes: 2 additions & 2 deletions packages/reg-suit-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reg-suit",
"version": "0.14.3",
"version": "0.14.4",
"description": "",
"bin": {
"reg-suit": "lib/cli.js"
Expand All @@ -27,7 +27,7 @@
"cp-file": "9.1.0",
"ignore": "5.3.1",
"inquirer": "8.2.6",
"reg-suit-core": "^0.14.3",
"reg-suit-core": "^0.14.4",
"reg-suit-util": "^0.14.3",
"yargs": "17.0.1"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/reg-suit-core-testing/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "reg-suit-core-testing",
"version": "0.14.3",
"version": "0.14.4",
"private": true,
"scripts": {
"reg-suit-debug": "node ../reg-suit-cli/lib/cli.js",
"test": "echo \"T.B.D.\""
},
"dependencies": {
"reg-notify-gitlab-plugin": "^0.14.3",
"reg-notify-slack-plugin": "^0.14.2",
"reg-publish-s3-plugin": "^0.14.3",
"reg-notify-gitlab-plugin": "^0.14.4",
"reg-notify-slack-plugin": "^0.14.4",
"reg-publish-s3-plugin": "^0.14.4",
"reg-simple-keygen-plugin": "^0.14.2",
"reg-suit-core": "^0.14.3"
"reg-suit-core": "^0.14.4"
},
"devDependencies": {
"reg-keygen-git-hash-plugin": "^0.14.3",
"reg-suit": "^0.14.3",
"reg-suit": "^0.14.4",
"reg-suit-interface": "^0.14.2",
"typescript": "4.5.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/reg-suit-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reg-suit-core",
"version": "0.14.3",
"version": "0.14.4",
"description": "",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down
12 changes: 6 additions & 6 deletions packages/reg-suit-toppage/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "reg-suit-toppage",
"version": "0.14.3",
"version": "0.14.4",
"description": "",
"scripts": {
"build": "bash scripts/build.sh v1.0.0",
Expand All @@ -28,11 +28,11 @@
"mkdirp": "1.0.4",
"puppeteer": "10.4.0",
"reg-keygen-git-hash-plugin": "^0.14.3",
"reg-notify-github-plugin": "^0.14.3",
"reg-notify-slack-plugin": "^0.14.2",
"reg-publish-s3-plugin": "^0.14.3",
"reg-suit": "^0.14.3",
"reg-suit-core": "^0.14.3",
"reg-notify-github-plugin": "^0.14.4",
"reg-notify-slack-plugin": "^0.14.4",
"reg-publish-s3-plugin": "^0.14.4",
"reg-suit": "^0.14.4",
"reg-suit-core": "^0.14.4",
"typescript": "4.5.2"
}
}

0 comments on commit 6ab5c54

Please sign in to comment.