chore(release): bump version to 2.0.5 in theme.yaml and package.json

这个提交包含在:
2026-06-14 09:06:56 +08:00 未验证
父节点 e52d7ce5b9
当前提交 21023af4d8
修改 2 个文件,包含 2 行新增2 行删除
+1 -1
查看文件
@@ -1,7 +1,7 @@
{ {
"name": "theme-terminal", "name": "theme-terminal",
"private": true, "private": true,
"version": "2.0.3", "version": "2.0.5",
"description": "A terminal like theme for Halo.", "description": "A terminal like theme for Halo.",
"scripts": { "scripts": {
"dev": "vite build --watch", "dev": "vite build --watch",
+1 -1
查看文件
@@ -13,5 +13,5 @@ spec:
repo: https://git.dev.cm/theme-terminal repo: https://git.dev.cm/theme-terminal
settingName: "theme-terminal-setting" settingName: "theme-terminal-setting"
configMapName: "theme-terminal-configMap" configMapName: "theme-terminal-configMap"
version: 2.0.3 version: 2.0.5
require: ">=2.22.0" require: ">=2.22.0"