Skip to content

Commit

Permalink
🔖 chore(release): v0.22.0 [skip ci]
Browse files Browse the repository at this point in the history
## [Version 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>
  • Loading branch information
semantic-release-bot committed Oct 31, 2023
1 parent 5c2988e commit 293d1b3
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,42 @@
# Changelog

## [Version&nbsp;0.22.0](https://github.com/ant-design/pro-editor/compare/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](https://github.com/ant-design/pro-editor/commit/1e19f1d))
- Update arrow api ([e4996dc](https://github.com/ant-design/pro-editor/commit/e4996dc))
- Update snapshot ([7a6fa6c](https://github.com/ant-design/pro-editor/commit/7a6fa6c))

#### What's fixed

- Action types fixed ([0ad8699](https://github.com/ant-design/pro-editor/commit/0ad8699))
- Ci fixed ([78ed03e](https://github.com/ant-design/pro-editor/commit/78ed03e))
- Merge ci build branch ([7df5f4e](https://github.com/ant-design/pro-editor/commit/7df5f4e))

</details>

<div align="right">

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

</div>

## [Version&nbsp;0.21.0](https://github.com/ant-design/pro-editor/compare/v0.20.5...v0.21.0)

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

0 comments on commit 293d1b3

Please sign in to comment.