diff --git a/lerna.json b/lerna.json index b913e780..97559855 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "2.11.0", - "version": "0.12.3", + "version": "0.13.0", "packages": ["packages/*"], "npmClient": "yarn", "useWorkspaces": true, diff --git a/packages/reg-keygen-git-hash-plugin/package.json b/packages/reg-keygen-git-hash-plugin/package.json index 2d6125e8..358c4295 100644 --- a/packages/reg-keygen-git-hash-plugin/package.json +++ b/packages/reg-keygen-git-hash-plugin/package.json @@ -1,6 +1,6 @@ { "name": "reg-keygen-git-hash-plugin", - "version": "0.12.2", + "version": "0.13.0", "description": "Detect the snapshot key to be compare with using Git hash.", "regSuitPlugin": { "recommended": true @@ -23,7 +23,7 @@ "repository": "git+https://github.com/reg-viz/reg-suit.git", "license": "MIT", "dependencies": { - "reg-suit-util": "^0.12.2", + "reg-suit-util": "^0.13.0", "shell-escape": "^0.2.0" }, "devDependencies": { @@ -31,7 +31,7 @@ "@types/shell-escape": "0.2.1", "glob": "7.2.0", "jest": "27.5.1", - "reg-suit-interface": "^0.12.2", + "reg-suit-interface": "^0.13.0", "rimraf": "5.0.1", "ts-jest": "27.1.4", "typescript": "4.5.2" diff --git a/packages/reg-notify-chatwork-plugin/package.json b/packages/reg-notify-chatwork-plugin/package.json index 3cbab6c4..7bc393b7 100644 --- a/packages/reg-notify-chatwork-plugin/package.json +++ b/packages/reg-notify-chatwork-plugin/package.json @@ -1,6 +1,6 @@ { "name": "reg-notify-chatwork-plugin", - "version": "0.12.2", + "version": "0.13.0", "description": "Notify reg-suit result to Chatwork channel.", "main": "lib/index.js", "scripts": { @@ -21,7 +21,7 @@ "undici": "^5.22.1" }, "devDependencies": { - "reg-suit-interface": "^0.12.2", + "reg-suit-interface": "^0.13.0", "typescript": "4.5.2" } } diff --git a/packages/reg-notify-github-plugin/package.json b/packages/reg-notify-github-plugin/package.json index 3d6f5f96..f615c040 100644 --- a/packages/reg-notify-github-plugin/package.json +++ b/packages/reg-notify-github-plugin/package.json @@ -1,6 +1,6 @@ { "name": "reg-notify-github-plugin", - "version": "0.12.2", + "version": "0.13.0", "description": "Notify reg-suit result to GitHub repository", "regSuitPlugin": { "recommended": true @@ -24,14 +24,14 @@ "devDependencies": { "@types/jest": "27.4.1", "jest": "27.5.1", - "reg-suit-interface": "^0.12.2", + "reg-suit-interface": "^0.13.0", "ts-jest": "27.1.4", "typescript": "4.5.2" }, "dependencies": { "open": "^8.0.0", "reg-gh-app-interface": "^1.3.0", - "reg-suit-util": "^0.12.2", + "reg-suit-util": "^0.13.0", "tiny-commit-walker": "^1.1.2", "undici": "^5.22.1" } diff --git a/packages/reg-notify-github-with-api-plugin/package.json b/packages/reg-notify-github-with-api-plugin/package.json index 108fc635..1388e66f 100644 --- a/packages/reg-notify-github-with-api-plugin/package.json +++ b/packages/reg-notify-github-with-api-plugin/package.json @@ -1,6 +1,6 @@ { "name": "reg-notify-github-with-api-plugin", - "version": "0.12.2", + "version": "0.13.0", "description": "Notify reg-suit result to GHE repository using API", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -21,7 +21,7 @@ "license": "MIT", "devDependencies": { "dotenv": "10.0.0", - "reg-suit-interface": "^0.12.2", + "reg-suit-interface": "^0.13.0", "typescript": "4.5.2" }, "dependencies": { @@ -30,7 +30,7 @@ "apollo-link-http": "^1.5.17", "graphql": "^15.3.0", "graphql-tag": "^2.11.0", - "reg-suit-util": "^0.12.2", + "reg-suit-util": "^0.13.0", "tiny-commit-walker": "^1.2.1", "undici": "^5.22.1" } diff --git a/packages/reg-notify-gitlab-plugin/package.json b/packages/reg-notify-gitlab-plugin/package.json index 3e35214f..2619e8d8 100644 --- a/packages/reg-notify-gitlab-plugin/package.json +++ b/packages/reg-notify-gitlab-plugin/package.json @@ -1,6 +1,6 @@ { "name": "reg-notify-gitlab-plugin", - "version": "0.12.3", + "version": "0.13.0", "description": "Notify reg-suit result to GitLab repository", "main": "lib/index.js", "scripts": { @@ -22,13 +22,13 @@ "@types/jest": "27.4.1", "@types/sinon": "10.0.11", "jest": "27.5.1", - "reg-suit-interface": "^0.12.2", + "reg-suit-interface": "^0.13.0", "sinon": "11.1.2", "ts-jest": "27.1.4", "typescript": "4.5.2" }, "dependencies": { - "reg-suit-util": "^0.12.2", + "reg-suit-util": "^0.13.0", "undici": "^5.22.1" } } diff --git a/packages/reg-notify-slack-plugin/package.json b/packages/reg-notify-slack-plugin/package.json index aeed0186..fa64d786 100644 --- a/packages/reg-notify-slack-plugin/package.json +++ b/packages/reg-notify-slack-plugin/package.json @@ -1,6 +1,6 @@ { "name": "reg-notify-slack-plugin", - "version": "0.12.2", + "version": "0.13.0", "description": "Notify reg-suit result to Slack channel.", "main": "lib/index.js", "scripts": { @@ -21,7 +21,7 @@ "undici": "^5.22.1" }, "devDependencies": { - "reg-suit-interface": "^0.12.2", + "reg-suit-interface": "^0.13.0", "typescript": "4.5.2" } } diff --git a/packages/reg-publish-gcs-plugin/package.json b/packages/reg-publish-gcs-plugin/package.json index 6a2f23f5..56f0e7d9 100644 --- a/packages/reg-publish-gcs-plugin/package.json +++ b/packages/reg-publish-gcs-plugin/package.json @@ -1,6 +1,6 @@ { "name": "reg-publish-gcs-plugin", - "version": "0.12.2", + "version": "0.13.0", "description": "Fetch and publish snapshot images to Google Cloud Storage.", "main": "lib/index.js", "scripts": { @@ -26,7 +26,7 @@ "@google-cloud/storage": "^5.3.0", "form-data": "^4.0.0", "mkdirp": "^1.0.4", - "reg-suit-util": "^0.12.2", + "reg-suit-util": "^0.13.0", "uuid": "^8.3.0" }, "devDependencies": { @@ -34,7 +34,7 @@ "@types/mkdirp": "1.0.2", "@types/uuid": "8.3.4", "glob": "7.2.0", - "reg-suit-interface": "^0.12.2", + "reg-suit-interface": "^0.13.0", "typescript": "4.5.2" } } diff --git a/packages/reg-publish-s3-plugin/package.json b/packages/reg-publish-s3-plugin/package.json index bcb05619..4d43637f 100644 --- a/packages/reg-publish-s3-plugin/package.json +++ b/packages/reg-publish-s3-plugin/package.json @@ -1,6 +1,6 @@ { "name": "reg-publish-s3-plugin", - "version": "0.12.2", + "version": "0.13.0", "description": "Fetch and publish snapshot images to AWS S3.", "regSuitPlugin": { "recommended": true @@ -23,13 +23,13 @@ "dependencies": { "@aws-sdk/client-s3": "^3.485.0", "mkdirp": "^1.0.4", - "reg-suit-util": "^0.12.2", + "reg-suit-util": "^0.13.0", "uuid": "^8.3.0" }, "devDependencies": { "@types/mkdirp": "1.0.2", "@types/uuid": "8.3.4", - "reg-suit-interface": "^0.12.2", + "reg-suit-interface": "^0.13.0", "rimraf": "5.0.1", "typescript": "4.5.2" } diff --git a/packages/reg-simple-keygen-plugin/package.json b/packages/reg-simple-keygen-plugin/package.json index 2660632d..472fd421 100644 --- a/packages/reg-simple-keygen-plugin/package.json +++ b/packages/reg-simple-keygen-plugin/package.json @@ -1,6 +1,6 @@ { "name": "reg-simple-keygen-plugin", - "version": "0.12.2", + "version": "0.13.0", "description": "Determine snapshot key with given values", "main": "lib/index.js", "scripts": { @@ -18,7 +18,7 @@ "repository": "git+https://github.com/reg-viz/reg-suit.git", "license": "MIT", "devDependencies": { - "reg-suit-interface": "^0.12.2", + "reg-suit-interface": "^0.13.0", "typescript": "4.5.2" } } diff --git a/packages/reg-suit-cli/package.json b/packages/reg-suit-cli/package.json index b9c7dedc..9346c177 100644 --- a/packages/reg-suit-cli/package.json +++ b/packages/reg-suit-cli/package.json @@ -1,6 +1,6 @@ { "name": "reg-suit", - "version": "0.12.2", + "version": "0.13.0", "description": "", "bin": { "reg-suit": "lib/cli.js" @@ -27,15 +27,15 @@ "cp-file": "9.1.0", "ignore": "5.1.8", "inquirer": "8.2.1", - "reg-suit-core": "^0.12.2", - "reg-suit-util": "^0.12.2", + "reg-suit-core": "^0.13.0", + "reg-suit-util": "^0.13.0", "yargs": "17.0.1" }, "devDependencies": { "@types/cp-file": "6.1.2", "@types/inquirer": "8.2.0", "@types/yargs": "16.0.4", - "reg-suit-interface": "^0.12.2", + "reg-suit-interface": "^0.13.0", "typescript": "4.5.2" } } diff --git a/packages/reg-suit-core-testing/package.json b/packages/reg-suit-core-testing/package.json index 072eead8..280fabe4 100644 --- a/packages/reg-suit-core-testing/package.json +++ b/packages/reg-suit-core-testing/package.json @@ -1,22 +1,22 @@ { "name": "reg-suit-core-testing", - "version": "0.12.3", + "version": "0.13.0", "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.3", - "reg-notify-slack-plugin": "^0.12.2", - "reg-publish-s3-plugin": "^0.12.2", - "reg-simple-keygen-plugin": "^0.12.2", - "reg-suit-core": "^0.12.2" + "reg-notify-gitlab-plugin": "^0.13.0", + "reg-notify-slack-plugin": "^0.13.0", + "reg-publish-s3-plugin": "^0.13.0", + "reg-simple-keygen-plugin": "^0.13.0", + "reg-suit-core": "^0.13.0" }, "devDependencies": { - "reg-keygen-git-hash-plugin": "^0.12.2", - "reg-suit": "^0.12.2", - "reg-suit-interface": "^0.12.2", + "reg-keygen-git-hash-plugin": "^0.13.0", + "reg-suit": "^0.13.0", + "reg-suit-interface": "^0.13.0", "typescript": "4.5.2" } } diff --git a/packages/reg-suit-core/package.json b/packages/reg-suit-core/package.json index 53600762..7f0757c7 100644 --- a/packages/reg-suit-core/package.json +++ b/packages/reg-suit-core/package.json @@ -1,6 +1,6 @@ { "name": "reg-suit-core", - "version": "0.12.2", + "version": "0.13.0", "description": "", "main": "lib/index.js", "typings": "lib/index.d.ts", @@ -20,13 +20,13 @@ "license": "MIT", "dependencies": { "reg-cli": "^0.17.0", - "reg-suit-util": "^0.12.2", + "reg-suit-util": "^0.13.0", "rimraf": "^5.0.1" }, "devDependencies": { "@types/jest": "27.4.1", "jest": "27.5.1", - "reg-suit-interface": "^0.12.2", + "reg-suit-interface": "^0.13.0", "ts-jest": "27.1.4", "typescript": "4.5.2" } diff --git a/packages/reg-suit-interface/package.json b/packages/reg-suit-interface/package.json index b77f2c76..64dc00bd 100644 --- a/packages/reg-suit-interface/package.json +++ b/packages/reg-suit-interface/package.json @@ -1,6 +1,6 @@ { "name": "reg-suit-interface", - "version": "0.12.2", + "version": "0.13.0", "description": "", "typings": "lib/index.d.ts", "scripts": { diff --git a/packages/reg-suit-toppage/package.json b/packages/reg-suit-toppage/package.json index 32e6c43d..88933b93 100644 --- a/packages/reg-suit-toppage/package.json +++ b/packages/reg-suit-toppage/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "reg-suit-toppage", - "version": "0.12.2", + "version": "0.13.0", "description": "", "scripts": { "build": "bash scripts/build.sh v1.0.0", @@ -27,12 +27,12 @@ "gh-pages": "3.2.3", "mkdirp": "1.0.4", "puppeteer": "10.4.0", - "reg-keygen-git-hash-plugin": "^0.12.2", - "reg-notify-github-plugin": "^0.12.2", - "reg-notify-slack-plugin": "^0.12.2", - "reg-publish-s3-plugin": "^0.12.2", - "reg-suit": "^0.12.2", - "reg-suit-core": "^0.12.2", + "reg-keygen-git-hash-plugin": "^0.13.0", + "reg-notify-github-plugin": "^0.13.0", + "reg-notify-slack-plugin": "^0.13.0", + "reg-publish-s3-plugin": "^0.13.0", + "reg-suit": "^0.13.0", + "reg-suit-core": "^0.13.0", "typescript": "4.5.2" } } diff --git a/packages/reg-suit-util/package.json b/packages/reg-suit-util/package.json index 55d2fba7..982d6bb5 100644 --- a/packages/reg-suit-util/package.json +++ b/packages/reg-suit-util/package.json @@ -1,6 +1,6 @@ { "name": "reg-suit-util", - "version": "0.12.2", + "version": "0.13.0", "description": "", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -19,7 +19,7 @@ "repository": "git+https://github.com/reg-viz/reg-suit.git", "license": "MIT", "devDependencies": { - "reg-suit-interface": "^0.12.2", + "reg-suit-interface": "^0.13.0", "typescript": "4.5.2" }, "dependencies": {