Skip to content

Commit e6aa25e

Browse files
committed
chore(projects): release v1.3.4
1 parent 968370b commit e6aa25e

File tree

10 files changed

+27
-9
lines changed

10 files changed

+27
-9
lines changed

Diff for: CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
# Changelog
22

33

4+
## [v1.3.4](https://github.com/honghuangdc/soybean-admin/compare/v1.3.3...v1.3.4) (2024-08-01)
5+
6+
###    🚨 Breaking Changes
7+
8+
- **projects**: don't reset active menu of vertical-mix layout when it is mixSiderFixed &nbsp;-&nbsp; by @honghuangdc [<samp>(939c5)</samp>](https://github.com/honghuangdc/soybean-admin/commit/939c512)
9+
10+
### &nbsp;&nbsp;&nbsp;🛠 Optimizations
11+
12+
- **projects**: optimize code &nbsp;-&nbsp; by @honghuangdc [<samp>(cb1d4)</samp>](https://github.com/honghuangdc/soybean-admin/commit/cb1d445)
13+
14+
### &nbsp;&nbsp;&nbsp;🏡 Chore
15+
16+
- **projects**: update deps & fix vue-router type &nbsp;-&nbsp; by @honghuangdc [<samp>(96837)</samp>](https://github.com/honghuangdc/soybean-admin/commit/968370b)
17+
18+
### &nbsp;&nbsp;&nbsp;❤️ Contributors
19+
20+
[![honghuangdc](https://github.com/honghuangdc.png?size=48)](https://github.com/honghuangdc)&nbsp;&nbsp;
21+
422
## [v1.3.3](https://github.com/honghuangdc/soybean-admin/compare/v1.3.2...v1.3.3) (2024-07-30)
523

624
### &nbsp;&nbsp;&nbsp;🐞 Bug Fixes

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

0 commit comments

Comments
 (0)