Skip to content

Commit

Permalink
🔖 chore(release): v0.10.0 [skip ci]
Browse files Browse the repository at this point in the history
## [Version 0.10.0](v0.9.0...v0.10.0)
<sup>Released on **2023-08-01**</sup>

#### ✨ 新特性

- Add c2d2c getDiffPropsWithSchema and getSymbolMasterNameFromProps func.

#### 🐛 修复

- Test snapshot udpate.

<br/>

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

#### What's improved

* Add c2d2c getDiffPropsWithSchema and getSymbolMasterNameFromProps func, closes [#52](#52) ([ea4ad31](ea4ad31))

#### What's fixed

* Test snapshot udpate, closes [#53](#53) ([985c630](985c630))

</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 Aug 1, 2023
1 parent d551f68 commit f210bbf
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# Changelog

## [Version&nbsp;0.10.0](https://github.com/ant-design/pro-editor/compare/v0.9.0...v0.10.0)

<sup>Released on **2023-08-01**</sup>

#### ✨ 新特性

- Add c2d2c getDiffPropsWithSchema and getSymbolMasterNameFromProps func.

#### 🐛 修复

- Test snapshot udpate.

<br/>

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

#### What's improved

- Add c2d2c getDiffPropsWithSchema and getSymbolMasterNameFromProps func, closes [#52](https://github.com/ant-design/pro-editor/issues/52) ([ea4ad31](https://github.com/ant-design/pro-editor/commit/ea4ad31))

#### What's fixed

- Test snapshot udpate, closes [#53](https://github.com/ant-design/pro-editor/issues/53) ([985c630](https://github.com/ant-design/pro-editor/commit/985c630))

</details>

<div align="right">

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

</div>

## [Version&nbsp;0.9.0](https://github.com/ant-design/pro-editor/compare/v0.8.0...v0.9.0)

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

0 comments on commit f210bbf

Please sign in to comment.