Skip to content

Commit d426321

Browse files
authored
Version Packages (3.3.10)
Version Packages
2 parents 856bfb7 + 0fb4afa commit d426321

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

.changeset/famous-pets-raise.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.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c4ffa36f29908c11afbaa6d97e5640af4a670131`](https://github.com/alitajs/alita/commit/c4ffa36f29908c11afbaa6d97e5640af4a670131)]:
8+
- @alita/plugins@3.3.10
9+
310
## 3.3.9
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.9",
3+
"version": "3.3.10",
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.9",
48+
"@alita/plugins": "3.3.10",
4949
"@alita/plugin-azure": "3.0.7",
5050
"@umijs/core": "4.1.2",
5151
"@umijs/bundler-webpack": "4.1.2",

packages/plugins/CHANGELOG.md

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

3+
## 3.3.10
4+
5+
### Patch Changes
6+
7+
- [#634](https://github.com/alitajs/alita/pull/634) [`c4ffa36f29908c11afbaa6d97e5640af4a670131`](https://github.com/alitajs/alita/commit/c4ffa36f29908c11afbaa6d97e5640af4a670131) Thanks [@damonwonghv](https://github.com/damonwonghv)! - fixed: closeTab 将在导航到页面之前添加 hash 和 search
8+
39
## 3.3.9
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.3.9",
3+
"version": "3.3.10",
44
"description": "@alita/plugins",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)