Skip to content

Commit d4b1bcd

Browse files
authored
Version Packages (3.5.1)
Version Packages
2 parents 2b17bbe + 9ae422e commit d4b1bcd

File tree

15 files changed

+57
-21
lines changed

15 files changed

+57
-21
lines changed

.changeset/stupid-sloths-listen.md

-11
This file was deleted.

packages/alita/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# alita
22

3+
## 3.5.1
4+
5+
### Patch Changes
6+
7+
- [#661](https://github.com/alitajs/alita/pull/661) [`4c4fdabc5714c1bd4fcdaca2eb0912456a56d642`](https://github.com/alitajs/alita/commit/4c4fdabc5714c1bd4fcdaca2eb0912456a56d642) Thanks [@xiaohuoni](https://github.com/xiaohuoni)! - feat: update [email protected]
8+
9+
- Updated dependencies [[`4c4fdabc5714c1bd4fcdaca2eb0912456a56d642`](https://github.com/alitajs/alita/commit/4c4fdabc5714c1bd4fcdaca2eb0912456a56d642)]:
10+
- @alita/plugin-azure@3.2.1
11+
- @alita/plugins@3.5.1
12+
- @alita/native@3.4.1
13+
314
## 3.5.0
415

516
### Minor Changes

packages/alita/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "alita",
3-
"version": "3.5.0",
3+
"version": "3.5.1",
44
"description": "A React framework based on umi.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -44,9 +44,9 @@
4444
},
4545
"dependencies": {
4646
"@alita/types": "3.1.2",
47-
"@alita/native": "3.4.0",
48-
"@alita/plugins": "3.5.0",
49-
"@alita/plugin-azure": "3.2.0",
47+
"@alita/native": "3.4.1",
48+
"@alita/plugins": "3.5.1",
49+
"@alita/plugin-azure": "3.2.1",
5050
"@umijs/core": "4.3.10",
5151
"@umijs/bundler-webpack": "4.3.10",
5252
"@umijs/babel-preset-umi": "4.3.10",

packages/autoimport/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @alita/autoimport
22

3+
## 3.2.1
4+
5+
### Patch Changes
6+
7+
- [#661](https://github.com/alitajs/alita/pull/661) [`4c4fdabc5714c1bd4fcdaca2eb0912456a56d642`](https://github.com/alitajs/alita/commit/4c4fdabc5714c1bd4fcdaca2eb0912456a56d642) Thanks [@xiaohuoni](https://github.com/xiaohuoni)! - feat: update [email protected]
8+
39
## 3.2.0
410

511
### Minor Changes

packages/autoimport/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alita/autoimport",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "@alita/autoimport",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/create-alita/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# create-alita
22

3+
## 3.3.1
4+
5+
### Patch Changes
6+
7+
- [#661](https://github.com/alitajs/alita/pull/661) [`4c4fdabc5714c1bd4fcdaca2eb0912456a56d642`](https://github.com/alitajs/alita/commit/4c4fdabc5714c1bd4fcdaca2eb0912456a56d642) Thanks [@xiaohuoni](https://github.com/xiaohuoni)! - feat: update [email protected]
8+
39
## 3.3.0
410

511
### Minor Changes

packages/create-alita/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-alita",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"description": "create-alita",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/native/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @alita/native
22

3+
## 3.4.1
4+
5+
### Patch Changes
6+
7+
- [#661](https://github.com/alitajs/alita/pull/661) [`4c4fdabc5714c1bd4fcdaca2eb0912456a56d642`](https://github.com/alitajs/alita/commit/4c4fdabc5714c1bd4fcdaca2eb0912456a56d642) Thanks [@xiaohuoni](https://github.com/xiaohuoni)! - feat: update [email protected]
8+
39
## 3.4.0
410

511
### Minor Changes

packages/native/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alita/native",
3-
"version": "3.4.0",
3+
"version": "3.4.1",
44
"description": "alita native cli",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/plugin-azure/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @alita/plugin-azure
22

3+
## 3.2.1
4+
5+
### Patch Changes
6+
7+
- [#661](https://github.com/alitajs/alita/pull/661) [`4c4fdabc5714c1bd4fcdaca2eb0912456a56d642`](https://github.com/alitajs/alita/commit/4c4fdabc5714c1bd4fcdaca2eb0912456a56d642) Thanks [@xiaohuoni](https://github.com/xiaohuoni)! - feat: update [email protected]
8+
39
## 3.2.0
410

511
### Minor Changes

packages/plugin-azure/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alita/plugin-azure",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "@alita/plugin-azure",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/plugin-lowcode/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @alita/plugin-lowcode
22

3+
## 3.2.1
4+
5+
### Patch Changes
6+
7+
- [#661](https://github.com/alitajs/alita/pull/661) [`4c4fdabc5714c1bd4fcdaca2eb0912456a56d642`](https://github.com/alitajs/alita/commit/4c4fdabc5714c1bd4fcdaca2eb0912456a56d642) Thanks [@xiaohuoni](https://github.com/xiaohuoni)! - feat: update [email protected]
8+
39
## 3.2.0
410

511
### Minor Changes

packages/plugin-lowcode/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alita/plugin-lowcode",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "@alita/plugin-lowcode",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/plugins/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @alita/plugins
22

3+
## 3.5.1
4+
5+
### Patch Changes
6+
7+
- [#661](https://github.com/alitajs/alita/pull/661) [`4c4fdabc5714c1bd4fcdaca2eb0912456a56d642`](https://github.com/alitajs/alita/commit/4c4fdabc5714c1bd4fcdaca2eb0912456a56d642) Thanks [@xiaohuoni](https://github.com/xiaohuoni)! - feat: update [email protected]
8+
39
## 3.5.0
410

511
### Minor Changes

packages/plugins/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alita/plugins",
3-
"version": "3.5.0",
3+
"version": "3.5.1",
44
"description": "@alita/plugins",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)