Skip to content

Commit

Permalink
fix: publish error
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohuoni committed Apr 15, 2022
1 parent 0fe3a65 commit 5b89702
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions .changeset/neat-avocados-shake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'alita': patch
'@alita/native': patch
'@alita/plugins': patch
---

fix: publish error
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@umijs/plugin-docs": "4.0.0-canary.20220414.1",
"@changesets/cli": "2.19.0",
"@changesets/changelog-github": "0.4.2",
"alita": "workspace:*",
"alita": "3.0.0-rc.4",
"esno": "^0.10.1",
"husky": "^7.0.4",
"jest": "^27.3.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/alita/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"alita": "bin/alita.js"
},
"dependencies": {
"@alita/native": "workspace:*",
"@alita/plugins": "workspace:*",
"@alita/native": "3.0.0-rc.4",
"@alita/plugins": "3.0.0-rc.4",
"@umijs/bundler-utils": "4.0.0-canary.20220414.1",
"@umijs/core": "4.0.0-canary.20220414.1",
"@umijs/renderer-react": "4.0.0-canary.20220414.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"access": "public"
},
"dependencies": {
"alita": "workspace:*",
"alita": "3.0.0-rc.4",
"@umijs/utils": "4.0.0-canary.20220414.1"
},
"license": "MIT"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
"dependencies": {
"@alita/alita-layout": "^3.0.5",
"@alita/inspx": "0.0.2",
"@alita/request": "workspace:*",
"@alita/request": "3.0.0-rc.2",
"@umijs/bundler-utils": "4.0.0-canary.20220414.1",
"@umijs/plugins": "4.0.0-canary.20220414.1",
"@umijs/utils": "4.0.0-canary.20220414.1",
"ahooks": "^3.0.8",
"alita": "workspace:*",
"alita": "3.0.0-rc.4",
"antd-mobile-icons": "^0.2.2",
"babel-plugin-import": "^1.13.3",
"babel-plugin-transform-jsx-class": "^0.1.3",
Expand Down

0 comments on commit 5b89702

Please sign in to comment.