Skip to content

Commit 1a211b9

Browse files
🔖 chore(release): v0.4.0-alpha.5 [skip ci]
## [Version&nbsp;0.4.0-alpha.5](v0.4.0-alpha.4...v0.4.0-alpha.5) <sup>Released on **2023-06-15**</sup> #### ✨ 新特性 - **pro-editor**: 支持配置 ProEditorStore 在 devtools 中的名称. #### 🐛 修复 - **pro-editor**: 调整 devtools api 名称. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's improved * **pro-editor**: 支持配置 ProEditorStore 在 devtools 中的名称 ([e9d373d](e9d373d)) #### What's fixed * **pro-editor**: 调整 devtools api 名称 ([4b4f509](4b4f509)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
1 parent 4b4f509 commit 1a211b9

2 files changed

Lines changed: 34 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [Version&nbsp;0.4.0-alpha.5](https://github.com/ant-design/pro-editor/compare/v0.4.0-alpha.4...v0.4.0-alpha.5)
4+
5+
<sup>Released on **2023-06-15**</sup>
6+
7+
#### ✨ 新特性
8+
9+
- **pro-editor**: 支持配置 ProEditorStore 在 devtools 中的名称.
10+
11+
#### 🐛 修复
12+
13+
- **pro-editor**: 调整 devtools api 名称.
14+
15+
<br/>
16+
17+
<details>
18+
<summary><kbd>Improvements and Fixes</kbd></summary>
19+
20+
#### What's improved
21+
22+
- **pro-editor**: 支持配置 ProEditorStore 在 devtools 中的名称 ([e9d373d](https://github.com/ant-design/pro-editor/commit/e9d373d))
23+
24+
#### What's fixed
25+
26+
- **pro-editor**: 调整 devtools api 名称 ([4b4f509](https://github.com/ant-design/pro-editor/commit/4b4f509))
27+
28+
</details>
29+
30+
<div align="right">
31+
32+
[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
33+
34+
</div>
35+
336
## [Version&nbsp;0.4.0-alpha.4](https://github.com/ant-design/pro-editor/compare/v0.4.0-alpha.3...v0.4.0-alpha.4)
437

538
<sup>Released on **2023-06-15**</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.4.0-alpha.4",
3+
"version": "0.4.0-alpha.5",
44
"description": "🌟 Lightweight Editor UI Framework",
55
"homepage": "https://github.com/ant-design/pro-editor",
66
"bugs": {

0 commit comments

Comments
 (0)