Skip to content

Commit

Permalink
Version Packages (3.5.1)
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
xiaohuoni authored Jul 29, 2024
2 parents 2b17bbe + 9ae422e commit d4b1bcd
Show file tree
Hide file tree
Showing 15 changed files with 57 additions and 21 deletions.
11 changes: 0 additions & 11 deletions .changeset/stupid-sloths-listen.md

This file was deleted.

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

## 3.5.1

### Patch Changes

- [#661](https://github.com/alitajs/alita/pull/661) [`4c4fdabc5714c1bd4fcdaca2eb0912456a56d642`](https://github.com/alitajs/alita/commit/4c4fdabc5714c1bd4fcdaca2eb0912456a56d642) Thanks [@xiaohuoni](https://github.com/xiaohuoni)! - feat: update [email protected]

- Updated dependencies [[`4c4fdabc5714c1bd4fcdaca2eb0912456a56d642`](https://github.com/alitajs/alita/commit/4c4fdabc5714c1bd4fcdaca2eb0912456a56d642)]:
- @alita/plugin-azure@3.2.1
- @alita/plugins@3.5.1
- @alita/native@3.4.1

## 3.5.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/alita/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alita",
"version": "3.5.0",
"version": "3.5.1",
"description": "A React framework based on umi.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -44,9 +44,9 @@
},
"dependencies": {
"@alita/types": "3.1.2",
"@alita/native": "3.4.0",
"@alita/plugins": "3.5.0",
"@alita/plugin-azure": "3.2.0",
"@alita/native": "3.4.1",
"@alita/plugins": "3.5.1",
"@alita/plugin-azure": "3.2.1",
"@umijs/core": "4.3.10",
"@umijs/bundler-webpack": "4.3.10",
"@umijs/babel-preset-umi": "4.3.10",
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.2.1

### Patch Changes

- [#661](https://github.com/alitajs/alita/pull/661) [`4c4fdabc5714c1bd4fcdaca2eb0912456a56d642`](https://github.com/alitajs/alita/commit/4c4fdabc5714c1bd4fcdaca2eb0912456a56d642) Thanks [@xiaohuoni](https://github.com/xiaohuoni)! - feat: update [email protected]

## 3.2.0

### Minor 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.2.0",
"version": "3.2.1",
"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.3.1

### Patch Changes

- [#661](https://github.com/alitajs/alita/pull/661) [`4c4fdabc5714c1bd4fcdaca2eb0912456a56d642`](https://github.com/alitajs/alita/commit/4c4fdabc5714c1bd4fcdaca2eb0912456a56d642) Thanks [@xiaohuoni](https://github.com/xiaohuoni)! - feat: update [email protected]

## 3.3.0

### Minor 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.3.0",
"version": "3.3.1",
"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.4.1

### Patch Changes

- [#661](https://github.com/alitajs/alita/pull/661) [`4c4fdabc5714c1bd4fcdaca2eb0912456a56d642`](https://github.com/alitajs/alita/commit/4c4fdabc5714c1bd4fcdaca2eb0912456a56d642) Thanks [@xiaohuoni](https://github.com/xiaohuoni)! - feat: update [email protected]

## 3.4.0

### Minor 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.4.0",
"version": "3.4.1",
"description": "alita native cli",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-azure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @alita/plugin-azure

## 3.2.1

### Patch Changes

- [#661](https://github.com/alitajs/alita/pull/661) [`4c4fdabc5714c1bd4fcdaca2eb0912456a56d642`](https://github.com/alitajs/alita/commit/4c4fdabc5714c1bd4fcdaca2eb0912456a56d642) Thanks [@xiaohuoni](https://github.com/xiaohuoni)! - feat: update [email protected]

## 3.2.0

### Minor Changes
Expand Down
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.2.0",
"version": "3.2.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.2.1

### Patch Changes

- [#661](https://github.com/alitajs/alita/pull/661) [`4c4fdabc5714c1bd4fcdaca2eb0912456a56d642`](https://github.com/alitajs/alita/commit/4c4fdabc5714c1bd4fcdaca2eb0912456a56d642) Thanks [@xiaohuoni](https://github.com/xiaohuoni)! - feat: update [email protected]

## 3.2.0

### Minor 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.2.0",
"version": "3.2.1",
"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.5.1

### Patch Changes

- [#661](https://github.com/alitajs/alita/pull/661) [`4c4fdabc5714c1bd4fcdaca2eb0912456a56d642`](https://github.com/alitajs/alita/commit/4c4fdabc5714c1bd4fcdaca2eb0912456a56d642) Thanks [@xiaohuoni](https://github.com/xiaohuoni)! - feat: update [email protected]

## 3.5.0

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

0 comments on commit d4b1bcd

Please sign in to comment.