Skip to content

Commit

Permalink
Version Packages (3.3.6)
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
xiaohuoni authored Sep 20, 2023
2 parents 430f9fc + 13995d8 commit 33bc19b
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/friendly-planets-hug.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.6

### Patch Changes

- Updated dependencies [[`b5004bd1`](https://github.com/alitajs/alita/commit/b5004bd1e5fcaa314b4755746857765e07b54336)]:
- @alita/plugins@3.3.6

## 3.3.5

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

### Patch Changes

- [#611](https://github.com/alitajs/alita/pull/611) [`b5004bd1`](https://github.com/alitajs/alita/commit/b5004bd1e5fcaa314b4755746857765e07b54336) Thanks [@xiaohuoni](https://github.com/xiaohuoni)! - fix: mobile5 select color

## 3.3.5

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

0 comments on commit 33bc19b

Please sign in to comment.