Skip to content

Commit

Permalink
Version Packages (3.3.10)
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
xiaohuoni authored Feb 28, 2024
2 parents 856bfb7 + 0fb4afa commit d426321
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/famous-pets-raise.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/alita/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# alita

## 3.3.10

### Patch Changes

- Updated dependencies [[`c4ffa36f29908c11afbaa6d97e5640af4a670131`](https://github.com/alitajs/alita/commit/c4ffa36f29908c11afbaa6d97e5640af4a670131)]:
- @alita/plugins@3.3.10

## 3.3.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/alita/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alita",
"version": "3.3.9",
"version": "3.3.10",
"description": "A React framework based on umi.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -45,7 +45,7 @@
"dependencies": {
"@alita/types": "3.1.2",
"@alita/native": "3.2.12",
"@alita/plugins": "3.3.9",
"@alita/plugins": "3.3.10",
"@alita/plugin-azure": "3.0.7",
"@umijs/core": "4.1.2",
"@umijs/bundler-webpack": "4.1.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @alita/plugins

## 3.3.10

### Patch Changes

- [#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

## 3.3.9

### 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.3.9",
"version": "3.3.10",
"description": "@alita/plugins",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit d426321

Please sign in to comment.