Skip to content

Commit e444652

Browse files
committed
chore(projects): release v1.3.9
1 parent 1d8a254 commit e444652

File tree

10 files changed

+43
-9
lines changed

10 files changed

+43
-9
lines changed

CHANGELOG.md

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

33

4+
## [v1.3.9](https://github.com/soybeanjs/soybean-admin-antd/compare/v1.3.10...v1.3.9) (2024-11-17)
5+
6+
###    🚀 Features
7+
8+
- **projects**: support show tab when not loggedIn &nbsp;-&nbsp; by @soybeanjs [<samp>(ba381)</samp>](https://github.com/soybeanjs/soybean-admin-antd/commit/ba38119e)
9+
10+
### &nbsp;&nbsp;&nbsp;🐞 Bug Fixes
11+
12+
- **deps**:
13+
- reduced eslint version to 9.14.0 &nbsp;-&nbsp; by @soybeanjs [<samp>(af417)</samp>](https://github.com/soybeanjs/soybean-admin-antd/commit/af4177e7)
14+
- **projects**:
15+
- fix route guard hook `onRouteSwitchWhenLoggedIn`. fixed #680 &nbsp;-&nbsp; by @soybeanjs in https://github.com/soybeanjs/soybean-admin-antd/issues/680 [<samp>(ab985)</samp>](https://github.com/soybeanjs/soybean-admin-antd/commit/ab9858c7)
16+
- check if init userInfo when initAuthRoute. fixed #680 &nbsp;-&nbsp; by @soybeanjs in https://github.com/soybeanjs/soybean-admin-antd/issues/680 [<samp>(9f4fb)</samp>](https://github.com/soybeanjs/soybean-admin-antd/commit/9f4fb8c3)
17+
18+
### &nbsp;&nbsp;&nbsp;🛠 Optimizations
19+
20+
- **projects**:
21+
- optimize router guard &nbsp;-&nbsp; by @soybeanjs [<samp>(0dfcf)</samp>](https://github.com/soybeanjs/soybean-admin-antd/commit/0dfcf18b)
22+
- use `defu` to fill added theme config &nbsp;-&nbsp; by @soybeanjs [<samp>(101b6)</samp>](https://github.com/soybeanjs/soybean-admin-antd/commit/101b6f90)
23+
24+
### &nbsp;&nbsp;&nbsp;📖 Documentation
25+
26+
- **projects**: ✏️ add element-plus version link &nbsp;-&nbsp; by **一寸灰** in https://github.com/soybeanjs/soybean-admin-antd/issues/679 [<samp>(5c6ab)</samp>](https://github.com/soybeanjs/soybean-admin-antd/commit/5c6ab0b5)
27+
28+
### &nbsp;&nbsp;&nbsp;🏡 Chore
29+
30+
- rename env.d.ts to vite-env.d.ts &nbsp;-&nbsp; by @wzc520pyfm in https://github.com/soybeanjs/soybean-admin-antd/issues/675 [<samp>(b93c2)</samp>](https://github.com/soybeanjs/soybean-admin-antd/commit/b93c2036)
31+
- **projects**: update deps & fix vite config &nbsp;-&nbsp; by @soybeanjs [<samp>(3e0eb)</samp>](https://github.com/soybeanjs/soybean-admin-antd/commit/3e0eb720)
32+
33+
### &nbsp;&nbsp;&nbsp;❤️ Contributors
34+
35+
[![soybeanjs](https://github.com/soybeanjs.png?size=48)](https://github.com/soybeanjs)&nbsp;&nbsp;[![wzc520pyfm](https://github.com/wzc520pyfm.png?size=48)](https://github.com/wzc520pyfm)&nbsp;&nbsp;
36+
[一寸灰](mailto:[email protected]),&nbsp;
37+
438
## [v1.3.8](https://github.com/soybeanjs/soybean-admin-antd/compare/v1.3.10...v1.3.8) (2024-10-25)
539

640
### &nbsp;&nbsp;&nbsp;🚀 Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "soybean-admin-antd",
33
"type": "module",
4-
"version": "1.3.8",
4+
"version": "1.3.9",
55
"description": "A fresh and elegant admin template, based on Vue3,Vite3,TypeScript,AntDesign and UnoCSS.",
66
"author": {
77
"name": "Soybean",

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": "1.3.8",
3+
"version": "1.3.9",
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": "1.3.8",
3+
"version": "1.3.9",
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": "1.3.8",
3+
"version": "1.3.9",
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": "1.3.8",
3+
"version": "1.3.9",
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": "1.3.8",
3+
"version": "1.3.9",
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": "1.3.8",
3+
"version": "1.3.9",
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": "1.3.8",
3+
"version": "1.3.9",
44
"exports": {
55
".": "./src/index.ts"
66
},

packages/utils/package.json

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

0 commit comments

Comments
 (0)