Skip to content

Commit 4eca4e3

Browse files
committed
chore(projects): release v1.3.9
1 parent 0c809de commit 4eca4e3

File tree

11 files changed

+43
-10
lines changed

11 files changed

+43
-10
lines changed

Diff for: CHANGELOG.md

+33
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,39 @@
11
# Changelog
22

33

4+
## [v1.3.9](https://github.com/soybeanjs/soybean-admin/compare/v1.3.8...v1.3.9) (2024-11-17)
5+
6+
###    🚀 Features
7+
8+
- **projects**:
9+
- support scheduled detection and update system. close #657 &nbsp;-&nbsp; by **青菜白玉汤** in https://github.com/soybeanjs/soybean-admin/issues/669 and https://github.com/soybeanjs/soybean-admin/issues/657 [<samp>(d088f)</samp>](https://github.com/soybeanjs/soybean-admin/commit/d088f81)
10+
- app version notification plugin support sub deploy path. close #668 &nbsp;-&nbsp; by **Soybean** in https://github.com/soybeanjs/soybean-admin/issues/668 [<samp>(a53eb)</samp>](https://github.com/soybeanjs/soybean-admin/commit/a53eb10)
11+
12+
### &nbsp;&nbsp;&nbsp;🛠 Optimizations
13+
14+
- **projects**: optimize code &nbsp;-&nbsp; by **Soybean** [<samp>(9ad5d)</samp>](https://github.com/soybeanjs/soybean-admin/commit/9ad5d71)
15+
16+
### &nbsp;&nbsp;&nbsp;💅 Refactors
17+
18+
- **projects**: refactor router guard. fix #655 &nbsp;-&nbsp; by **Soybean** in https://github.com/soybeanjs/soybean-admin/issues/667 and https://github.com/soybeanjs/soybean-admin/issues/655 [<samp>(09144)</samp>](https://github.com/soybeanjs/soybean-admin/commit/09144df)
19+
20+
### &nbsp;&nbsp;&nbsp;📖 Documentation
21+
22+
- **projects**: set the Chinese version of README as default &nbsp;-&nbsp; by **Soybean** [<samp>(9d28b)</samp>](https://github.com/soybeanjs/soybean-admin/commit/9d28b31)
23+
24+
### &nbsp;&nbsp;&nbsp;🏡 Chore
25+
26+
- **deps**:
27+
- update deps &nbsp;-&nbsp; by **Soybean** [<samp>(91de4)</samp>](https://github.com/soybeanjs/soybean-admin/commit/91de4a8)
28+
- update deps &nbsp;-&nbsp; by **Soybean** [<samp>(0c809)</samp>](https://github.com/soybeanjs/soybean-admin/commit/0c809de)
29+
- **projects**:
30+
- add desc for base url of app &nbsp;-&nbsp; by **Soybean** [<samp>(17d7e)</samp>](https://github.com/soybeanjs/soybean-admin/commit/17d7e52)
31+
32+
### &nbsp;&nbsp;&nbsp;❤️ Contributors
33+
34+
35+
[Soybean](mailto:[email protected]),&nbsp;[青菜白玉汤](mailto:[email protected])
36+
437
## [v1.3.8](https://github.com/soybeanjs/soybean-admin/compare/v1.3.7...v1.3.8) (2024-10-25)
538

639
### &nbsp;&nbsp;&nbsp;🚨 Breaking Changes

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

0 commit comments

Comments
 (0)