Skip to content

Commit

Permalink
chore(projects): release v1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Sep 8, 2024
1 parent c8a9e85 commit 87c8edf
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 9 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
# Changelog


## [v1.2.7](https://github.com/soybeanjs/soybean-admin-antd/compare/v1.2.6...v1.2.7) (2024-09-08)

###    🚀 Features

- **projects**: supports custom menu icon sizes &nbsp;-&nbsp; by **Soybean** [<samp>(c8a9e)</samp>](https://github.com/soybeanjs/soybean-admin-antd/commit/c8a9e85)

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

- **components**:
- fix click `MenuToggler` throw error &nbsp;-&nbsp; by **Soybean** [<samp>(45588)</samp>](https://github.com/soybeanjs/soybean-admin-antd/commit/455880b)
- fix `TableHeaderOperation` style &nbsp;-&nbsp; by **Soybean** [<samp>(251d1)</samp>](https://github.com/soybeanjs/soybean-admin-antd/commit/251d15a)
- **projects**:
- 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)
- fix menu style &nbsp;-&nbsp; by **Soybean** [<samp>(4355b)</samp>](https://github.com/soybeanjs/soybean-admin-antd/commit/4355b6e)

### &nbsp;&nbsp;&nbsp;🏡 Chore

- **deps**: update deps &nbsp;-&nbsp; by **Soybean** [<samp>(5fcf2)</samp>](https://github.com/soybeanjs/soybean-admin-antd/commit/5fcf2bd)
- **projects**: Fix deprecated configuration config &nbsp;-&nbsp; by **Soybean** [<samp>(5275b)</samp>](https://github.com/soybeanjs/soybean-admin-antd/commit/5275bb4)

### &nbsp;&nbsp;&nbsp;❤️ Contributors


[Soybean](mailto:[email protected])

## [v1.2.6](https://github.com/soybeanjs/soybean-admin-antd/compare/v1.2.5...v1.2.6) (2024-06-21)

### &nbsp;&nbsp;&nbsp;🐞 Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "soybean-admin-antd",
"type": "module",
"version": "1.2.6",
"version": "1.2.7",
"description": "A fresh and elegant admin template, based on Vue3,Vite3,TypeScript,AntDesign and UnoCSS.",
"author": {
"name": "Soybean",
Expand Down
2 changes: 1 addition & 1 deletion packages/axios/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sa/axios",
"version": "1.2.6",
"version": "1.2.7",
"exports": {
".": "./src/index.ts"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/color/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sa/color",
"version": "1.2.6",
"version": "1.2.7",
"exports": {
".": "./src/index.ts"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sa/hooks",
"version": "1.2.6",
"version": "1.2.7",
"exports": {
".": "./src/index.ts"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/materials/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sa/materials",
"version": "1.2.6",
"version": "1.2.7",
"exports": {
".": "./src/index.ts"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ofetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sa/fetch",
"version": "1.2.6",
"version": "1.2.7",
"exports": {
".": "./src/index.ts"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sa/scripts",
"version": "1.2.6",
"version": "1.2.7",
"bin": {
"sa": "./bin.ts"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/uno-preset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sa/uno-preset",
"version": "1.2.6",
"version": "1.2.7",
"exports": {
".": "./src/index.ts"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sa/utils",
"version": "1.2.6",
"version": "1.2.7",
"exports": {
".": "./src/index.ts"
},
Expand Down

0 comments on commit 87c8edf

Please sign in to comment.