Skip to content

Commit

Permalink
🔖 chore(release): v0.31.0-rc.1 [skip ci]
Browse files Browse the repository at this point in the history
## [Version 0.31.0-rc.1](v0.30.0...v0.31.0-rc.1)
<sup>Released on **2023-12-06**</sup>

#### ✨ 新特性

- Add Editor Layout new Components, Change Name as EdiorLayout, merge master & update snapshot, update pannel defaultSize, update snapshot, update styles & props.

#### 🐛 修复

- Ci bulid fixed, merge main, release workflow update, revert workflow, test workflow, update styles.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### What's improved

* Add Editor Layout new Components ([927cc46](927cc46))
* Change Name as EdiorLayout ([c1e4c00](c1e4c00))
* Merge master & update snapshot ([fed6ff8](fed6ff8))
* Update pannel defaultSize ([af323ec](af323ec))
* Update snapshot ([5f77048](5f77048))
* Update styles & props ([decb858](decb858))

#### What's fixed

* Ci bulid fixed ([24df343](24df343))
* Merge main ([ae678e0](ae678e0))
* Release workflow update ([59acc60](59acc60))
* Revert workflow ([7785cc1](7785cc1))
* Test workflow ([2905ee9](2905ee9))
* Update styles ([241de5b](241de5b))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>
  • Loading branch information
semantic-release-bot committed Dec 6, 2023
1 parent fed6ff8 commit f33b26a
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,48 @@
# Changelog

## [Version&nbsp;0.31.0-rc.1](https://github.com/ant-design/pro-editor/compare/v0.30.0...v0.31.0-rc.1)

<sup>Released on **2023-12-06**</sup>

#### ✨ 新特性

- Add Editor Layout new Components, Change Name as EdiorLayout, merge master & update snapshot, update pannel defaultSize, update snapshot, update styles & props.

#### 🐛 修复

- Ci bulid fixed, merge main, release workflow update, revert workflow, test workflow, update styles.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### 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))
- Merge master & update snapshot ([fed6ff8](https://github.com/ant-design/pro-editor/commit/fed6ff8))
- Update pannel defaultSize ([af323ec](https://github.com/ant-design/pro-editor/commit/af323ec))
- 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))
- 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 styles ([241de5b](https://github.com/ant-design/pro-editor/commit/241de5b))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>

## [Version&nbsp;0.30.0-rc.2](https://github.com/ant-design/pro-editor/compare/v0.30.0-rc.1...v0.30.0-rc.2)

<sup>Released on **2023-12-05**</sup>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ant-design/pro-editor",
"version": "0.30.0-rc.2",
"version": "0.31.0-rc.1",
"description": "🌟 Lightweight Editor UI Framework",
"homepage": "https://github.com/ant-design/pro-editor",
"bugs": {
Expand Down

0 comments on commit f33b26a

Please sign in to comment.