Skip to content

Commit

Permalink
chore(projects): release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mufeng889 committed Aug 20, 2024
1 parent 7a15b1b commit a4ea4c4
Show file tree
Hide file tree
Showing 11 changed files with 42 additions and 10 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,38 @@
# Changelog


## [v0.3.0](https://github.com/mufeng889/react-soybean-admin/compare/v0.2.1...v0.3.0) (2024-08-20)

###    🚀 Features

- **packages**: perfect routing method &nbsp;-&nbsp; by **wang** [<samp>(7a15b)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/7a15b1b)

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

- **packages**:
- fix repeat routing &nbsp;-&nbsp; by **wang** [<samp>(98a71)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/98a7117)
- **projects**:
- prevent local storage conflicts &nbsp;-&nbsp; by @Azir-11 [<samp>(cc2d4)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/cc2d470)
- 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)

### &nbsp;&nbsp;&nbsp;🛠 Optimizations

- optimized code &nbsp;-&nbsp; by **wang** [<samp>(f94b5)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/f94b58b)
- **code**:
- optimize the experience &nbsp;-&nbsp; by **wang** [<samp>(6a135)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/6a1354a)
- **packages**:
- optimize simple-router code &nbsp;-&nbsp; by **wang** [<samp>(c6ea8)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/c6ea8b0)
- optimized simple-router code &nbsp;-&nbsp; by **wang** [<samp>(edfb1)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/edfb1f6)

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

- **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)

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

[![Azir-11](https://github.com/Azir-11.png?size=48)](https://github.com/Azir-11)&nbsp;&nbsp;
[wang](mailto:[email protected]),&nbsp;

## [v0.2.1](https://github.com/mufeng889/react-soybean-admin/compare/v0.2.0...v0.2.1) (2024-08-14)

### &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": "react-soy",
"type": "module",
"version": "0.2.1",
"version": "0.3.0",
"private": false,
"packageManager": "[email protected]",
"description": "A fresh and elegant admin template, based on React18、Vite5、TypeScript、Ant Design and UnoCSS. 一个基于React18、Vite5、TypeScript、Ant Design and UnoCSS的清新优雅的中后台模版。",
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": "0.2.1",
"version": "0.3.0",
"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": "0.2.1",
"version": "0.3.0",
"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": "0.2.1",
"version": "0.3.0",
"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": "0.2.1",
"version": "0.3.0",
"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": "0.2.1",
"version": "0.3.0",
"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": "0.2.1",
"version": "0.3.0",
"bin": {
"sa": "./bin.ts"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/simple-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sa/simple-router",
"version": "0.2.1",
"version": "0.3.0",
"exports": {
".": "./src/index.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": "0.2.1",
"version": "0.3.0",
"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": "0.2.1",
"version": "0.3.0",
"exports": {
".": "./src/index.ts"
},
Expand Down

0 comments on commit a4ea4c4

Please sign in to comment.