Skip to content

Commit

Permalink
release: v0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
wanchun committed Jan 4, 2022
1 parent d14145a commit e438a0b
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.1.10](https://github.com/WeBankFinTech/fes-design/compare/v0.1.9...v0.1.10) (2022-01-04)


### Bug Fixes

* 水平方向menu子菜单中菜单高度不正确 ([d14145a](https://github.com/WeBankFinTech/fes-design/commit/d14145a9d87442c0212f42f12f63e8d17b63fe8a))


### Features

* 新增图标 ([b4f692a](https://github.com/WeBankFinTech/fes-design/commit/b4f692a830864653f0d5b7a654eda0ece53649b1))



## [0.1.9](https://github.com/WeBankFinTech/fes-design/compare/v0.1.8...v0.1.9) (2021-12-31)


Expand Down
2 changes: 1 addition & 1 deletion components/version/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const version = '0.1.9';
const version = '0.1.10';

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

0 comments on commit e438a0b

Please sign in to comment.