From bd9f3a96dd9c1ef20c1093e3012334f727e3b68e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 27 Nov 2025 04:00:15 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20chore(release):=20Release=201.0.?= =?UTF-8?q?0=20/=20=E5=8F=91=E5=B8=83=E7=89=88=E6=9C=AC=201.0.0=20[skip=20?= =?UTF-8?q?ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 1.0.0 (2025-11-27) ### ✨ Features / 新功能 * initialization ([a801849](https://github.com/perfect-panel/frontend/commit/a801849fb2c369b999dc93bbe8fda2753fba8ae6)) --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..672a8b7 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,26 @@ +# 📋 Changelog / 更新日志 + +This document records all notable changes to ShadCN Admin. +本文档记录了 ShadCN Admin 的所有重要变更。 + +## Version Guide / 版本说明 +- 🔥 **Breaking Changes / 重大变更**: Contains breaking updates / 包含破坏性更新 +- ✨ **Features / 新功能**: New features added / 添加的新特性 +- 🐛 **Bug Fixes / 问题修复**: Fixed bugs / 修复的bug +- 📚 **Documentation / 文档**: Documentation updates / 文档相关更新 +- 🎨 **Style / 样式**: Code formatting and style changes / 代码格式化、样式调整 +- ♻️ **Refactoring / 重构**: Code refactoring / 代码重构 +- ⚡️ **Performance / 性能**: Performance improvements / 性能优化 +- 🧪 **Tests / 测试**: Test related changes / 测试相关 +- 🔨 **Build / 构建**: Build system changes / 构建系统相关 +- 👷 **CI/CD**: Continuous integration changes / CI/CD相关 +- 🔧 **Chores / 杂项**: Other changes / 其他变更 + +--- + + +## 1.0.0 (2025-11-27) + +### ✨ Features / 新功能 + +* initialization ([a801849](https://github.com/perfect-panel/frontend/commit/a801849fb2c369b999dc93bbe8fda2753fba8ae6)) diff --git a/package.json b/package.json index b688b46..98873a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "0.0.0", + "version": "1.0.0", "private": true, "homepage": "https://github.com/perfect-panel/frontend", "bugs": {