Skip to content

Commit 293d1b3

Browse files
🔖 chore(release): v0.22.0 [skip ci]
## [Version&nbsp;0.22.0](v0.21.0...v0.22.0) <sup>Released on **2023-10-31**</sup> #### ✨ 新特性 - ACtion Icon props add time delay, update arrow api, update snapshot. #### 🐛 修复 - Action types fixed, ci fixed, merge ci build branch. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's improved * ACtion Icon props add time delay ([1e19f1d](1e19f1d)) * Update arrow api ([e4996dc](e4996dc)) * Update snapshot ([7a6fa6c](7a6fa6c)) #### What's fixed * Action types fixed ([0ad8699](0ad8699)) * Ci fixed ([78ed03e](78ed03e)) * Merge ci build branch ([7df5f4e](7df5f4e)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
1 parent 5c2988e commit 293d1b3

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.22.0](https://github.com/ant-design/pro-editor/compare/v0.21.0...v0.22.0)
4+
5+
<sup>Released on **2023-10-31**</sup>
6+
7+
#### ✨ 新特性
8+
9+
- ACtion Icon props add time delay, update arrow api, update snapshot.
10+
11+
#### 🐛 修复
12+
13+
- Action types fixed, ci fixed, merge ci build branch.
14+
15+
<br/>
16+
17+
<details>
18+
<summary><kbd>Improvements and Fixes</kbd></summary>
19+
20+
#### What's improved
21+
22+
- ACtion Icon props add time delay ([1e19f1d](https://github.com/ant-design/pro-editor/commit/1e19f1d))
23+
- Update arrow api ([e4996dc](https://github.com/ant-design/pro-editor/commit/e4996dc))
24+
- Update snapshot ([7a6fa6c](https://github.com/ant-design/pro-editor/commit/7a6fa6c))
25+
26+
#### What's fixed
27+
28+
- Action types fixed ([0ad8699](https://github.com/ant-design/pro-editor/commit/0ad8699))
29+
- Ci fixed ([78ed03e](https://github.com/ant-design/pro-editor/commit/78ed03e))
30+
- Merge ci build branch ([7df5f4e](https://github.com/ant-design/pro-editor/commit/7df5f4e))
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.21.0](https://github.com/ant-design/pro-editor/compare/v0.20.5...v0.21.0)
441

542
<sup>Released on **2023-10-13**</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.21.0",
3+
"version": "0.22.0",
44
"description": "🌟 Lightweight Editor UI Framework",
55
"homepage": "https://github.com/ant-design/pro-editor",
66
"bugs": {

0 commit comments

Comments
 (0)