Skip to content

Commit dd58635

Browse files
committed
chore(projects): release v1.2.0
1 parent 70d5fbb commit dd58635

File tree

11 files changed

+42
-10
lines changed

11 files changed

+42
-10
lines changed

CHANGELOG.md

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

33

4+
## [v1.2.0](https://github.com/mufeng889/react-soybean-admin/compare/v1.1.1...v1.2.0) (2024-12-15)
5+
6+
###    🚀 Features
7+
8+
- **packages**:
9+
- use-array add findItem & reset &nbsp;-&nbsp; by **COBORGA-8FFVDVM\cob** [<samp>(64e0b)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/64e0bb3)
10+
- add event bus hook &nbsp;-&nbsp; by **wang** [<samp>(9f145)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/9f14555)
11+
- **projects**:
12+
- supplement eslint rules &nbsp;-&nbsp; by **wang** [<samp>(1a631)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/1a6314e)
13+
- add event bus hooks demo &nbsp;-&nbsp; by **wang** [<samp>(b7080)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/b7080ed)
14+
15+
### &nbsp;&nbsp;&nbsp;🐞 Bug Fixes
16+
17+
- If the url is /login/register, the system is redirected to /login/pwd-login by default .close #22 &nbsp;-&nbsp; by **COBORGA-8FFVDVM\cob** in https://github.com/mufeng889/react-soybean-admin/issues/22 [<samp>(9ddae)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/9ddae85)
18+
- **projects**: fix Reverse the top blending mode. Select Secondary tab. Primary tab is not displayed correctly .close #21 &nbsp;-&nbsp; by **wang** in https://github.com/mufeng889/react-soybean-admin/issues/21 [<samp>(b2f07)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/b2f071c)
19+
20+
### &nbsp;&nbsp;&nbsp;🛠 Optimizations
21+
22+
- **projects**:
23+
- optimize code &nbsp;-&nbsp; by **wang** [<samp>(72b38)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/72b3898)
24+
- optimize code &nbsp;-&nbsp; by **COBORGA-8FFVDVM\cob** [<samp>(b9f0e)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/b9f0ecf)
25+
26+
### &nbsp;&nbsp;&nbsp;🏡 Chore
27+
28+
- **other**: update vscode settings &nbsp;-&nbsp; by **wang** [<samp>(70d5f)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/70d5fbb)
29+
- **projects**: update readme &nbsp;-&nbsp; by **wang** [<samp>(82978)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/829780d)
30+
31+
### &nbsp;&nbsp;&nbsp;❤️ Contributors
32+
33+
34+
[wang](mailto:1509326266@qq.com)
35+
436
## [v1.1.1](https://github.com/mufeng889/react-soybean-admin/compare/v1.1.0...v1.1.1) (2024-11-24)
537

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-soy",
33
"type": "module",
4-
"version": "1.1.1",
4+
"version": "1.2.0",
55
"private": false,
66
"packageManager": "pnpm@9.12.3",
77
"description": "A fresh and elegant admin template, based on React18、Vite5、TypeScript、Ant Design and UnoCSS. 一个基于React18、Vite5、TypeScript、Ant Design and UnoCSS的清新优雅的中后台模版。",

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.1.1",
3+
"version": "1.2.0",
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.1.1",
3+
"version": "1.2.0",
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.1.1",
3+
"version": "1.2.0",
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.1.1",
3+
"version": "1.2.0",
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.1.1",
3+
"version": "1.2.0",
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.1.1",
3+
"version": "1.2.0",
44
"bin": {
55
"sa": "./bin.ts"
66
},

packages/simple-router/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sa/simple-router",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"exports": {
55
".": "./src/index.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.1.1",
3+
"version": "1.2.0",
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.1.1",
3+
"version": "1.2.0",
44
"exports": {
55
".": "./src/index.ts"
66
},

0 commit comments

Comments
 (0)