Skip to content

Commit a4ea4c4

Browse files
committed
chore(projects): release v0.3.0
1 parent 7a15b1b commit a4ea4c4

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+
## [v0.3.0](https://github.com/mufeng889/react-soybean-admin/compare/v0.2.1...v0.3.0) (2024-08-20)
5+
6+
###    🚀 Features
7+
8+
- **packages**: perfect routing method &nbsp;-&nbsp; by **wang** [<samp>(7a15b)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/7a15b1b)
9+
10+
### &nbsp;&nbsp;&nbsp;🐞 Bug Fixes
11+
12+
- **packages**:
13+
- fix repeat routing &nbsp;-&nbsp; by **wang** [<samp>(98a71)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/98a7117)
14+
- **projects**:
15+
- prevent local storage conflicts &nbsp;-&nbsp; by @Azir-11 [<samp>(cc2d4)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/cc2d470)
16+
- fix Fix type error type error . close #3 &nbsp;-&nbsp; by **wang** in https://github.com/mufeng889/react-soybean-admin/issues/3 [<samp>(d9237)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/d923752)
17+
18+
### &nbsp;&nbsp;&nbsp;🛠 Optimizations
19+
20+
- optimized code &nbsp;-&nbsp; by **wang** [<samp>(f94b5)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/f94b58b)
21+
- **code**:
22+
- optimize the experience &nbsp;-&nbsp; by **wang** [<samp>(6a135)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/6a1354a)
23+
- **packages**:
24+
- optimize simple-router code &nbsp;-&nbsp; by **wang** [<samp>(c6ea8)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/c6ea8b0)
25+
- optimized simple-router code &nbsp;-&nbsp; by **wang** [<samp>(edfb1)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/edfb1f6)
26+
27+
### &nbsp;&nbsp;&nbsp;🏡 Chore
28+
29+
- **package**: improve package content . close #4 &nbsp;-&nbsp; by **wang** in https://github.com/mufeng889/react-soybean-admin/issues/4 [<samp>(a2dde)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/a2dde59)
30+
31+
### &nbsp;&nbsp;&nbsp;❤️ Contributors
32+
33+
[![Azir-11](https://github.com/Azir-11.png?size=48)](https://github.com/Azir-11)&nbsp;&nbsp;
34+
[wang](mailto:1509326266@qq.com),&nbsp;
35+
436
## [v0.2.1](https://github.com/mufeng889/react-soybean-admin/compare/v0.2.0...v0.2.1) (2024-08-14)
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": "0.2.1",
4+
"version": "0.3.0",
55
"private": false,
66
"packageManager": "pnpm@9.1.0",
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": "0.2.1",
3+
"version": "0.3.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": "0.2.1",
3+
"version": "0.3.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": "0.2.1",
3+
"version": "0.3.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": "0.2.1",
3+
"version": "0.3.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": "0.2.1",
3+
"version": "0.3.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": "0.2.1",
3+
"version": "0.3.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": "0.2.1",
3+
"version": "0.3.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": "0.2.1",
3+
"version": "0.3.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": "0.2.1",
3+
"version": "0.3.0",
44
"exports": {
55
".": "./src/index.ts"
66
},

0 commit comments

Comments
 (0)