Skip to content

Commit f2f375f

Browse files
committed
chore(projects): release v2.2.3
1 parent cf04659 commit f2f375f

File tree

12 files changed

+32
-10
lines changed

12 files changed

+32
-10
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ VITE_ICON_PREFIX=icon
1212
VITE_ICON_LOCAL_PREFIX=icon-local
1313

1414
# constant route & auth route mode: static | dynamic
15-
VITE_AUTH_ROUTE_MODE=static
15+
VITE_AUTH_ROUTE_MODE=dynamic
1616

1717
# static auth route home path
1818
VITE_ROUTE_HOME=/home

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
# Changelog
22

33

4+
## [v2.2.3](https://github.com/Ohh-889/soybean-admin-react/compare/v2.2.2...v2.2.3) (2025-11-21)
5+
6+
###    🚀 Features
7+
8+
- **auth**: clear query client cache on authentication reset to ensure fresh data retrieval &nbsp;-&nbsp; by @SkyRoc1 [<samp>(3239a)</samp>](https://github.com/Ohh-889/soybean-admin-react/commit/3239a1b)
9+
10+
### &nbsp;&nbsp;&nbsp;💅 Refactors
11+
12+
- **auth**: move user info prefetching logic to RootLayout and clean up App component &nbsp;-&nbsp; by @SkyRoc1 [<samp>(43c05)</samp>](https://github.com/Ohh-889/soybean-admin-react/commit/43c0506)
13+
- **main**: move setupI18n call to the end of setupApp function for improved initialization order &nbsp;-&nbsp; by @SkyRoc1 [<samp>(f29b4)</samp>](https://github.com/Ohh-889/soybean-admin-react/commit/f29b483)
14+
- **project**: remove unused handle exports from login, code-login, register, and error pages &nbsp;-&nbsp; by @SkyRoc1 [<samp>(d3d9e)</samp>](https://github.com/Ohh-889/soybean-admin-react/commit/d3d9e8f)
15+
- **router**: enhance route initialization and user info prefetching with improved caching strategy. close #70 &nbsp;-&nbsp; by @SkyRoc1 in https://github.com/Ohh-889/soybean-admin-react/issues/70 [<samp>(cf046)</samp>](https://github.com/Ohh-889/soybean-admin-react/commit/cf04659)
16+
17+
### &nbsp;&nbsp;&nbsp;❤️ Contributors
18+
19+
[![SkyRoc1](https://github.com/SkyRoc1.png?size=48)](https://github.com/SkyRoc1)&nbsp;&nbsp;
20+
421
## [v2.2.2](https://github.com/Ohh-889/soybean-admin-react/compare/v2.2.1...v2.2.2) (2025-11-20)
522

623
### &nbsp;&nbsp;&nbsp;💅 Refactors

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "skyroc-admin",
33
"type": "module",
4-
"version": "2.2.2",
4+
"version": "2.2.3",
55
"private": false,
66
"packageManager": "[email protected]",
77
"description": "A fresh and elegant admin template, based on React18、Vite5、TypeScript、Ant Design and UnoCSS. 一个基于React18、Vite5、TypeScript、Ant Design and UnoCSS的清新优雅的中后台模版。",

packages/axios/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sa/axios",
3-
"version": "2.2.2",
3+
"version": "2.2.3",
44
"exports": {
55
".": "./src/index.ts"
66
},

packages/color/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sa/color",
3-
"version": "2.2.2",
3+
"version": "2.2.3",
44
"exports": {
55
".": "./src/index.ts"
66
},

packages/hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sa/hooks",
3-
"version": "2.2.2",
3+
"version": "2.2.3",
44
"exports": {
55
".": "./src/index.ts"
66
},

packages/materials/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sa/materials",
3-
"version": "2.2.2",
3+
"version": "2.2.3",
44
"exports": {
55
".": "./src/index.ts"
66
},

packages/ofetch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sa/fetch",
3-
"version": "2.2.2",
3+
"version": "2.2.3",
44
"exports": {
55
".": "./src/index.ts"
66
},

packages/scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sa/scripts",
3-
"version": "2.2.2",
3+
"version": "2.2.3",
44
"bin": {
55
"sa": "./bin.ts"
66
},

packages/uno-preset/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sa/uno-preset",
3-
"version": "2.2.2",
3+
"version": "2.2.3",
44
"exports": {
55
".": "./src/index.ts"
66
},

0 commit comments

Comments
 (0)