Skip to content

Commit 2849463

Browse files
committed
chore(projects): release v1.3.10
1 parent 101b6f9 commit 2849463

File tree

11 files changed

+44
-10
lines changed

11 files changed

+44
-10
lines changed

Diff for: CHANGELOG.md

+34
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,40 @@
11
# Changelog
22

33

4+
## [v1.3.10](https://github.com/honghuangdc/soybean-admin/compare/v1.3.9...v1.3.10) (2024-12-16)
5+
6+
###    🚀 Features
7+
8+
- **projects**: support show tab when not loggedIn &nbsp;-&nbsp; by @soybeanjs [<samp>(ba381)</samp>](https://github.com/honghuangdc/soybean-admin/commit/ba38119)
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/honghuangdc/soybean-admin/commit/af4177e)
14+
- **projects**:
15+
- fix route guard hook `onRouteSwitchWhenLoggedIn`. fixed #680 &nbsp;-&nbsp; by @soybeanjs in https://github.com/honghuangdc/soybean-admin/issues/680 [<samp>(ab985)</samp>](https://github.com/honghuangdc/soybean-admin/commit/ab9858c)
16+
- check if init userInfo when initAuthRoute. fixed #680 &nbsp;-&nbsp; by @soybeanjs in https://github.com/honghuangdc/soybean-admin/issues/680 [<samp>(9f4fb)</samp>](https://github.com/honghuangdc/soybean-admin/commit/9f4fb8c)
17+
18+
### &nbsp;&nbsp;&nbsp;🛠 Optimizations
19+
20+
- **projects**:
21+
- optimize router guard &nbsp;-&nbsp; by @soybeanjs [<samp>(0dfcf)</samp>](https://github.com/honghuangdc/soybean-admin/commit/0dfcf18)
22+
- use `defu` to fill added theme config &nbsp;-&nbsp; by @soybeanjs [<samp>(101b6)</samp>](https://github.com/honghuangdc/soybean-admin/commit/101b6f9)
23+
24+
### &nbsp;&nbsp;&nbsp;📖 Documentation
25+
26+
- **projects**: ✏️ add element-plus version link &nbsp;-&nbsp; by **一寸灰** in https://github.com/honghuangdc/soybean-admin/issues/679 [<samp>(5c6ab)</samp>](https://github.com/honghuangdc/soybean-admin/commit/5c6ab0b)
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/honghuangdc/soybean-admin/issues/675 [<samp>(b93c2)</samp>](https://github.com/honghuangdc/soybean-admin/commit/b93c203)
31+
- **projects**: update deps & fix vite config &nbsp;-&nbsp; by @soybeanjs [<samp>(3e0eb)</samp>](https://github.com/honghuangdc/soybean-admin/commit/3e0eb72)
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.9](https://github.com/soybeanjs/soybean-admin/compare/v1.3.8...v1.3.9) (2024-11-17)
539

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

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "soybean-admin",
33
"type": "module",
4-
"version": "1.3.9",
4+
"version": "1.3.10",
55
"description": "A fresh and elegant admin template, based on Vue3、Vite3、TypeScript、NaiveUI and UnoCSS. 一个基于Vue3、Vite3、TypeScript、NaiveUI and UnoCSS的清新优雅的中后台模版。",
66
"author": {
77
"name": "Soybean",

Diff for: packages/alova/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sa/alova",
3-
"version": "1.3.9",
3+
"version": "1.3.10",
44
"exports": {
55
".": "./src/index.ts",
66
"./fetch": "./src/fetch.ts",

Diff for: packages/axios/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sa/axios",
3-
"version": "1.3.9",
3+
"version": "1.3.10",
44
"exports": {
55
".": "./src/index.ts"
66
},

Diff for: packages/color/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sa/color",
3-
"version": "1.3.9",
3+
"version": "1.3.10",
44
"exports": {
55
".": "./src/index.ts"
66
},

Diff for: packages/hooks/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sa/hooks",
3-
"version": "1.3.9",
3+
"version": "1.3.10",
44
"exports": {
55
".": "./src/index.ts"
66
},

Diff for: packages/materials/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sa/materials",
3-
"version": "1.3.9",
3+
"version": "1.3.10",
44
"exports": {
55
".": "./src/index.ts"
66
},

Diff for: packages/ofetch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sa/fetch",
3-
"version": "1.3.9",
3+
"version": "1.3.10",
44
"exports": {
55
".": "./src/index.ts"
66
},

Diff for: packages/scripts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sa/scripts",
3-
"version": "1.3.9",
3+
"version": "1.3.10",
44
"bin": {
55
"sa": "./bin.ts"
66
},

Diff for: packages/uno-preset/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sa/uno-preset",
3-
"version": "1.3.9",
3+
"version": "1.3.10",
44
"exports": {
55
".": "./src/index.ts"
66
},

Diff for: packages/utils/package.json

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

0 commit comments

Comments
 (0)