Skip to content

Commit

Permalink
Version Packages (3.3.7)
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
xiaohuoni authored Sep 21, 2023
2 parents 34c0fc2 + 67b5e24 commit 5fb48de
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/slimy-chairs-perform.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.7

### Patch Changes

- Updated dependencies [[`9f3651c2`](https://github.com/alitajs/alita/commit/9f3651c2339652c76ba18ab6266cdd162d7b5c0e)]:
- @alita/plugins@3.3.7

## 3.3.6

### 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.6",
"version": "3.3.7",
"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.10",
"@alita/plugins": "3.3.6",
"@alita/plugins": "3.3.7",
"@umijs/core": "4.0.81",
"@umijs/bundler-webpack": "4.0.81",
"@umijs/babel-preset-umi": "4.0.81",
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.7

### Patch Changes

- [#613](https://github.com/alitajs/alita/pull/613) [`9f3651c2`](https://github.com/alitajs/alita/commit/9f3651c2339652c76ba18ab6266cdd162d7b5c0e) Thanks [@xiaohuoni](https://github.com/xiaohuoni)! - fix: useEffets error

## 3.3.6

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

0 comments on commit 5fb48de

Please sign in to comment.