Skip to content

Commit

Permalink
release: v0.8.68
Browse files Browse the repository at this point in the history
  • Loading branch information
ocean-gao committed Oct 21, 2024
1 parent 854888a commit 39ac263
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.68](https:/WeBankFinTech/fes-design/compare/v0.8.67...v0.8.68) (2024-10-21)


### Features

* **Tooltip:** 增加受控模式 ([#899](https:/WeBankFinTech/fes-design/issues/899)) ([854888a](https:/WeBankFinTech/fes-design/commit/854888ab443dd2fd1b75f7d13a63bfc40f7bbc2c))



## [0.8.67](https:/WeBankFinTech/fes-design/compare/v0.8.66...v0.8.67) (2024-10-21)


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.67';
const version = '0.8.68';

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

0 comments on commit 39ac263

Please sign in to comment.