From 4f52be5a2d6fe6d6e131960ef31faf884b35e9ea Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 15 Jun 2023 03:54:54 +0000 Subject: [PATCH] :bookmark: chore(release): v0.4.0-alpha.4 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [Version 0.4.0-alpha.4](https://github.com/ant-design/pro-editor/compare/v0.4.0-alpha.3...v0.4.0-alpha.4) Released on **2023-06-15** #### 🐛 修复 - **component-asset**: 修正 CreateAssetStore 的类型,对齐到 ProEditorInstance.
Improvements and Fixes #### What's fixed * **component-asset**: 修正 CreateAssetStore 的类型,对齐到 ProEditorInstance ([70008a8](https://github.com/ant-design/pro-editor/commit/70008a8))
[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
--- CHANGELOG.md | 25 +++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf2a195b..cfb2e757 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## [Version 0.4.0-alpha.4](https://github.com/ant-design/pro-editor/compare/v0.4.0-alpha.3...v0.4.0-alpha.4) + +Released on **2023-06-15** + +#### 🐛 修复 + +- **component-asset**: 修正 CreateAssetStore 的类型,对齐到 ProEditorInstance. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **component-asset**: 修正 CreateAssetStore 的类型,对齐到 ProEditorInstance ([70008a8](https://github.com/ant-design/pro-editor/commit/70008a8)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ ## [Version 0.4.0-alpha.3](https://github.com/ant-design/pro-editor/compare/v0.4.0-alpha.2...v0.4.0-alpha.3) Released on **2023-06-15** diff --git a/package.json b/package.json index 98777e89..80086835 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-editor", - "version": "0.4.0-alpha.3", + "version": "0.4.0-alpha.4", "description": "🌟 Lightweight Editor UI Framework", "homepage": "https://github.com/ant-design/pro-editor", "bugs": {