Skip to content

Commit 7700dab

Browse files
committed
chore(projects): release v1.3.5
1 parent aace819 commit 7700dab

File tree

10 files changed

+43
-9
lines changed

10 files changed

+43
-9
lines changed

CHANGELOG.md

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

33

4+
## [v1.3.5](https://github.com/soybeanjs/soybean-admin-antd/compare/v1.3.4...v1.3.5) (2024-09-08)
5+
6+
###    🚀 Features
7+
8+
- **packages**:
9+
- @sa/scripts: add more commit types according to Apache specifications &nbsp;-&nbsp; by @soybeanjs [<samp>(5a020)</samp>](https://github.com/soybeanjs/soybean-admin-antd/commit/5a020dd)
10+
- @sa/axios: add response to flatRequest when success &nbsp;-&nbsp; by @soybeanjs [<samp>(aace8)</samp>](https://github.com/soybeanjs/soybean-admin-antd/commit/aace819)
11+
- **projects**:
12+
- does the configuration support automatic updates &nbsp;-&nbsp; by @soybeanjs [<samp>(ffe4c)</samp>](https://github.com/soybeanjs/soybean-admin-antd/commit/ffe4cef)
13+
- add app error handler &nbsp;-&nbsp; by @soybeanjs [<samp>(60366)</samp>](https://github.com/soybeanjs/soybean-admin-antd/commit/60366c2)
14+
15+
### &nbsp;&nbsp;&nbsp;🐞 Bug Fixes
16+
17+
- **projects**:
18+
- avoid retrieving cached HTML &nbsp;-&nbsp; by @soybeanjs [<samp>(75df1)</samp>](https://github.com/soybeanjs/soybean-admin-antd/commit/75df11c)
19+
- fix breadcrumb when activeMenu is parent menu &nbsp;-&nbsp; by @soybeanjs [<samp>(49092)</samp>](https://github.com/soybeanjs/soybean-admin-antd/commit/4909291)
20+
- fix refresh token when meet multi requests &nbsp;-&nbsp; by @soybeanjs [<samp>(5ae17)</samp>](https://github.com/soybeanjs/soybean-admin-antd/commit/5ae17e6)
21+
- **projects): fix(projects**:
22+
- fix login redirect &nbsp;-&nbsp; by @soybeanjs [<samp>(5ccdb)</samp>](https://github.com/soybeanjs/soybean-admin-antd/commit/5ccdb17)
23+
24+
### &nbsp;&nbsp;&nbsp;🛠 Optimizations
25+
26+
- **projects**: optimize type &nbsp;-&nbsp; by @soybeanjs [<samp>(4679b)</samp>](https://github.com/soybeanjs/soybean-admin-antd/commit/4679b17)
27+
28+
### &nbsp;&nbsp;&nbsp;🏡 Chore
29+
30+
- **projects**:
31+
- rename script czh to `commit:zh` &nbsp;-&nbsp; by @soybeanjs [<samp>(01d96)</samp>](https://github.com/soybeanjs/soybean-admin-antd/commit/01d962a)
32+
- use json5 resolve env VITE_OTHER_SERVICE_BASE_URL & fix proxy enable &nbsp;-&nbsp; by @soybeanjs [<samp>(f8b29)</samp>](https://github.com/soybeanjs/soybean-admin-antd/commit/f8b29c4)
33+
34+
### &nbsp;&nbsp;&nbsp;❤️ Contributors
35+
36+
[![soybeanjs](https://github.com/soybeanjs.png?size=48)](https://github.com/soybeanjs)&nbsp;&nbsp;
37+
438
## [v1.3.4](https://github.com/soybeanjs/soybean-admin-antd/compare/v1.3.3...v1.3.4) (2024-09-08)
539

640
### &nbsp;&nbsp;&nbsp;🛠 Optimizations

package.json

+1-1
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.4",
4+
"version": "1.3.5",
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

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

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

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

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

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

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.4",
3+
"version": "1.3.5",
44
"bin": {
55
"sa": "./bin.ts"
66
},

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

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

0 commit comments

Comments
 (0)