Skip to content

Commit

Permalink
Version Packages (3.5.2)
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
xiaohuoni authored Jul 30, 2024
2 parents 171582f + d8a2cf6 commit 97571e5
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/yellow-ties-yell.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.5.2

### Patch Changes

- Updated dependencies [[`8373c1c475682e5452c7bc1859bfe88b07fcacc9`](https://github.com/alitajs/alita/commit/8373c1c475682e5452c7bc1859bfe88b07fcacc9)]:
- @alita/plugins@3.5.2

## 3.5.1

### 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.5.1",
"version": "3.5.2",
"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.4.1",
"@alita/plugins": "3.5.1",
"@alita/plugins": "3.5.2",
"@alita/plugin-azure": "3.2.1",
"@umijs/core": "4.3.10",
"@umijs/bundler-webpack": "4.3.10",
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.5.2

### Patch Changes

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

## 3.5.1

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

0 comments on commit 97571e5

Please sign in to comment.