Skip to content

Commit

Permalink
🔖 chore(release): v0.15.0 [skip ci]
Browse files Browse the repository at this point in the history
## [Version 0.15.0](v0.14.0...v0.15.0)
<sup>Released on **2023-12-05**</sup>

#### ✨ 新特性

- **FlowView**: Add stepless zooming switch.

<br/>

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

#### What's improved

* **FlowView**: Add stepless zooming switch, closes [#41](#41) ([51783fc](51783fc))

</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 Dec 5, 2023
1 parent 51783fc commit cbc3129
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## [Version&nbsp;0.15.0](https://github.com/ant-design/pro-flow/compare/v0.14.0...v0.15.0)

<sup>Released on **2023-12-05**</sup>

#### ✨ 新特性

- **FlowView**: Add stepless zooming switch.

<br/>

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

#### What's improved

- **FlowView**: Add stepless zooming switch, closes [#41](https://github.com/ant-design/pro-flow/issues/41) ([51783fc](https://github.com/ant-design/pro-flow/commit/51783fc))

</details>

<div align="right">

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

</div>

## [Version&nbsp;0.14.0](https://github.com/ant-design/pro-flow/compare/v0.13.1...v0.14.0)

<sup>Released on **2023-12-04**</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-flow",
"version": "0.14.0",
"version": "0.15.0",
"description": "A React based Flow components",
"keywords": [
"flow",
Expand Down

0 comments on commit cbc3129

Please sign in to comment.