Skip to content

Commit 2bc0b96

Browse files
committed
chore(projects): release v1.2.6
1 parent f6c66ec commit 2bc0b96

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.6](https://github.com/soybeanjs/soybean-admin-antd/compare/v1.2.5...v1.2.6) (2024-06-21)
5+
6+
###    🐞 Bug Fixes
7+
8+
- **projects**:
9+
- request modal title use i18n &nbsp;-&nbsp; by @honghuangdc [<samp>(f97e7)</samp>](https://github.com/soybeanjs/soybean-admin-antd/commit/f97e74e)
10+
- add `getDataByPage` for `useTable` &nbsp;-&nbsp; by @honghuangdc [<samp>(cf265)</samp>](https://github.com/soybeanjs/soybean-admin-antd/commit/cf2659d)
11+
- fix login redirect to routeHome when routeHome of dynamic route is not same as static route &nbsp;-&nbsp; by @honghuangdc [<samp>(f6c66)</samp>](https://github.com/soybeanjs/soybean-admin-antd/commit/f6c66ec)
12+
13+
### &nbsp;&nbsp;&nbsp;📖 Documentation
14+
15+
- **projects**: update README &nbsp;-&nbsp; by @honghuangdc [<samp>(a769b)</samp>](https://github.com/soybeanjs/soybean-admin-antd/commit/a769b1a)
16+
17+
### &nbsp;&nbsp;&nbsp;🏡 Chore
18+
19+
- **deps**: update deps. &nbsp;-&nbsp; by @Azir-11 in https://github.com/soybeanjs/soybean-admin-antd/issues/30 [<samp>(e110d)</samp>](https://github.com/soybeanjs/soybean-admin-antd/commit/e110dd0)
20+
21+
### &nbsp;&nbsp;&nbsp;🤖 CI
22+
23+
- **projects**: add and update github issues template &nbsp;-&nbsp; by @honghuangdc [<samp>(a3619)</samp>](https://github.com/soybeanjs/soybean-admin-antd/commit/a361927)
24+
25+
### &nbsp;&nbsp;&nbsp;❤️ Contributors
26+
27+
[![honghuangdc](https://github.com/honghuangdc.png?size=48)](https://github.com/honghuangdc)&nbsp;&nbsp;[![Azir-11](https://github.com/Azir-11.png?size=48)](https://github.com/Azir-11)&nbsp;&nbsp;
28+
429
## [v1.2.5](https://github.com/soybeanjs/soybean-admin-antd/compare/v1.2.4...v1.2.5) (2024-06-15)
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.5",
4+
"version": "1.2.6",
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.5",
3+
"version": "1.2.6",
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.5",
3+
"version": "1.2.6",
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.5",
3+
"version": "1.2.6",
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.5",
3+
"version": "1.2.6",
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.5",
3+
"version": "1.2.6",
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.5",
3+
"version": "1.2.6",
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.5",
3+
"version": "1.2.6",
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.5",
3+
"version": "1.2.6",
44
"exports": {
55
".": "./src/index.ts"
66
},

0 commit comments

Comments
 (0)