Skip to content

Commit

Permalink
v0.5.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
run-nan committed Oct 28, 2021
1 parent 5cc37a9 commit 66a13f5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages/*"
],
"useWorkspaces": false,
"version": "0.4.1-alpha.0"
"version": "0.5.0-alpha.0"
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rallie/core",
"version": "0.4.1-alpha.0",
"version": "0.5.0-alpha.0",
"description": "a progressive micro front framework",
"main": "./dist/index.umd.js",
"module": "./dist/index.es.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/rallie/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rallie",
"version": "0.4.1-alpha.0",
"version": "0.5.0-alpha.0",
"description": "a progressive micro front framework",
"main": "./dist/index.umd.js",
"module": "./dist/index.es.js",
Expand All @@ -11,7 +11,7 @@
"author": "Philip Lau",
"license": "MIT",
"dependencies": {
"@rallie/core": "^0.4.1-alpha.0",
"@rallie/core": "^0.5.0-alpha.0",
"tslib": "^2.3.1"
},
"repository": {
Expand Down
6 changes: 2 additions & 4 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rallie/react",
"version": "0.4.1-alpha.0",
"version": "0.5.0-alpha.0",
"description": "react binding for rallie",
"author": "Philip Lau",
"homepage": "https://github.com/ralliejs/rallie#readme",
Expand All @@ -19,9 +19,7 @@
"url": "https://github.com/ralliejs/rallie/issues"
},
"dependencies": {
"rallie": "^0.4.1-alpha.0"
},
"devDependencies": {
"rallie": "^0.5.0-alpha.0"
},
"peerDependencies": {
"react": "^17.0.2",
Expand Down
6 changes: 2 additions & 4 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rallie/vue",
"version": "0.4.1-alpha.0",
"version": "0.5.0-alpha.0",
"description": "vue binding for rallie",
"author": "runnan <1608272694@qq.com>",
"homepage": "https://github.com/ralliejs/rallie#readme",
Expand All @@ -19,9 +19,7 @@
"url": "https://github.com/ralliejs/rallie/issues"
},
"dependencies": {
"rallie": "^0.4.1-alpha.0"
},
"devDependencies": {
"rallie": "^0.5.0-alpha.0"
},
"peerDependencies": {
"react": "^17.0.2",
Expand Down

0 comments on commit 66a13f5

Please sign in to comment.