Skip to content

Commit 87c8edf

Browse files
committed
chore(projects): release v1.2.7
1 parent c8a9e85 commit 87c8edf

File tree

10 files changed

+34
-9
lines changed

10 files changed

+34
-9
lines changed

CHANGELOG.md

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

33

4+
## [v1.2.7](https://github.com/soybeanjs/soybean-admin-antd/compare/v1.2.6...v1.2.7) (2024-09-08)
5+
6+
###    🚀 Features
7+
8+
- **projects**: supports custom menu icon sizes &nbsp;-&nbsp; by **Soybean** [<samp>(c8a9e)</samp>](https://github.com/soybeanjs/soybean-admin-antd/commit/c8a9e85)
9+
10+
### &nbsp;&nbsp;&nbsp;🐞 Bug Fixes
11+
12+
- **components**:
13+
- fix click `MenuToggler` throw error &nbsp;-&nbsp; by **Soybean** [<samp>(45588)</samp>](https://github.com/soybeanjs/soybean-admin-antd/commit/455880b)
14+
- fix `TableHeaderOperation` style &nbsp;-&nbsp; by **Soybean** [<samp>(251d1)</samp>](https://github.com/soybeanjs/soybean-admin-antd/commit/251d15a)
15+
- **projects**:
16+
- fix manage page edit data. fixed #32 &nbsp;-&nbsp; by **Soybean** in https://github.com/soybeanjs/soybean-admin-antd/issues/32 [<samp>(740d6)</samp>](https://github.com/soybeanjs/soybean-admin-antd/commit/740d6f5)
17+
- fix menu style &nbsp;-&nbsp; by **Soybean** [<samp>(4355b)</samp>](https://github.com/soybeanjs/soybean-admin-antd/commit/4355b6e)
18+
19+
### &nbsp;&nbsp;&nbsp;🏡 Chore
20+
21+
- **deps**: update deps &nbsp;-&nbsp; by **Soybean** [<samp>(5fcf2)</samp>](https://github.com/soybeanjs/soybean-admin-antd/commit/5fcf2bd)
22+
- **projects**: Fix deprecated configuration config &nbsp;-&nbsp; by **Soybean** [<samp>(5275b)</samp>](https://github.com/soybeanjs/soybean-admin-antd/commit/5275bb4)
23+
24+
### &nbsp;&nbsp;&nbsp;❤️ Contributors
25+
26+
27+
[Soybean](mailto:[email protected])
28+
429
## [v1.2.6](https://github.com/soybeanjs/soybean-admin-antd/compare/v1.2.5...v1.2.6) (2024-06-21)
530

631
### &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.2.6",
4+
"version": "1.2.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.2.6",
3+
"version": "1.2.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.2.6",
3+
"version": "1.2.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.2.6",
3+
"version": "1.2.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.2.6",
3+
"version": "1.2.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.2.6",
3+
"version": "1.2.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.2.6",
3+
"version": "1.2.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.2.6",
3+
"version": "1.2.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.2.6",
3+
"version": "1.2.7",
44
"exports": {
55
".": "./src/index.ts"
66
},

0 commit comments

Comments
 (0)