Skip to content

Commit

Permalink
feat: 版本 v1.7.1 版本
Browse files Browse the repository at this point in the history
  • Loading branch information
GuoJikun committed Feb 20, 2024
1 parent 167cd59 commit d41d31e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/docs/src/.vitepress/config/sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const form = [
{ text: "Rate 评分", link: "/components/rate" },
{ text: "Select 选择框", link: "/components/select" },
{ text: "Switch 开关", link: "/components/switch" },
{ text: "Textarea 文本域", link: "/components/textarea" },
// { text: "Textarea 文本域", link: "/components/textarea" },
{ text: "TimePicker 时间选择器", link: "/components/time-picker" },
{ text: "TimeSelect 时间选择", link: "/components/time-select" },
];
Expand Down
15 changes: 15 additions & 0 deletions packages/docs/src/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# 更新日志

## v1.7.1 版本

Feats:

- `Icon` 组件增加 `spin` 属性

Docs:

- 优化文档首页
- `Icon` 组件文档增加图标来源

Fixed:

- 修复文档打包失败

## v1.7.0 版本

Feats:
Expand Down
2 changes: 1 addition & 1 deletion packages/ivy-design-wc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ivy-design/ce",
"version": "1.7.0",
"version": "1.7.1",
"private": false,
"type": "module",
"main": "dist/ivy-design.js",
Expand Down

0 comments on commit d41d31e

Please sign in to comment.