diff --git a/CHANGELOG.md b/CHANGELOG.md
index c820689be..2653c7e29 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,42 @@
# Changelog
+## [v1.0.3](https://github.com/soybeanjs/soybean-admin/compare/tauri-v1.0.2...v1.0.3) (24-04-16)
+
+### 🚀 Features
+
+- **hooks**: deleting the route export of useRoutePush, use vue-router - by **paynezhuang** [(c6648)](https://github.com/soybeanjs/soybean-admin/commit/c6648b6)
+
+### 🐞 Bug Fixes
+
+- **projects**:
+ - fix menu edit rules - by **paynezhuang** [(00105)](https://github.com/soybeanjs/soybean-admin/commit/001059c)
+ - fix SvgIcon inheritAttrs warning - by @honghuangdc [(efc0e)](https://github.com/soybeanjs/soybean-admin/commit/efc0e25)
+ - fix axios createRequest: add default state - by @honghuangdc [(d6eda)](https://github.com/soybeanjs/soybean-admin/commit/d6eda8f)
+ - update union-key.d.ts - by @honghuangdc [(60bef)](https://github.com/soybeanjs/soybean-admin/commit/60beff7)
+ - fix update theme color - by @honghuangdc [(27c53)](https://github.com/soybeanjs/soybean-admin/commit/27c53cd)
+
+### 🔥 Performance
+
+- **projects**: perf code - by @honghuangdc [(b7f07)](https://github.com/soybeanjs/soybean-admin/commit/b7f0749)
+
+### 💅 Refactors
+
+- **projects**: update naive-ui.d.ts - by @honghuangdc [(bb74d)](https://github.com/soybeanjs/soybean-admin/commit/bb74d99)
+
+### 📖 Documentation
+
+- **projects**: update README.md - by @honghuangdc [(f4a9c)](https://github.com/soybeanjs/soybean-admin/commit/f4a9cf8)
+
+### 🏡 Chore
+
+- **release**: release tauri v1.0.2 - by @honghuangdc [(ebdef)](https://github.com/soybeanjs/soybean-admin/commit/ebdef72)
+
+### ❤️ Contributors
+
+[![honghuangdc](https://github.com/honghuangdc.png?size=48)](https://github.com/honghuangdc)
+[paynezhuang](mailto:paynezhuang@gmail.com)
+
## [v1.0.2](https://github.com/soybeanjs/soybean-admin/compare/tauri-v1.0.1...v1.0.2) (24-04-08)
### 🐞 Bug Fixes
diff --git a/package.json b/package.json
index 1e0fe8771..ed12fbe7a 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "soybean-admin",
"type": "module",
- "version": "1.0.2",
+ "version": "1.0.3",
"packageManager": "pnpm@8.15.6",
"description": "A fresh and elegant admin template, based on Vue3、Vite3、TypeScript、NaiveUI and UnoCSS. 一个基于Vue3、Vite3、TypeScript、NaiveUI and UnoCSS的清新优雅的中后台模版。",
"author": {
diff --git a/packages/axios/package.json b/packages/axios/package.json
index 0d5e4d0d3..121b25263 100644
--- a/packages/axios/package.json
+++ b/packages/axios/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/axios",
- "version": "1.0.2",
+ "version": "1.0.3",
"exports": {
".": "./src/index.ts"
},
diff --git a/packages/color-palette/package.json b/packages/color-palette/package.json
index 174c6bee9..a6819f4b7 100644
--- a/packages/color-palette/package.json
+++ b/packages/color-palette/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/color-palette",
- "version": "1.0.2",
+ "version": "1.0.3",
"exports": {
".": "./src/index.ts"
},
diff --git a/packages/hooks/package.json b/packages/hooks/package.json
index 53df3a35f..a3981e985 100644
--- a/packages/hooks/package.json
+++ b/packages/hooks/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/hooks",
- "version": "1.0.2",
+ "version": "1.0.3",
"exports": {
".": "./src/index.ts"
},
diff --git a/packages/materials/package.json b/packages/materials/package.json
index 5ebef36f8..84bd599b3 100644
--- a/packages/materials/package.json
+++ b/packages/materials/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/materials",
- "version": "1.0.2",
+ "version": "1.0.3",
"exports": {
".": "./src/index.ts"
},
diff --git a/packages/ofetch/package.json b/packages/ofetch/package.json
index 86fb0c380..23f224107 100644
--- a/packages/ofetch/package.json
+++ b/packages/ofetch/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/fetch",
- "version": "1.0.2",
+ "version": "1.0.3",
"exports": {
".": "./src/index.ts"
},
diff --git a/packages/scripts/package.json b/packages/scripts/package.json
index 006c5a2dc..8a7737f4d 100644
--- a/packages/scripts/package.json
+++ b/packages/scripts/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/scripts",
- "version": "1.0.2",
+ "version": "1.0.3",
"bin": {
"sa": "./bin.ts"
},
diff --git a/packages/uno-preset/package.json b/packages/uno-preset/package.json
index d1a48298c..214615534 100644
--- a/packages/uno-preset/package.json
+++ b/packages/uno-preset/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/uno-preset",
- "version": "1.0.2",
+ "version": "1.0.3",
"exports": {
".": "./src/index.ts"
},
diff --git a/packages/utils/package.json b/packages/utils/package.json
index 672ef9d59..0f809a177 100644
--- a/packages/utils/package.json
+++ b/packages/utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/utils",
- "version": "1.0.2",
+ "version": "1.0.3",
"exports": {
".": "./src/index.ts"
},