8000 Version Packages (rc) by github-actions[bot] · Pull Request #328 · alitajs/alita · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Version Packages (rc) #328

New issue

Have a question about this project? Sign up for a fr 8000 ee GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"changesets": [
"blue-falcons-happen",
"brown-brooms-matter",
"chilled-eyes-kick",
"cuddly-students-grin",
"eight-seals-buy",
"eighty-bears-smash",
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.9

### Patch Changes

- [#327](https://github.com/alitajs/alita/pull/327) [`ed28bd8`](https://github.com/alitajs/alita/commit/ed28bd8b8ab8e32b0a2797f8422e6408c5f69e06) Thanks [@xiaohuoni](https://github.com/xiaohuoni)! - fix: assets lose

- Updated dependencies []:
- @alita/native@3.0.0-rc.9
- @alita/plugins@3.0.0-rc.9

## 3.0.0-rc.8

### 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.8",
"version": "3.0.0-rc.9",
"description": "v3 develop version",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -31,8 +31,8 @@
"alita": "bin/alita.js"
},
"dependencies": {
"@alita/native": "3.0.0-rc.8",
"@alita/plugins": "3.0.0-rc.8",
"@alita/native": "3.0.0-rc.9",
"@alita/plugins": "3.0.0-rc.9",
"@umijs/bundler-utils": "4.0.0-rc.21",
"@umijs/core": "4.0.0-rc.21",
"@umijs/renderer-react": "4.0.0-rc.21",
Expand Down
7 changes: 7 additions & 0 deletions packages/native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @alita/native

## 3.0.0-rc.9

### Patch Changes

- Updated dependencies [[`ed28bd8`](https://github.com/alitajs/alita/commit/ed28bd8b8ab8e32b0a2797f8422e6408c5f69e06)]:
- alita@3.0.0-rc.9

## 3.0.0-rc.8

### 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.8",
"version": "3.0.0-rc.9",
"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.8",
"alita": "3.0.0-rc.9",
"@umijs/utils": "4.0.0-rc.21"
},
"license": "MIT"
Expand Down
7 changes: 7 additions & 0 deletions packages/plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @alita/plugins

## 3.0.0-rc.9

### Patch Changes

- Updated dependencies [[`ed28bd8`](https://github.com/alitajs/alita/commit/ed28bd8b8ab8e32b0a2797f8422e6408c5f69e06)]:
- alita@3.0.0-rc.9

## 3.0.0-rc.8

### 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.8",
"version": "3.0.0-rc.9",
"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-rc.21",
"@umijs/utils": "4.0.0-rc.21",
"ahooks": "^3.0.8",
"alita": "3.0.0-rc.8",
"alita": "3.0.0-rc.9",
"antd-mobile-icons": "^0.2.2",
"babel-plugin-import": "^1.13.3",
"babel-plugin-transform-jsx-class": "^0.1.3",
Expand Down
0