From cabe307e1d554b71206e1e9e066fdc204365b811 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 2 Aug 2024 03:23:43 +0000 Subject: [PATCH] Version Packages --- .changeset/lucky-lobsters-raise.md | 11 ----------- .changeset/thin-turkeys-taste.md | 5 ----- packages/alita/CHANGELOG.md | 11 +++++++++++ packages/alita/package.json | 8 ++++---- packages/autoimport/CHANGELOG.md | 6 ++++++ packages/autoimport/package.json | 2 +- packages/create-alita/CHANGELOG.md | 6 ++++++ packages/create-alita/package.json | 2 +- packages/native/CHANGELOG.md | 6 ++++++ packages/native/package.json | 2 +- packages/plugin-azure/CHANGELOG.md | 6 ++++++ packages/plugin-azure/package.json | 2 +- packages/plugin-lowcode/CHANGELOG.md | 6 ++++++ packages/plugin-lowcode/package.json | 2 +- packages/plugins/CHANGELOG.md | 8 ++++++++ packages/plugins/package.json | 2 +- 16 files changed, 59 insertions(+), 26 deletions(-) delete mode 100644 .changeset/lucky-lobsters-raise.md delete mode 100644 .changeset/thin-turkeys-taste.md diff --git a/.changeset/lucky-lobsters-raise.md b/.changeset/lucky-lobsters-raise.md deleted file mode 100644 index 4eae3a84..00000000 --- a/.changeset/lucky-lobsters-raise.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'@alita/plugin-lowcode': patch -'create-alita': patch -'@alita/plugin-azure': patch -'@alita/autoimport': patch -'@alita/plugins': patch -'@alita/native': patch -'alita': patch ---- - -feat: upload mako diff --git a/.changeset/thin-turkeys-taste.md b/.changeset/thin-turkeys-taste.md deleted file mode 100644 index 6c5fdac8..00000000 --- a/.changeset/thin-turkeys-taste.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@alita/plugins': patch ---- - -feat: support mako px2rem diff --git a/packages/alita/CHANGELOG.md b/packages/alita/CHANGELOG.md index c0cadefb..63ab4f75 100644 --- a/packages/alita/CHANGELOG.md +++ b/packages/alita/CHANGELOG.md @@ -1,5 +1,16 @@ # alita +## 3.5.4 + +### Patch Changes + +- [#667](https://github.com/alitajs/alita/pull/667) [`6dc317628128544d887eae519a2af9ed3724c619`](https://github.com/alitajs/alita/commit/6dc317628128544d887eae519a2af9ed3724c619) Thanks [@xiaohuoni](https://github.com/xiaohuoni)! - feat: upload mako + +- Updated dependencies [[`6dc317628128544d887eae519a2af9ed3724c619`](https://github.com/alitajs/alita/commit/6dc317628128544d887eae519a2af9ed3724c619), [`ae9f6e7d91f638c7997f2656a81e54a6054fd91a`](https://github.com/alitajs/alita/commit/ae9f6e7d91f638c7997f2656a81e54a6054fd91a)]: + - @alita/plugin-azure@3.2.2 + - @alita/plugins@3.5.3 + - @alita/native@3.4.2 + ## 3.5.3 ### Patch Changes diff --git a/packages/alita/package.json b/packages/alita/package.json index 2bada52e..3905099f 100644 --- a/packages/alita/package.json +++ b/packages/alita/package.json @@ -1,6 +1,6 @@ { "name": "alita", - "version": "3.5.3", + "version": "3.5.4", "description": "A React framework based on umi.", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -44,9 +44,9 @@ }, "dependencies": { "@alita/types": "3.1.2", - "@alita/native": "3.4.1", - "@alita/plugins": "3.5.2", - "@alita/plugin-azure": "3.2.1", + "@alita/native": "3.4.2", + "@alita/plugins": "3.5.3", + "@alita/plugin-azure": "3.2.2", "@umijs/core": "4.3.11", "@umijs/bundler-webpack": "4.3.11", "@umijs/babel-preset-umi": "4.3.11", diff --git a/packages/autoimport/CHANGELOG.md b/packages/autoimport/CHANGELOG.md index b92edc75..f2b099e6 100644 --- a/packages/autoimport/CHANGELOG.md +++ b/packages/autoimport/CHANGELOG.md @@ -1,5 +1,11 @@ # @alita/autoimport +## 3.2.2 + +### Patch Changes + +- [#667](https://github.com/alitajs/alita/pull/667) [`6dc317628128544d887eae519a2af9ed3724c619`](https://github.com/alitajs/alita/commit/6dc317628128544d887eae519a2af9ed3724c619) Thanks [@xiaohuoni](https://github.com/xiaohuoni)! - feat: upload mako + ## 3.2.1 ### Patch Changes diff --git a/packages/autoimport/package.json b/packages/autoimport/package.json index 81d9db4f..936535ee 100644 --- a/packages/autoimport/package.json +++ b/packages/autoimport/package.json @@ -1,6 +1,6 @@ { "name": "@alita/autoimport", - "version": "3.2.1", + "version": "3.2.2", "description": "@alita/autoimport", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/create-alita/CHANGELOG.md b/packages/create-alita/CHANGELOG.md index 61dcbe08..d14ab875 100644 --- a/packages/create-alita/CHANGELOG.md +++ b/packages/create-alita/CHANGELOG.md @@ -1,5 +1,11 @@ # create-alita +## 3.3.2 + +### Patch Changes + +- [#667](https://github.com/alitajs/alita/pull/667) [`6dc317628128544d887eae519a2af9ed3724c619`](https://github.com/alitajs/alita/commit/6dc317628128544d887eae519a2af9ed3724c619) Thanks [@xiaohuoni](https://github.com/xiaohuoni)! - feat: upload mako + ## 3.3.1 ### Patch Changes diff --git a/packages/create-alita/package.json b/packages/create-alita/package.json index 3556ca63..9fb8fcf0 100644 --- a/packages/create-alita/package.json +++ b/packages/create-alita/package.json @@ -1,6 +1,6 @@ { "name": "create-alita", - "version": "3.3.1", + "version": "3.3.2", "description": "create-alita", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/native/CHANGELOG.md b/packages/native/CHANGELOG.md index ca4282f8..c49979ae 100644 --- a/packages/native/CHANGELOG.md +++ b/packages/native/CHANGELOG.md @@ -1,5 +1,11 @@ # @alita/native +## 3.4.2 + +### Patch Changes + +- [#667](https://github.com/alitajs/alita/pull/667) [`6dc317628128544d887eae519a2af9ed3724c619`](https://github.com/alitajs/alita/commit/6dc317628128544d887eae519a2af9ed3724c619) Thanks [@xiaohuoni](https://github.com/xiaohuoni)! - feat: upload mako + ## 3.4.1 ### Patch Changes diff --git a/packages/native/package.json b/packages/native/package.json index dbbf16ea..ffff040e 100644 --- a/packages/native/package.json +++ b/packages/native/package.json @@ -1,6 +1,6 @@ { "name": "@alita/native", - "version": "3.4.1", + "version": "3.4.2", "description": "alita native cli", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/plugin-azure/CHANGELOG.md b/packages/plugin-azure/CHANGELOG.md index d7b48562..81f94f3a 100644 --- a/packages/plugin-azure/CHANGELOG.md +++ b/packages/plugin-azure/CHANGELOG.md @@ -1,5 +1,11 @@ # @alita/plugin-azure +## 3.2.2 + +### Patch Changes + +- [#667](https://github.com/alitajs/alita/pull/667) [`6dc317628128544d887eae519a2af9ed3724c619`](https://github.com/alitajs/alita/commit/6dc317628128544d887eae519a2af9ed3724c619) Thanks [@xiaohuoni](https://github.com/xiaohuoni)! - feat: upload mako + ## 3.2.1 ### Patch Changes diff --git a/packages/plugin-azure/package.json b/packages/plugin-azure/package.json index d8c5d5bd..17445dc1 100644 --- a/packages/plugin-azure/package.json +++ b/packages/plugin-azure/package.json @@ -1,6 +1,6 @@ { "name": "@alita/plugin-azure", - "version": "3.2.1", + "version": "3.2.2", "description": "@alita/plugin-azure", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/plugin-lowcode/CHANGELOG.md b/packages/plugin-lowcode/CHANGELOG.md index 41b6f7e5..eb35c8f1 100644 --- a/packages/plugin-lowcode/CHANGELOG.md +++ b/packages/plugin-lowcode/CHANGELOG.md @@ -1,5 +1,11 @@ # @alita/plugin-lowcode +## 3.2.2 + +### Patch Changes + +- [#667](https://github.com/alitajs/alita/pull/667) [`6dc317628128544d887eae519a2af9ed3724c619`](https://github.com/alitajs/alita/commit/6dc317628128544d887eae519a2af9ed3724c619) Thanks [@xiaohuoni](https://github.com/xiaohuoni)! - feat: upload mako + ## 3.2.1 ### Patch Changes diff --git a/packages/plugin-lowcode/package.json b/packages/plugin-lowcode/package.json index 24a67279..435dace3 100644 --- a/packages/plugin-lowcode/package.json +++ b/packages/plugin-lowcode/package.json @@ -1,6 +1,6 @@ { "name": "@alita/plugin-lowcode", - "version": "3.2.1", + "version": "3.2.2", "description": "@alita/plugin-lowcode", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/plugins/CHANGELOG.md b/packages/plugins/CHANGELOG.md index 38271c5b..c3efd1cf 100644 --- a/packages/plugins/CHANGELOG.md +++ b/packages/plugins/CHANGELOG.md @@ -1,5 +1,13 @@ # @alita/plugins +## 3.5.3 + +### Patch Changes + +- [#667](https://github.com/alitajs/alita/pull/667) [`6dc317628128544d887eae519a2af9ed3724c619`](https://github.com/alitajs/alita/commit/6dc317628128544d887eae519a2af9ed3724c619) Thanks [@xiaohuoni](https://github.com/xiaohuoni)! - feat: upload mako + +- [#667](https://github.com/alitajs/alita/pull/667) [`ae9f6e7d91f638c7997f2656a81e54a6054fd91a`](https://github.com/alitajs/alita/commit/ae9f6e7d91f638c7997f2656a81e54a6054fd91a) Thanks [@xiaohuoni](https://github.com/xiaohuoni)! - feat: support mako px2rem + ## 3.5.2 ### Patch Changes diff --git a/packages/plugins/package.json b/packages/plugins/package.json index ea92a08d..d51bf64d 100644 --- a/packages/plugins/package.json +++ b/packages/plugins/package.json @@ -1,6 +1,6 @@ { "name": "@alita/plugins", - "version": "3.5.2", + "version": "3.5.3", "description": "@alita/plugins", "main": "dist/index.js", "types": "dist/index.d.ts",