Skip to content

Commit

Permalink
🔖 chore(release): v0.26.0 [skip ci]
Browse files Browse the repository at this point in the history
## [Version 0.26.0](v0.25.0...v0.26.0)
<sup>Released on **2023-11-22**</sup>

#### ✨ 新特性

- Add Markdown new Components, add more doc & change as a theme token, reflact some components props & api, udpate snapshot.

#### 🐛 修复

- Delete normal Errorboundary.

<br/>

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

#### What's improved

* Add Markdown new Components ([2d16d11](2d16d11))
* Add more doc & change as a theme token ([7889fa5](7889fa5))
* Reflact some components props & api ([1b14b65](1b14b65))
* Udpate snapshot ([71ffd2b](71ffd2b))

#### What's fixed

* Delete normal Errorboundary ([ea44085](ea44085))

</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 Nov 22, 2023
1 parent c2a241e commit 618f495
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# Changelog

## [Version&nbsp;0.26.0](https://github.com/ant-design/pro-editor/compare/v0.25.0...v0.26.0)

<sup>Released on **2023-11-22**</sup>

#### ✨ 新特性

- Add Markdown new Components, add more doc & change as a theme token, reflact some components props & api, udpate snapshot.

#### 🐛 修复

- Delete normal Errorboundary.

<br/>

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

#### What's improved

- Add Markdown new Components ([2d16d11](https://github.com/ant-design/pro-editor/commit/2d16d11))
- Add more doc & change as a theme token ([7889fa5](https://github.com/ant-design/pro-editor/commit/7889fa5))
- Reflact some components props & api ([1b14b65](https://github.com/ant-design/pro-editor/commit/1b14b65))
- Udpate snapshot ([71ffd2b](https://github.com/ant-design/pro-editor/commit/71ffd2b))

#### What's fixed

- Delete normal Errorboundary ([ea44085](https://github.com/ant-design/pro-editor/commit/ea44085))

</details>

<div align="right">

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

</div>

## [Version&nbsp;0.25.0](https://github.com/ant-design/pro-editor/compare/v0.24.0...v0.25.0)

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

0 comments on commit 618f495

Please sign in to comment.