Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
liximomo committed Feb 13, 2020
1 parent db118ed commit 4f8b589
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shuvi/core",
"version": "0.0.1-alpha.1",
"version": "0.0.1-alpha.2",
"repository": {
"type": "git",
"url": "git+https://github.com/liximomo/shuvi.git",
Expand All @@ -19,9 +19,9 @@
"node": ">= 8.0.0"
},
"dependencies": {
"@shuvi/react-fs": "^0.0.1-alpha.1",
"@shuvi/toolpack": "^0.0.1-alpha.1",
"@shuvi/utils": "^0.0.1-alpha.1",
"@shuvi/react-fs": "^0.0.1-alpha.2",
"@shuvi/toolpack": "^0.0.1-alpha.2",
"@shuvi/utils": "^0.0.1-alpha.2",
"fs-extra": "8.1.0",
"handlebars": "4.5.3",
"immer": "5.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-fs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shuvi/react-fs",
"version": "0.0.1-alpha.1",
"version": "0.0.1-alpha.2",
"repository": {
"type": "git",
"url": "git+https://github.com/liximomo/shuvi.git",
Expand Down
4 changes: 2 additions & 2 deletions packages/runtime-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shuvi/runtime-react",
"version": "0.0.1-alpha.1",
"version": "0.0.1-alpha.2",
"repository": {
"type": "git",
"url": "git+https://github.com/liximomo/shuvi.git",
Expand Down Expand Up @@ -32,7 +32,7 @@
"node": ">= 8.0.0"
},
"dependencies": {
"@shuvi/utils": "^0.0.1-alpha.1",
"@shuvi/utils": "^0.0.1-alpha.2",
"history": "^4.10.1",
"react-router-config": "5.1.1",
"react-router-dom": "5.1.2",
Expand Down
12 changes: 6 additions & 6 deletions packages/shuvi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shuvi",
"version": "0.0.1-alpha.1",
"version": "0.0.1-alpha.2",
"repository": {
"type": "git",
"url": "git+https://github.com/liximomo/shuvi.git",
Expand All @@ -22,11 +22,11 @@
},
"dependencies": {
"@babel/runtime-corejs2": "7.8.4",
"@shuvi/core": "^0.0.1-alpha.1",
"@shuvi/runtime-react": "^0.0.1-alpha.1",
"@shuvi/toolpack": "^0.0.1-alpha.1",
"@shuvi/types": "^0.0.1-alpha.1",
"@shuvi/utils": "^0.0.1-alpha.1",
"@shuvi/core": "^0.0.1-alpha.2",
"@shuvi/runtime-react": "^0.0.1-alpha.2",
"@shuvi/toolpack": "^0.0.1-alpha.2",
"@shuvi/types": "^0.0.1-alpha.2",
"@shuvi/utils": "^0.0.1-alpha.2",
"commander": "4.0.1",
"cross-spawn": "7.0.1",
"express": "4.17.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shuvi/toolpack",
"version": "0.0.1-alpha.1",
"version": "0.0.1-alpha.2",
"repository": {
"type": "git",
"url": "git+https://github.com/liximomo/shuvi.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shuvi/types",
"version": "0.0.1-alpha.1",
"version": "0.0.1-alpha.2",
"repository": {
"type": "git",
"url": "git+https://github.com/liximomo/shuvi.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shuvi/utils",
"version": "0.0.1-alpha.1",
"version": "0.0.1-alpha.2",
"repository": {
"type": "git",
"url": "git+https://github.com/liximomo/shuvi.git",
Expand Down

0 comments on commit 4f8b589

Please sign in to comment.