Skip to content

Commit 9d38d64

Browse files
committed
chore: sync agent-ui component before release
1 parent 0d24ce6 commit 9d38d64

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

.versionrc.js

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
1-
rc.js
21
module.exports = {
3-
"types": [
4-
{ "type": "feat", "section": "✨ Features | 新功能" },
5-
{ "type": "fix", "section": "🐛 Bug Fixes | Bug 修复" },
6-
{ "type": "perf", "section": "⚡ Performance Improvements | 性能优化" },
7-
{ "type": "revert", "section": "⏪ Reverts | 回退" },
8-
{ "type": "chore", "section": "📦 Chores | 其他更新" },
9-
{ "type": "docs", "section": "📝 Documentation | 文档" },
10-
{ "type": "style", "section": "💄 Styles | 风格" },
11-
{ "type": "refactor", "section": "♻️ Code Refactoring | 代码重构" },
12-
{ "type": "test", "section": "✅ Tests | 测试" }
13-
]
14-
}
2+
types: [
3+
{ type: "feat", section: "✨ Features | 新功能" },
4+
{ type: "fix", section: "🐛 Bug Fixes | Bug 修复" },
5+
{ type: "perf", section: "⚡ Performance Improvements | 性能优化" },
6+
{ type: "revert", section: "⏪ Reverts | 回退" },
7+
{ type: "chore", section: "📦 Chores | 其他更新" },
8+
{ type: "docs", section: "📝 Documentation | 文档" },
9+
{ type: "style", section: "💄 Styles | 风格" },
10+
{ type: "refactor", section: "♻️ Code Refactoring | 代码重构" },
11+
{ type: "test", section: "✅ Tests | 测试" },
12+
],
13+
};

0 commit comments

Comments
 (0)