Skip to content

Commit

Permalink
v0.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Quramy committed Mar 5, 2024
1 parent 3e676c7 commit 5e2235f
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"lerna": "2.11.0",
"version": "0.14.2",
"version": "0.14.3",
"packages": ["packages/*"],
"npmClient": "yarn",
"useWorkspaces": true,
Expand Down
4 changes: 2 additions & 2 deletions packages/reg-keygen-git-hash-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "reg-keygen-git-hash-plugin",
"version": "0.14.2",
"version": "0.14.3",
"description": "Detect the snapshot key to be compare with using Git hash.",
"regSuitPlugin": {
"recommended": true
Expand All @@ -23,7 +23,7 @@
"repository": "git+https://github.com/reg-viz/reg-suit.git",
"license": "MIT",
"dependencies": {
"reg-suit-util": "^0.14.2",
"reg-suit-util": "^0.14.3",
"shell-escape": "^0.2.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/reg-notify-github-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "reg-notify-github-plugin",
"version": "0.14.2",
"version": "0.14.3",
"description": "Notify reg-suit result to GitHub repository",
"regSuitPlugin": {
"recommended": true
Expand Down Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"open": "^8.0.0",
"reg-gh-app-interface": "^1.3.0",
"reg-suit-util": "^0.14.2",
"reg-suit-util": "^0.14.3",
"tiny-commit-walker": "^1.1.2",
"undici": "^5.22.1"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/reg-notify-github-with-api-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "reg-notify-github-with-api-plugin",
"version": "0.14.2",
"version": "0.14.3",
"description": "Notify reg-suit result to GHE repository using API",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -30,7 +30,7 @@
"apollo-link-http": "^1.5.17",
"graphql": "^15.3.0",
"graphql-tag": "^2.11.0",
"reg-suit-util": "^0.14.2",
"reg-suit-util": "^0.14.3",
"tiny-commit-walker": "^1.2.1",
"undici": "^5.22.1"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/reg-notify-gitlab-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "reg-notify-gitlab-plugin",
"version": "0.14.2",
"version": "0.14.3",
"description": "Notify reg-suit result to GitLab repository",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"typescript": "4.5.2"
},
"dependencies": {
"reg-suit-util": "^0.14.2",
"reg-suit-util": "^0.14.3",
"undici": "^5.22.1"
}
}
4 changes: 2 additions & 2 deletions packages/reg-publish-gcs-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "reg-publish-gcs-plugin",
"version": "0.14.2",
"version": "0.14.3",
"description": "Fetch and publish snapshot images to Google Cloud Storage.",
"main": "lib/index.js",
"scripts": {
Expand All @@ -26,7 +26,7 @@
"@google-cloud/storage": "^5.3.0",
"form-data": "^4.0.0",
"mkdirp": "^1.0.4",
"reg-suit-util": "^0.14.2",
"reg-suit-util": "^0.14.3",
"uuid": "^8.3.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/reg-publish-s3-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "reg-publish-s3-plugin",
"version": "0.14.2",
"version": "0.14.3",
"description": "Fetch and publish snapshot images to AWS S3.",
"regSuitPlugin": {
"recommended": true
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"@aws-sdk/client-s3": "^3.485.0",
"mkdirp": "^1.0.4",
"reg-suit-util": "^0.14.2",
"reg-suit-util": "^0.14.3",
"uuid": "^8.3.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/reg-suit-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "reg-suit",
"version": "0.14.2",
"version": "0.14.3",
"description": "",
"bin": {
"reg-suit": "lib/cli.js"
Expand All @@ -27,8 +27,8 @@
"cp-file": "9.1.0",
"ignore": "5.3.1",
"inquirer": "8.2.6",
"reg-suit-core": "^0.14.2",
"reg-suit-util": "^0.14.2",
"reg-suit-core": "^0.14.3",
"reg-suit-util": "^0.14.3",
"yargs": "17.0.1"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/reg-suit-core-testing/package.json
@@ -1,21 +1,21 @@
{
"name": "reg-suit-core-testing",
"version": "0.14.2",
"version": "0.14.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.14.2",
"reg-notify-gitlab-plugin": "^0.14.3",
"reg-notify-slack-plugin": "^0.14.2",
"reg-publish-s3-plugin": "^0.14.2",
"reg-publish-s3-plugin": "^0.14.3",
"reg-simple-keygen-plugin": "^0.14.2",
"reg-suit-core": "^0.14.2"
"reg-suit-core": "^0.14.3"
},
"devDependencies": {
"reg-keygen-git-hash-plugin": "^0.14.2",
"reg-suit": "^0.14.2",
"reg-keygen-git-hash-plugin": "^0.14.3",
"reg-suit": "^0.14.3",
"reg-suit-interface": "^0.14.2",
"typescript": "4.5.2"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/reg-suit-core/package.json
@@ -1,6 +1,6 @@
{
"name": "reg-suit-core",
"version": "0.14.2",
"version": "0.14.3",
"description": "",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand All @@ -20,7 +20,7 @@
"license": "MIT",
"dependencies": {
"reg-cli": "^0.18.1",
"reg-suit-util": "^0.14.2",
"reg-suit-util": "^0.14.3",
"rimraf": "^5.0.1"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/reg-suit-toppage/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "reg-suit-toppage",
"version": "0.14.2",
"version": "0.14.3",
"description": "",
"scripts": {
"build": "bash scripts/build.sh v1.0.0",
Expand All @@ -27,12 +27,12 @@
"gh-pages": "6.1.1",
"mkdirp": "1.0.4",
"puppeteer": "10.4.0",
"reg-keygen-git-hash-plugin": "^0.14.2",
"reg-notify-github-plugin": "^0.14.2",
"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.2",
"reg-suit": "^0.14.2",
"reg-suit-core": "^0.14.2",
"reg-publish-s3-plugin": "^0.14.3",
"reg-suit": "^0.14.3",
"reg-suit-core": "^0.14.3",
"typescript": "4.5.2"
}
}
2 changes: 1 addition & 1 deletion packages/reg-suit-util/package.json
@@ -1,6 +1,6 @@
{
"name": "reg-suit-util",
"version": "0.14.2",
"version": "0.14.3",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 5e2235f

Please sign in to comment.