Browse Source

chore: auto bump version and changelog [skip ci]

iwt 2 months ago
parent
commit
1b35defbf1
4 changed files with 24 additions and 4 deletions
  1. 1 1
      cfc-web/.last_build_commit
  2. 20 0
      cfc-web/CHANGELOG.md
  3. 2 2
      cfc-web/package-lock.json
  4. 1 1
      cfc-web/package.json

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-0ad907e24974fc1fe5b5301b57f14d78f7dd545e
+47a8957cf7539c7833857a8632d4689728094adc

+ 20 - 0
cfc-web/CHANGELOG.md

@@ -1,6 +1,26 @@
 # 更新日志 (Changelog)
 
 此文件记录所有构建版本的变更。
+## v1.0.91 (2026-07-10)
+
+### 工程化
+- auto bump version and changelog [skip ci]
+
+### 其他
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+- 新增 Vue.use(Link) 注册 Link 组件
+- Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+-   防御性判空: 增加 !trim().isEmpty() 检查, 避免空字串  传入 Long.valueOf()
+- 
+
+### Bug 修复
+- 注册 Element UI Link 组件使变更日志可点击
+- AdminArticleController 空字串转Long抛NumberFormatException
+
+
 ## v1.0.89 (2026-07-10)
 
 ### 工程化

+ 2 - 2
cfc-web/package-lock.json

@@ -1,12 +1,12 @@
 {
   "name": "cfc-web",
-  "version": "1.0.88",
+  "version": "1.0.90",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "cfc-web",
-      "version": "1.0.88",
+      "version": "1.0.90",
       "dependencies": {
         "@wangeditor/editor": "^5.1.23",
         "@wangeditor/editor-for-vue": "^1.0.2",

+ 1 - 1
cfc-web/package.json

@@ -1,6 +1,6 @@
 {
   "name": "cfc-web",
-  "version": "1.0.90",
+  "version": "1.0.91",
   "private": true,
   "scripts": {
     "dev": "vue-cli-service serve",