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

Version Packages (beta) #240

New issue

Have a question about this project? Sign up for a free 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
Feb 9, 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
17 changes: 5 additions & 12 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,10 @@
"@alita/request": "3.0.0-beta.3"
},
"changesets": [
"afraid-planets-greet",
"cold-comics-care",
"four-apples-join",
"lemon-singers-film",
"light-lies-own",
"light-scissors-wink",
"quiet-pillows-kneel",
"red-masks-return",
"rotten-socks-tell",
"rude-dancers-live",
"serious-tools-marry",
"wise-teachers-tie"
"eight-seals-buy",
"red-stingrays-deliver",
"thick-bears-promis",
"thick-bears-promise",
"young-otters-swim"
]
}
13 changes: 13 additions & 0 deletions packages/alita/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# alita

## 3.0.0-beta.8

### Minor Changes

- [#244](https://github.com/alitajs/alita/pull/244) [`99a8736`](https://github.com/alitajs/alita/commit/99a873611ce8b53e828d5d70637a10e57035a2be) Thanks [@xiaohuoni](https://github.com/xiaohuoni)! - feat: 按需加载插件 feat: 添加 antd 插件用于 pc 端

### Patch Changes

- [#243](https://github.com/alitajs/alita/pull/243) [`416ddfd`](https://github.com/alitajs/alita/commit/416ddfd86c2c54ffb6ee41a2f19f48295138afb0) Thanks [@falcon11](https://github.com/falcon11)! - feat: add new native plugin feat: preset native plugin for alita
- Updated dependencies [[`b32f088`](https://github.com/alitajs/alita/commit/b32f08887b8219276b67126fecfb1d86d8d479a7), [`416ddfd`](https://github.com/alitajs/alita/commit/416ddfd86c2c54ffb6ee41a2f19f48295138afb0), [`99a8736`](https://github.com/alitajs/alita/commit/99a873611ce8b53e828d5d70637a10e57035a2be)]:
- @alita/plugins@3.0.0-beta.8
- @alita/native@3.0.0-beta.5

## 3.0.0-beta.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/alita/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alita",
"version": "3.0.0-beta.7",
"version": "3.0.0-beta.8",
"description": "v3 develop version",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/flow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# @alita/flow

## 3.0.0-beta.3

### Minor Changes

- [#241](https://github.com/alitajs/alita/pull/241) [`0fe4d14`](https://github.com/alitajs/alita/commit/0fe4d144479ec190c5ca70c48d5a80f5c30dea46) Thanks [@DIYCCC](https://github.com/DIYCCC)! - Add expand container component, add fill container component, add shrink container component, three components for page module layout

## 3.0.0-beta.2

### Patch Changes

- e0e166c: beta 5??
2 changes: 1 addition & 1 deletion packages/flow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alita/flow",
"version": "3.0.0-beta.2",
"version": "3.0.0-beta.3",
"description": "@alita/flow",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
18 changes: 18 additions & 0 deletions packages/native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# @alita/native

## 3.0.0-beta.5
### Minor Changes



- [#244](https://github.com/alitajs/alita/pull/244) [`99a8736`](https://github.com/alitajs/alita/commit/99a873611ce8b53e828d5d70637a10e57035a2be) Thanks [@xiaohuoni](https://github.com/xiaohuoni)! - fix: 修复丢失的 homepage


### Patch Changes



- [#243](https://github.com/alitajs/alita/pull/243) [`416ddfd`](https://github.com/alitajs/alita/commit/416ddfd86c2c54ffb6ee41a2f19f48295138afb0) Thanks [@falcon11](https://github.com/falcon11)! - feat: add new native plugin
feat: preset native plugin for alita
- Updated dependencies [[`416ddfd`](https://github.com/alitajs/alita/commit/416ddfd86c2c54ffb6ee41a2f19f48295138afb0), [`99a8736`](https://github.com/alitajs/alita/commit/99a873611ce8b53e828d5d70637a10e57035a2be)]:
- alita@3.0.0-beta.8
2 changes: 1 addition & 1 deletion 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-beta.4",
"version": "3.0.0-beta.5",
"description": "alita native cli",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @alita/plugins

## 3.0.0-beta.8

### Patch Changes

- [#239](https://github.com/alitajs/alita/pull/239) [`b32f088`](https://github.com/alitajs/alita/commit/b32f08887b8219276b67126fecfb1d86d8d479a7) Thanks [@xiaohuoni](https://github.com/xiaohuoni)! - fix: mobile5-layout tabbar active fix: mobile-layout keepalive chore: aconsole bottom env(safe-area-inset-bottom)
- Updated dependencies [[`416ddfd`](https://github.com/alitajs/alita/commit/416ddfd86c2c54ffb6ee41a2f19f48295138afb0), [`99a8736`](https://github.com/alitajs/alita/commit/99a873611ce8b53e828d5d70637a10e57035a2be)]:
- alita@3.0.0-beta.8

## 3.0.0-beta.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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-beta.7",
"version": "3.0.0-beta.8",
"description": "@alita/plugins",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
0