Skip to content

Commit c8ec1c7

Browse files
committed
chore(projects): release v1.3.7
1 parent 3453c81 commit c8ec1c7

File tree

10 files changed

+31
-9
lines changed

10 files changed

+31
-9
lines changed

CHANGELOG.md

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

33

4+
## [v1.3.7](https://github.com/soybeanjs/soybean-admin-antd/compare/v1.3.6...v1.3.7) (2024-09-21)
5+
6+
###    🚨 Breaking Changes
7+
8+
- **projects**: update scss config &nbsp;-&nbsp; by @soybeanjs [<samp>(b1cda)</samp>](https://github.com/soybeanjs/soybean-admin-antd/commit/b1cda6a)
9+
10+
### &nbsp;&nbsp;&nbsp;🐞 Bug Fixes
11+
12+
- **projects**: fix global-tab click conflict with contextmenu &nbsp;-&nbsp; by @soybeanjs [<samp>(c0e87)</samp>](https://github.com/soybeanjs/soybean-admin-antd/commit/c0e8795)
13+
14+
### &nbsp;&nbsp;&nbsp;💅 Refactors
15+
16+
- **packages**: @sa/materials: remove tab close shortcut by mouse &nbsp;-&nbsp; by @soybeanjs [<samp>(9fb72)</samp>](https://github.com/soybeanjs/soybean-admin-antd/commit/9fb722d)
17+
18+
### &nbsp;&nbsp;&nbsp;🏡 Chore
19+
20+
- **deps**: update deps &nbsp;-&nbsp; by @soybeanjs [<samp>(3453c)</samp>](https://github.com/soybeanjs/soybean-admin-antd/commit/3453c81)
21+
22+
### &nbsp;&nbsp;&nbsp;❤️ Contributors
23+
24+
[![soybeanjs](https://github.com/soybeanjs.png?size=48)](https://github.com/soybeanjs)&nbsp;&nbsp;
25+
426
## [v1.3.6](https://github.com/soybeanjs/soybean-admin-antd/compare/v1.3.5...v1.3.6) (2024-09-20)
527

628
### &nbsp;&nbsp;&nbsp;🐞 Bug Fixes

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

0 commit comments

Comments
 (0)