Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 22, 2023
1 parent ad1b1c8 commit 2789c94
Show file tree
Hide file tree
Showing 16 changed files with 56 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/tiny-dodos-yawn.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/wild-brooms-leave.md

This file was deleted.

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

## 3.3.8

### Patch Changes

- [#615](https://github.com/alitajs/alita/pull/615) [`b7de11fc`](https://github.com/alitajs/alita/commit/b7de11fc4d24e4823741ea500628d455da2f8d96) Thanks [@xiaohuoni](https://github.com/xiaohuoni)! - feat: update umi@4-81

- Updated dependencies [[`b7de11fc`](https://github.com/alitajs/alita/commit/b7de11fc4d24e4823741ea500628d455da2f8d96)]:
- @alita/plugins@3.3.8
- @alita/native@3.2.11

## 3.3.7

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/alita/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alita",
"version": "3.3.7",
"version": "3.3.8",
"description": "A React framework based on umi.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -44,8 +44,8 @@
},
"dependencies": {
"@alita/types": "3.1.2",
"@alita/native": "3.2.10",
"@alita/plugins": "3.3.7",
"@alita/native": "3.2.11",
"@alita/plugins": "3.3.8",
"@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/autoimport/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @alita/autoimport

## 3.0.5

### Patch Changes

- [#615](https://github.com/alitajs/alita/pull/615) [`b7de11fc`](https://github.com/alitajs/alita/commit/b7de11fc4d24e4823741ea500628d455da2f8d96) Thanks [@xiaohuoni](https://github.com/xiaohuoni)! - feat: update umi@4-81

## 3.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/autoimport/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alita/autoimport",
"version": "3.0.4",
"version": "3.0.5",
"description": "@alita/autoimport",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/create-alita/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# create-alita

## 3.1.8

### Patch Changes

- [#615](https://github.com/alitajs/alita/pull/615) [`b7de11fc`](https://github.com/alitajs/alita/commit/b7de11fc4d24e4823741ea500628d455da2f8d96) Thanks [@xiaohuoni](https://github.com/xiaohuoni)! - feat: update umi@4-81

## 3.1.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-alita/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-alita",
"version": "3.1.7",
"version": "3.1.8",
"description": "create-alita",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @alita/native

## 3.2.11

### Patch Changes

- [#615](https://github.com/alitajs/alita/pull/615) [`b7de11fc`](https://github.com/alitajs/alita/commit/b7de11fc4d24e4823741ea500628d455da2f8d96) Thanks [@xiaohuoni](https://github.com/xiaohuoni)! - feat: update umi@4-81

## 3.2.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alita/native",
"version": "3.2.10",
"version": "3.2.11",
"description": "alita native cli",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-azure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @alita/plugin-azure

## 3.0.1

### Patch Changes

- [#623](https://github.com/alitajs/alita/pull/623) [`489ca72d`](https://github.com/alitajs/alita/commit/489ca72dbf0138ed67eeccc160adfa243e8f9cba) Thanks [@xiaohuoni](https://github.com/xiaohuoni)! - feat: init azure
2 changes: 1 addition & 1 deletion packages/plugin-azure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alita/plugin-azure",
"version": "3.0.0",
"version": "3.0.1",
"description": "@alita/plugin-azure",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-lowcode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @alita/plugin-lowcode

## 3.0.16

### Patch Changes

- [#615](https://github.com/alitajs/alita/pull/615) [`b7de11fc`](https://github.com/alitajs/alita/commit/b7de11fc4d24e4823741ea500628d455da2f8d96) Thanks [@xiaohuoni](https://github.com/xiaohuoni)! - feat: update umi@4-81

## 3.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-lowcode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alita/plugin-lowcode",
"version": "3.0.15",
"version": "3.0.16",
"description": "@alita/plugin-lowcode",
"main": "dist/index.js",
"types": "dist/index.d.ts",
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.8

### Patch Changes

- [#615](https://github.com/alitajs/alita/pull/615) [`b7de11fc`](https://github.com/alitajs/alita/commit/b7de11fc4d24e4823741ea500628d455da2f8d96) Thanks [@xiaohuoni](https://github.com/xiaohuoni)! - feat: update umi@4-81

## 3.3.7

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

0 comments on commit 2789c94

Please sign in to comment.