Skip to content

Commit 6096f12

Browse files
🔖 chore(release): v0.23.0 [skip ci]
## [Version&nbsp;0.23.0](v0.22.0...v0.23.0) <sup>Released on **2023-10-31**</sup> #### ✨ 新特性 - Add snapshot update, change options create function, highlight add pro wrapper mode, update snapshot. #### 🐛 修复 - Merge main, tsc lint fixed. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's improved * Add snapshot update ([55a4b0d](55a4b0d)) * Change options create function ([00876d0](00876d0)) * Highlight add pro wrapper mode ([f7b6ece](f7b6ece)) * Update snapshot ([783285c](783285c)) #### What's fixed * Merge main ([1804afa](1804afa)) * Tsc lint fixed ([23c3705](23c3705)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
1 parent 61137b4 commit 6096f12

2 files changed

Lines changed: 38 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,42 @@
11
# Changelog
22

3+
## [Version&nbsp;0.23.0](https://github.com/ant-design/pro-editor/compare/v0.22.0...v0.23.0)
4+
5+
<sup>Released on **2023-10-31**</sup>
6+
7+
#### ✨ 新特性
8+
9+
- Add snapshot update, change options create function, highlight add pro wrapper mode, update snapshot.
10+
11+
#### 🐛 修复
12+
13+
- Merge main, tsc lint fixed.
14+
15+
<br/>
16+
17+
<details>
18+
<summary><kbd>Improvements and Fixes</kbd></summary>
19+
20+
#### What's improved
21+
22+
- Add snapshot update ([55a4b0d](https://github.com/ant-design/pro-editor/commit/55a4b0d))
23+
- Change options create function ([00876d0](https://github.com/ant-design/pro-editor/commit/00876d0))
24+
- Highlight add pro wrapper mode ([f7b6ece](https://github.com/ant-design/pro-editor/commit/f7b6ece))
25+
- Update snapshot ([783285c](https://github.com/ant-design/pro-editor/commit/783285c))
26+
27+
#### What's fixed
28+
29+
- Merge main ([1804afa](https://github.com/ant-design/pro-editor/commit/1804afa))
30+
- Tsc lint fixed ([23c3705](https://github.com/ant-design/pro-editor/commit/23c3705))
31+
32+
</details>
33+
34+
<div align="right">
35+
36+
[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
37+
38+
</div>
39+
340
## [Version&nbsp;0.22.0](https://github.com/ant-design/pro-editor/compare/v0.21.0...v0.22.0)
441

542
<sup>Released on **2023-10-31**</sup>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ant-design/pro-editor",
3-
"version": "0.22.0",
3+
"version": "0.23.0",
44
"description": "🌟 Lightweight Editor UI Framework",
55
"homepage": "https://github.com/ant-design/pro-editor",
66
"bugs": {

0 commit comments

Comments
 (0)