Skip to content

Commit

Permalink
v0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Quramy committed Mar 1, 2024
1 parent addaf12 commit 288ad5b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"lerna": "2.11.0",
"version": "0.14.0",
"version": "0.14.1",
"packages": ["packages/*"],
"npmClient": "yarn",
"useWorkspaces": true,
Expand Down
4 changes: 2 additions & 2 deletions packages/reg-suit-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "reg-suit",
"version": "0.14.0",
"version": "0.14.1",
"description": "",
"bin": {
"reg-suit": "lib/cli.js"
Expand All @@ -27,7 +27,7 @@
"cp-file": "9.1.0",
"ignore": "5.1.8",
"inquirer": "8.2.1",
"reg-suit-core": "^0.14.0",
"reg-suit-core": "^0.14.1",
"reg-suit-util": "^0.14.0",
"yargs": "17.0.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/reg-suit-core-testing/package.json
@@ -1,6 +1,6 @@
{
"name": "reg-suit-core-testing",
"version": "0.14.0",
"version": "0.14.1",
"private": true,
"scripts": {
"reg-suit-debug": "node ../reg-suit-cli/lib/cli.js",
Expand All @@ -11,11 +11,11 @@
"reg-notify-slack-plugin": "^0.14.0",
"reg-publish-s3-plugin": "^0.14.0",
"reg-simple-keygen-plugin": "^0.14.0",
"reg-suit-core": "^0.14.0"
"reg-suit-core": "^0.14.1"
},
"devDependencies": {
"reg-keygen-git-hash-plugin": "^0.14.0",
"reg-suit": "^0.14.0",
"reg-suit": "^0.14.1",
"reg-suit-interface": "^0.14.0",
"typescript": "4.5.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/reg-suit-core/package.json
@@ -1,6 +1,6 @@
{
"name": "reg-suit-core",
"version": "0.14.0",
"version": "0.14.1",
"description": "",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/reg-suit-toppage/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "reg-suit-toppage",
"version": "0.14.0",
"version": "0.14.1",
"description": "",
"scripts": {
"build": "bash scripts/build.sh v1.0.0",
Expand Down Expand Up @@ -31,8 +31,8 @@
"reg-notify-github-plugin": "^0.14.0",
"reg-notify-slack-plugin": "^0.14.0",
"reg-publish-s3-plugin": "^0.14.0",
"reg-suit": "^0.14.0",
"reg-suit-core": "^0.14.0",
"reg-suit": "^0.14.1",
"reg-suit-core": "^0.14.1",
"typescript": "4.5.2"
}
}

0 comments on commit 288ad5b

Please sign in to comment.