Skip to content

Commit

Permalink
release: v0.8.62
Browse files Browse the repository at this point in the history
  • Loading branch information
wanchun committed Aug 28, 2024
1 parent 675870f commit 1d3bd9c
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.8.62](https://github.com/WeBankFinTech/fes-design/compare/v0.8.61...v0.8.62) (2024-08-28)


### Features

* timeline支持title插槽和设置labelWidth ([675870f](https://github.com/WeBankFinTech/fes-design/commit/675870f2c7ae2e90645936d16003b106c9732ccc))



## [0.8.61](https://github.com/WeBankFinTech/fes-design/compare/v0.8.60...v0.8.61) (2024-08-19)


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.8.61';
const version = '0.8.62';

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

0 comments on commit 1d3bd9c

Please sign in to comment.