diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4a8b79acd..3f545f521 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,31 @@
# Changelog
+## [v1.2.3](https://github.com/soybeanjs/soybean-admin/compare/v1.2.2...v1.2.3) (2024-06-13)
+
+### 🐞 Bug Fixes
+
+- **projects**:
+ - fix mobile browser theme issue by adding color-scheme meta tag to index.html - by @KickCashew in https://github.com/soybeanjs/soybean-admin/issues/488 [(c2125)](https://github.com/soybeanjs/soybean-admin/commit/c212565)
+ - Fix secondary directory components is empty - by @paynezhuang in https://github.com/soybeanjs/soybean-admin/issues/491 [(aabb2)](https://github.com/soybeanjs/soybean-admin/commit/aabb2a4)
+
+### 📖 Documentation
+
+- **projects**:
+ - Fixed the hyperlink pointing error - by **Azir** [(20a81)](https://github.com/soybeanjs/soybean-admin/commit/20a8127)
+ - update README - by @soybeanjs [(70261)](https://github.com/soybeanjs/soybean-admin/commit/7026126)
+
+### 🏡 Chore
+
+- **deps**:
+ - update deps - by @soybeanjs [(813d8)](https://github.com/soybeanjs/soybean-admin/commit/813d8ce)
+ - update deps - by @soybeanjs [(bf718)](https://github.com/soybeanjs/soybean-admin/commit/bf71837)
+
+### ❤️ Contributors
+
+[![soybeanjs](https://github.com/soybeanjs.png?size=48)](https://github.com/soybeanjs) [![paynezhuang](https://github.com/paynezhuang.png?size=48)](https://github.com/paynezhuang) [![KickCashew](https://github.com/KickCashew.png?size=48)](https://github.com/KickCashew)
+[Azir](mailto:2075125282@qq.com)
+
## [v1.2.2](https://github.com/honghuangdc/soybean-admin/compare/v1.2.1...v1.2.2) (2024-06-12)
### 🚀 Features
diff --git a/package.json b/package.json
index 56d6a9bd4..2785c5c2b 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "soybean-admin",
"type": "module",
- "version": "1.2.2",
+ "version": "1.2.3",
"description": "A fresh and elegant admin template, based on Vue3、Vite3、TypeScript、NaiveUI and UnoCSS. 一个基于Vue3、Vite3、TypeScript、NaiveUI and UnoCSS的清新优雅的中后台模版。",
"author": {
"name": "Soybean",
diff --git a/packages/axios/package.json b/packages/axios/package.json
index 44a6a4bd8..7908dfa2a 100644
--- a/packages/axios/package.json
+++ b/packages/axios/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/axios",
- "version": "1.2.2",
+ "version": "1.2.3",
"exports": {
".": "./src/index.ts"
},
diff --git a/packages/color/package.json b/packages/color/package.json
index 64131c46d..0bf44a3d6 100644
--- a/packages/color/package.json
+++ b/packages/color/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/color",
- "version": "1.2.2",
+ "version": "1.2.3",
"exports": {
".": "./src/index.ts"
},
diff --git a/packages/hooks/package.json b/packages/hooks/package.json
index 5bea20e21..19de0c72a 100644
--- a/packages/hooks/package.json
+++ b/packages/hooks/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/hooks",
- "version": "1.2.2",
+ "version": "1.2.3",
"exports": {
".": "./src/index.ts"
},
diff --git a/packages/materials/package.json b/packages/materials/package.json
index debfab5a5..4d54af083 100644
--- a/packages/materials/package.json
+++ b/packages/materials/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/materials",
- "version": "1.2.2",
+ "version": "1.2.3",
"exports": {
".": "./src/index.ts"
},
diff --git a/packages/ofetch/package.json b/packages/ofetch/package.json
index b90dd0edd..fecf1b26d 100644
--- a/packages/ofetch/package.json
+++ b/packages/ofetch/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/fetch",
- "version": "1.2.2",
+ "version": "1.2.3",
"exports": {
".": "./src/index.ts"
},
diff --git a/packages/scripts/package.json b/packages/scripts/package.json
index 1b05b5cb4..bca7a3973 100644
--- a/packages/scripts/package.json
+++ b/packages/scripts/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/scripts",
- "version": "1.2.2",
+ "version": "1.2.3",
"bin": {
"sa": "./bin.ts"
},
diff --git a/packages/uno-preset/package.json b/packages/uno-preset/package.json
index 3f31545f7..04f7add3c 100644
--- a/packages/uno-preset/package.json
+++ b/packages/uno-preset/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/uno-preset",
- "version": "1.2.2",
+ "version": "1.2.3",
"exports": {
".": "./src/index.ts"
},
diff --git a/packages/utils/package.json b/packages/utils/package.json
index 2ad4f5916..f9bd6c769 100644
--- a/packages/utils/package.json
+++ b/packages/utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/utils",
- "version": "1.2.2",
+ "version": "1.2.3",
"exports": {
".": "./src/index.ts"
},