Skip to content

Commit

Permalink
release: v0.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
wanchun committed Nov 7, 2022
1 parent b7f121d commit 504f765
Show file tree
Hide file tree
Showing 4 changed files with 138 additions and 67 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [0.7.8](https://github.com/WeBankFinTech/fes-design/compare/v0.7.7...v0.7.8) (2022-11-07)


### Bug Fixes

* 修复Table组件未设置排序能排序问题 ([#247](https://github.com/WeBankFinTech/fes-design/issues/247)) ([a9001b1](https://github.com/WeBankFinTech/fes-design/commit/a9001b1122df196bb99908eb398ab7d764d4cb4d))


### Features

* date-picker 支持 month range ([#245](https://github.com/WeBankFinTech/fes-design/issues/245)) ([180c0ab](https://github.com/WeBankFinTech/fes-design/commit/180c0abc94ef82a8e326b05af5bb1cdfaf734738))
* form-inline 在formItem新增span属性 & 优化form相关的 ts eslint 规则限制 ([#246](https://github.com/WeBankFinTech/fes-design/issues/246)) ([b7f121d](https://github.com/WeBankFinTech/fes-design/commit/b7f121da953df63585efb69286bc8d82f3a647ce))



## [0.7.7](https://github.com/WeBankFinTech/fes-design/compare/v0.7.6...v0.7.7) (2022-10-31)


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.7.7';
const version = '0.7.8';

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

0 comments on commit 504f765

Please sign in to comment.