Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
winixt committed Dec 15, 2021
2 parents f7c5603 + 48c8886 commit 7e870c8
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [0.0.4](https://github.com/WeBankFinTech/fes-design/compare/v0.0.3...v0.0.4) (2021-12-15)


### Bug Fixes

* change Button export default ([9fdff2a](https://github.com/WeBankFinTech/fes-design/commit/9fdff2a9742e008ace87c406c22133c344fdcf05))
* 换写法避免config-provider编译问题 ([7d43824](https://github.com/WeBankFinTech/fes-design/commit/7d43824b123d0dd86199ff84025a0cab5f57fb62))



## [0.0.3](https://github.com/WeBankFinTech/fes-design/compare/v0.0.2...v0.0.3) (2021-12-14)


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.0.3';
const version = '0.0.4';

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.0.3",
"version": "0.0.4",
"description": "fes-design for PC",
"main": "dist/fesDesign.js",
"module": "es/index.js",
Expand Down
1 change: 1 addition & 0 deletions types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,6 @@ declare module "@fesjs/fes-design" {
export const FPreviewGroup: Component;
export const FForm: Component;
export const FFormItem: Component;
export const FDrawer: Component;
}

0 comments on commit 7e870c8

Please sign in to comment.