Skip to content

Commit 97571e5

Browse files
authored
Version Packages (3.5.2)
Version Packages
2 parents 171582f + d8a2cf6 commit 97571e5

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

.changeset/yellow-ties-yell.md

-5
This file was deleted.

packages/alita/CHANGELOG.md

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

3+
## 3.5.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8373c1c475682e5452c7bc1859bfe88b07fcacc9`](https://github.com/alitajs/alita/commit/8373c1c475682e5452c7bc1859bfe88b07fcacc9)]:
8+
- @alita/plugins@3.5.2
9+
310
## 3.5.1
411

512
### Patch Changes

packages/alita/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "alita",
3-
"version": "3.5.1",
3+
"version": "3.5.2",
44
"description": "A React framework based on umi.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -45,7 +45,7 @@
4545
"dependencies": {
4646
"@alita/types": "3.1.2",
4747
"@alita/native": "3.4.1",
48-
"@alita/plugins": "3.5.1",
48+
"@alita/plugins": "3.5.2",
4949
"@alita/plugin-azure": "3.2.1",
5050
"@umijs/core": "4.3.10",
5151
"@umijs/bundler-webpack": "4.3.10",

packages/plugins/CHANGELOG.md

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

3+
## 3.5.2
4+
5+
### Patch Changes
6+
7+
- [#663](https://github.com/alitajs/alita/pull/663) [`8373c1c475682e5452c7bc1859bfe88b07fcacc9`](https://github.com/alitajs/alita/commit/8373c1c475682e5452c7bc1859bfe88b07fcacc9) Thanks [@xiaohuoni](https://github.com/xiaohuoni)! - feat: hd support mako
8+
39
## 3.5.1
410

511
### Patch 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.1",
3+
"version": "3.5.2",
44
"description": "@alita/plugins",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)