Skip to content

Commit 801dcca

Browse files
🔖 chore(release): v0.3.0-alpha.7 [skip ci]
## [Version&nbsp;0.3.0-alpha.7](v0.3.0-alpha.6...v0.3.0-alpha.7) <sup>Released on **2023-06-14**</sup> #### ✨ 新特性 - 实现 AssetStore 与 EditorStore 的状态自动同步, 新增 LevaPanel 属性面板. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's improved * 实现 AssetStore 与 EditorStore 的状态自动同步 ([3eeb73b](3eeb73b)) * 新增 LevaPanel 属性面板 ([ee2d922](ee2d922)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
1 parent 686a4c4 commit 801dcca

2 files changed

Lines changed: 27 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [Version&nbsp;0.3.0-alpha.7](https://github.com/ant-design/pro-editor/compare/v0.3.0-alpha.6...v0.3.0-alpha.7)
4+
5+
<sup>Released on **2023-06-14**</sup>
6+
7+
#### ✨ 新特性
8+
9+
- 实现 AssetStore 与 EditorStore 的状态自动同步, 新增 LevaPanel 属性面板.
10+
11+
<br/>
12+
13+
<details>
14+
<summary><kbd>Improvements and Fixes</kbd></summary>
15+
16+
#### What's improved
17+
18+
- 实现 AssetStore 与 EditorStore 的状态自动同步 ([3eeb73b](https://github.com/ant-design/pro-editor/commit/3eeb73b))
19+
- 新增 LevaPanel 属性面板 ([ee2d922](https://github.com/ant-design/pro-editor/commit/ee2d922))
20+
21+
</details>
22+
23+
<div align="right">
24+
25+
[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
26+
27+
</div>
28+
329
## [Version&nbsp;0.3.0-alpha.6](https://github.com/ant-design/pro-editor/compare/v0.3.0-alpha.5...v0.3.0-alpha.6)
430

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

0 commit comments

Comments
 (0)