diff --git a/CHANGELOG.md b/CHANGELOG.md
index 76276ed..db67a30 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,38 @@
 # Changelog
 
 
+## [v0.3.0](https://github.com/mufeng889/react-soybean-admin/compare/v0.2.1...v0.3.0) (2024-08-20)
+
+###    🚀 Features
+
+- **packages**: perfect routing method &nbsp;-&nbsp; by **wang** [<samp>(7a15b)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/7a15b1b)
+
+### &nbsp;&nbsp;&nbsp;🐞 Bug Fixes
+
+- **packages**:
+  - fix repeat routing &nbsp;-&nbsp; by **wang** [<samp>(98a71)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/98a7117)
+- **projects**:
+  - prevent local storage conflicts &nbsp;-&nbsp; by @Azir-11 [<samp>(cc2d4)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/cc2d470)
+  - fix Fix type error type error  . close #3 &nbsp;-&nbsp; by **wang** in https://github.com/mufeng889/react-soybean-admin/issues/3 [<samp>(d9237)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/d923752)
+
+### &nbsp;&nbsp;&nbsp;🛠 Optimizations
+
+- optimized code &nbsp;-&nbsp; by **wang** [<samp>(f94b5)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/f94b58b)
+- **code**:
+  - optimize the experience &nbsp;-&nbsp; by **wang** [<samp>(6a135)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/6a1354a)
+- **packages**:
+  - optimize simple-router code &nbsp;-&nbsp; by **wang** [<samp>(c6ea8)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/c6ea8b0)
+  - optimized  simple-router code &nbsp;-&nbsp; by **wang** [<samp>(edfb1)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/edfb1f6)
+
+### &nbsp;&nbsp;&nbsp;🏡 Chore
+
+- **package**: improve package content . close #4 &nbsp;-&nbsp; by **wang** in https://github.com/mufeng889/react-soybean-admin/issues/4 [<samp>(a2dde)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/a2dde59)
+
+### &nbsp;&nbsp;&nbsp;❤️ Contributors
+
+[![Azir-11](https://github.com/Azir-11.png?size=48)](https://github.com/Azir-11)&nbsp;&nbsp;
+[wang](mailto:1509326266@qq.com),&nbsp;
+
 ## [v0.2.1](https://github.com/mufeng889/react-soybean-admin/compare/v0.2.0...v0.2.1) (2024-08-14)
 
 ### &nbsp;&nbsp;&nbsp;🐞 Bug Fixes
diff --git a/package.json b/package.json
index 6e76660..7c23237 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "react-soy",
   "type": "module",
-  "version": "0.2.1",
+  "version": "0.3.0",
   "private": false,
   "packageManager": "pnpm@9.1.0",
   "description": "A fresh and elegant admin template, based on React18、Vite5、TypeScript、Ant Design and UnoCSS. 一个基于React18、Vite5、TypeScript、Ant Design and UnoCSS的清新优雅的中后台模版。",
diff --git a/packages/axios/package.json b/packages/axios/package.json
index 73ba22e..4bb186b 100644
--- a/packages/axios/package.json
+++ b/packages/axios/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@sa/axios",
-  "version": "0.2.1",
+  "version": "0.3.0",
   "exports": {
     ".": "./src/index.ts"
   },
diff --git a/packages/color/package.json b/packages/color/package.json
index 9d98c1b..778592c 100644
--- a/packages/color/package.json
+++ b/packages/color/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@sa/color",
-  "version": "0.2.1",
+  "version": "0.3.0",
   "exports": {
     ".": "./src/index.ts"
   },
diff --git a/packages/hooks/package.json b/packages/hooks/package.json
index 5674f8f..9a7090c 100644
--- a/packages/hooks/package.json
+++ b/packages/hooks/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@sa/hooks",
-  "version": "0.2.1",
+  "version": "0.3.0",
   "exports": {
     ".": "./src/index.ts"
   },
diff --git a/packages/materials/package.json b/packages/materials/package.json
index 1cd2e34..b42a68f 100644
--- a/packages/materials/package.json
+++ b/packages/materials/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@sa/materials",
-  "version": "0.2.1",
+  "version": "0.3.0",
   "exports": {
     ".": "./src/index.ts"
   },
diff --git a/packages/ofetch/package.json b/packages/ofetch/package.json
index aa7d718..704c721 100644
--- a/packages/ofetch/package.json
+++ b/packages/ofetch/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@sa/fetch",
-  "version": "0.2.1",
+  "version": "0.3.0",
   "exports": {
     ".": "./src/index.ts"
   },
diff --git a/packages/scripts/package.json b/packages/scripts/package.json
index 589aaa4..a335045 100644
--- a/packages/scripts/package.json
+++ b/packages/scripts/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@sa/scripts",
-  "version": "0.2.1",
+  "version": "0.3.0",
   "bin": {
     "sa": "./bin.ts"
   },
diff --git a/packages/simple-router/package.json b/packages/simple-router/package.json
index 823ce1c..d844415 100644
--- a/packages/simple-router/package.json
+++ b/packages/simple-router/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@sa/simple-router",
-  "version": "0.2.1",
+  "version": "0.3.0",
   "exports": {
     ".": "./src/index.ts"
   },
diff --git a/packages/uno-preset/package.json b/packages/uno-preset/package.json
index a98b6af..be8d5d1 100644
--- a/packages/uno-preset/package.json
+++ b/packages/uno-preset/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@sa/uno-preset",
-  "version": "0.2.1",
+  "version": "0.3.0",
   "exports": {
     ".": "./src/index.ts"
   },
diff --git a/packages/utils/package.json b/packages/utils/package.json
index 8546414..c777225 100644
--- a/packages/utils/package.json
+++ b/packages/utils/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@sa/utils",
-  "version": "0.2.1",
+  "version": "0.3.0",
   "exports": {
     ".": "./src/index.ts"
   },