Skip to content

Commit

Permalink
Version Packages (rc)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohuoni authored Apr 15, 2022
2 parents a9655eb + 5d3c6e4 commit f31ddf7
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 7 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"khaki-planes-build",
"lazy-sloths-beam",
"lucky-mails-check",
"neat-avocados-shake",
"new-spiders-kick",
"poor-berries-rescue",
"purple-hairs-breathe",
Expand Down
10 changes: 10 additions & 0 deletions packages/alita/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# alita

## 3.0.0-rc.5

### Patch Changes

- [#300](https://github.com/alitajs/alita/pull/300) [`5b89702`](https://github.com/alitajs/alita/commit/5b89702d4202c8ced34d6e0d70b14c34484cd531) Thanks [@xiaohuoni](https://github.com/xiaohuoni)! - fix: publish error

- Updated dependencies [[`5b89702`](https://github.com/alitajs/alita/commit/5b89702d4202c8ced34d6e0d70b14c34484cd531)]:
- @alita/native@3.0.0-rc.5
- @alita/plugins@3.0.0-rc.5

## 3.0.0-rc.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/alita/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alita",
"version": "3.0.0-rc.4",
"version": "3.0.0-rc.5",
"description": "v3 develop version",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -30,8 +30,8 @@
"alita": "bin/alita.js"
},
"dependencies": {
"@alita/native": "3.0.0-rc.4",
"@alita/plugins": "3.0.0-rc.4",
"@alita/native": "3.0.0-rc.5",
"@alita/plugins": "3.0.0-rc.5",
"@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
9 changes: 9 additions & 0 deletions packages/native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @alita/native

## 3.0.0-rc.5

### Patch Changes

- [#300](https://github.com/alitajs/alita/pull/300) [`5b89702`](https://github.com/alitajs/alita/commit/5b89702d4202c8ced34d6e0d70b14c34484cd531) Thanks [@xiaohuoni](https://github.com/xiaohuoni)! - fix: publish error

- Updated dependencies [[`5b89702`](https://github.com/alitajs/alita/commit/5b89702d4202c8ced34d6e0d70b14c34484cd531)]:
- [email protected]

## 3.0.0-rc.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alita/native",
"version": "3.0.0-rc.4",
"version": "3.0.0-rc.5",
"description": "alita native cli",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -27,7 +27,7 @@
"access": "public"
},
"dependencies": {
"alita": "3.0.0-rc.4",
"alita": "3.0.0-rc.5",
"@umijs/utils": "4.0.0-canary.20220414.1"
},
"license": "MIT"
Expand Down
9 changes: 9 additions & 0 deletions packages/plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @alita/plugins

## 3.0.0-rc.5

### Patch Changes

- [#300](https://github.com/alitajs/alita/pull/300) [`5b89702`](https://github.com/alitajs/alita/commit/5b89702d4202c8ced34d6e0d70b14c34484cd531) Thanks [@xiaohuoni](https://github.com/xiaohuoni)! - fix: publish error

- Updated dependencies [[`5b89702`](https://github.com/alitajs/alita/commit/5b89702d4202c8ced34d6e0d70b14c34484cd531)]:
- [email protected]

## 3.0.0-rc.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alita/plugins",
"version": "3.0.0-rc.4",
"version": "3.0.0-rc.5",
"description": "@alita/plugins",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@umijs/plugins": "4.0.0-canary.20220414.1",
"@umijs/utils": "4.0.0-canary.20220414.1",
"ahooks": "^3.0.8",
"alita": "3.0.0-rc.4",
"alita": "3.0.0-rc.5",
"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 f31ddf7

Please sign in to comment.