Skip to content

Commit d14b9c1

Browse files
authored
Version Packages (3.3.11)
Version Packages
2 parents fb80f8f + 2be45dc commit d14b9c1

File tree

6 files changed

+18
-13
lines changed

6 files changed

+18
-13
lines changed

.changeset/dirty-buttons-poke.md

-5
This file was deleted.

.changeset/red-fishes-report.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.3.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`315f1330fca515dadbc07319c0b959474c1a0f00`](https://github.com/alitajs/alita/commit/315f1330fca515dadbc07319c0b959474c1a0f00), [`3a1a8d7afd7a503f8f2e3edb40045a095239c759`](https://github.com/alitajs/alita/commit/3a1a8d7afd7a503f8f2e3edb40045a095239c759)]:
8+
- @alita/plugins@3.3.11
9+
310
## 3.3.10
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.3.10",
3+
"version": "3.3.11",
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.2.12",
48-
"@alita/plugins": "3.3.10",
48+
"@alita/plugins": "3.3.11",
4949
"@alita/plugin-azure": "3.0.7",
5050
"@umijs/core": "4.1.2",
5151
"@umijs/bundler-webpack": "4.1.2",

packages/plugins/CHANGELOG.md

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

3+
## 3.3.11
4+
5+
### Patch Changes
6+
7+
- [#640](https://github.com/alitajs/alita/pull/640) [`315f1330fca515dadbc07319c0b959474c1a0f00`](https://github.com/alitajs/alita/commit/315f1330fca515dadbc07319c0b959474c1a0f00) Thanks [@Alioth1017](https://github.com/Alioth1017)! - fix: resolve locale error in custom command.
8+
9+
- [#645](https://github.com/alitajs/alita/pull/645) [`3a1a8d7afd7a503f8f2e3edb40045a095239c759`](https://github.com/alitajs/alita/commit/3a1a8d7afd7a503f8f2e3edb40045a095239c759) Thanks [@Penguin-Lin](https://github.com/Penguin-Lin)! - closeAllTabs can be used to close all keepalive tabs
10+
311
## 3.3.10
412

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

0 commit comments

Comments
 (0)