Skip to content

Commit

Permalink
release: v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
winixt committed May 13, 2022
1 parent 2b597e7 commit 6b2cdaf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.5.1](https://github.com/WeBankFinTech/fes-design/compare/v0.5.0...v0.5.1) (2022-05-13)


### Bug Fixes

* cascader组件初始化加载节点 ([#152](https://github.com/WeBankFinTech/fes-design/issues/152)) ([2b597e7](https://github.com/WeBankFinTech/fes-design/commit/2b597e79b3e6852e0890481ff18d0311d2bc3a89))



# [0.5.0](https://github.com/WeBankFinTech/fes-design/compare/v0.4.7...v0.5.0) (2022-05-13)

### Breaks
Expand Down
2 changes: 1 addition & 1 deletion components/version/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const version = '0.5.0';
const version = '0.5.1';

export default version;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fesjs/fes-design",
"version": "0.5.0",
"version": "0.5.1",
"description": "fes-design for PC",
"main": "dist/fes-design.js",
"module": "es/index.js",
Expand Down

0 comments on commit 6b2cdaf

Please sign in to comment.