Skip to content

Commit

Permalink
release: v0.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
winixt committed May 31, 2022
1 parent 2eca7be commit 1036dbc
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [0.5.9](https://github.com/WeBankFinTech/fes-design/compare/v0.5.8...v0.5.9) (2022-05-31)


### Bug Fixes

* **datepicker:** type ([#171](https://github.com/WeBankFinTech/fes-design/issues/171)) ([0e5788c](https://github.com/WeBankFinTech/fes-design/commit/0e5788c7d947b6f64295fd0904961f8865024cc1))


### Features

* date-picker 添加 defaultTime ([#172](https://github.com/WeBankFinTech/fes-design/issues/172)) ([2eca7be](https://github.com/WeBankFinTech/fes-design/commit/2eca7bed12ea63316011eac1eee354fe9f11b7d3))



## [0.5.8](https://github.com/WeBankFinTech/fes-design/compare/v0.5.7...v0.5.8) (2022-05-30)


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.8';
const version = '0.5.9';

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.8",
"version": "0.5.9",
"description": "fes-design for PC",
"main": "dist/fes-design.js",
"module": "es/index.js",
Expand Down

0 comments on commit 1036dbc

Please sign in to comment.