From 9264e189e81ff20a3b21ce179eba4a94fc1151d8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 18 Dec 2023 09:39:04 +0000 Subject: [PATCH] :bookmark: chore(release): v0.32.0-rc.1 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [Version 0.32.0-rc.1](https://github.com/ant-design/pro-editor/compare/v0.31.0...v0.32.0-rc.1) Released on **2023-12-18** #### ✨ 新特性 - Add Editor Layout new Components, Change Name as EdiorLayout, header & footer config & layout type was dont, merge main, merge master & update snapshot, reflact code struct, update pannel defaultSize, update snapshot, update snapshot, update styles & props. #### 🐛 修复 - Ci bulid fixed, ci fixed, merge branch, merge main, release workflow update, revert workflow, test workflow, update Layout Pannel Styles, update snapshot, update styles.
Improvements and Fixes #### What's improved * Add Editor Layout new Components ([927cc46](https://github.com/ant-design/pro-editor/commit/927cc46)) * Change Name as EdiorLayout ([c1e4c00](https://github.com/ant-design/pro-editor/commit/c1e4c00)) * Header & footer config & layout type was dont ([5dfbdfb](https://github.com/ant-design/pro-editor/commit/5dfbdfb)) * Merge main ([11c65d8](https://github.com/ant-design/pro-editor/commit/11c65d8)) * Merge master & update snapshot ([fed6ff8](https://github.com/ant-design/pro-editor/commit/fed6ff8)) * Reflact code struct ([2c78710](https://github.com/ant-design/pro-editor/commit/2c78710)) * Update pannel defaultSize ([af323ec](https://github.com/ant-design/pro-editor/commit/af323ec)) * Update snapshot ([68de22d](https://github.com/ant-design/pro-editor/commit/68de22d)) * Update snapshot ([5f77048](https://github.com/ant-design/pro-editor/commit/5f77048)) * Update styles & props ([decb858](https://github.com/ant-design/pro-editor/commit/decb858)) #### What's fixed * Ci bulid fixed ([24df343](https://github.com/ant-design/pro-editor/commit/24df343)) * Ci fixed ([be8c8c4](https://github.com/ant-design/pro-editor/commit/be8c8c4)) * Merge branch ([5b4c5a1](https://github.com/ant-design/pro-editor/commit/5b4c5a1)) * Merge main ([ae678e0](https://github.com/ant-design/pro-editor/commit/ae678e0)) * Release workflow update ([59acc60](https://github.com/ant-design/pro-editor/commit/59acc60)) * Revert workflow ([7785cc1](https://github.com/ant-design/pro-editor/commit/7785cc1)) * Test workflow ([2905ee9](https://github.com/ant-design/pro-editor/commit/2905ee9)) * Update Layout Pannel Styles ([a3144ac](https://github.com/ant-design/pro-editor/commit/a3144ac)) * Update snapshot ([f2665ef](https://github.com/ant-design/pro-editor/commit/f2665ef)) * Update styles ([241de5b](https://github.com/ant-design/pro-editor/commit/241de5b))
[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
--- CHANGELOG.md | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 52 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9515cfa..ca424807 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,56 @@ # Changelog +## [Version 0.32.0-rc.1](https://github.com/ant-design/pro-editor/compare/v0.31.0...v0.32.0-rc.1) + +Released on **2023-12-18** + +#### ✨ 新特性 + +- Add Editor Layout new Components, Change Name as EdiorLayout, header & footer config & layout type was dont, merge main, merge master & update snapshot, reflact code struct, update pannel defaultSize, update snapshot, update snapshot, update styles & props. + +#### 🐛 修复 + +- Ci bulid fixed, ci fixed, merge branch, merge main, release workflow update, revert workflow, test workflow, update Layout Pannel Styles, update snapshot, update styles. + +
+ +
+Improvements and Fixes + +#### What's improved + +- Add Editor Layout new Components ([927cc46](https://github.com/ant-design/pro-editor/commit/927cc46)) +- Change Name as EdiorLayout ([c1e4c00](https://github.com/ant-design/pro-editor/commit/c1e4c00)) +- Header & footer config & layout type was dont ([5dfbdfb](https://github.com/ant-design/pro-editor/commit/5dfbdfb)) +- Merge main ([11c65d8](https://github.com/ant-design/pro-editor/commit/11c65d8)) +- Merge master & update snapshot ([fed6ff8](https://github.com/ant-design/pro-editor/commit/fed6ff8)) +- Reflact code struct ([2c78710](https://github.com/ant-design/pro-editor/commit/2c78710)) +- Update pannel defaultSize ([af323ec](https://github.com/ant-design/pro-editor/commit/af323ec)) +- Update snapshot ([68de22d](https://github.com/ant-design/pro-editor/commit/68de22d)) +- Update snapshot ([5f77048](https://github.com/ant-design/pro-editor/commit/5f77048)) +- Update styles & props ([decb858](https://github.com/ant-design/pro-editor/commit/decb858)) + +#### What's fixed + +- Ci bulid fixed ([24df343](https://github.com/ant-design/pro-editor/commit/24df343)) +- Ci fixed ([be8c8c4](https://github.com/ant-design/pro-editor/commit/be8c8c4)) +- Merge branch ([5b4c5a1](https://github.com/ant-design/pro-editor/commit/5b4c5a1)) +- Merge main ([ae678e0](https://github.com/ant-design/pro-editor/commit/ae678e0)) +- Release workflow update ([59acc60](https://github.com/ant-design/pro-editor/commit/59acc60)) +- Revert workflow ([7785cc1](https://github.com/ant-design/pro-editor/commit/7785cc1)) +- Test workflow ([2905ee9](https://github.com/ant-design/pro-editor/commit/2905ee9)) +- Update Layout Pannel Styles ([a3144ac](https://github.com/ant-design/pro-editor/commit/a3144ac)) +- Update snapshot ([f2665ef](https://github.com/ant-design/pro-editor/commit/f2665ef)) +- Update styles ([241de5b](https://github.com/ant-design/pro-editor/commit/241de5b)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ ## [Version 0.31.0](https://github.com/ant-design/pro-editor/compare/v0.30.0...v0.31.0) Released on **2023-12-12** diff --git a/package.json b/package.json index b2678bc4..e4b2d892 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-editor", - "version": "0.31.0-rc.2", + "version": "0.32.0-rc.1", "description": "🌟 Lightweight Editor UI Framework", "homepage": "https://github.com/ant-design/pro-editor", "bugs": {