From a539a6b5a21e892dc779fcfa4a68221e0fa79e44 Mon Sep 17 00:00:00 2001
From: "DESKTOP-31IBRMI\\Administrator" <1509326266@qq.com>
Date: Sat, 31 Aug 2024 15:12:11 +0800
Subject: [PATCH] chore(projects): release v0.3.1
---
CHANGELOG.md | 64 +++++++++++++++++++++++++++++
package.json | 2 +-
packages/axios/package.json | 2 +-
packages/color/package.json | 2 +-
packages/hooks/package.json | 2 +-
packages/materials/package.json | 2 +-
packages/ofetch/package.json | 2 +-
packages/scripts/package.json | 2 +-
packages/simple-router/package.json | 2 +-
packages/uno-preset/package.json | 2 +-
packages/utils/package.json | 2 +-
11 files changed, 74 insertions(+), 10 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index db67a30..6e2bcbb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,70 @@
# Changelog
+## [v0.3.1](https://github.com/mufeng889/react-soybean-admin/compare/v0.3.0...v0.3.1) (2024-08-31)
+
+### 🚀 Features
+
+- **proejects**:
+ - routing and layout error boundaries combine - by **DESKTOP-31IBRMI\Administrator** [(7de3c)](https://github.com/mufeng889/react-soybean-admin/commit/7de3c59)
+- **projects**:
+ - change document address - by **DESKTOP-31IBRMI\Administrator** [(7ced8)](https://github.com/mufeng889/react-soybean-admin/commit/7ced849)
+ - synchronize updates to soybean's axios - by **DESKTOP-31IBRMI\Administrator** [(6401f)](https://github.com/mufeng889/react-soybean-admin/commit/6401f0b)
+ - add common internationalization configuration - by **DESKTOP-31IBRMI\Administrator** [(a702d)](https://github.com/mufeng889/react-soybean-admin/commit/a702d5c)
+ - the routing information file can be created on the command line - by **wang** [(6e77e)](https://github.com/mufeng889/react-soybean-admin/commit/6e77edc)
+ - update elegant-route - by **DESKTOP-31IBRMI\Administrator** [(d4a65)](https://github.com/mufeng889/react-soybean-admin/commit/d4a655f)
+ - iframe add skeleton - by **DESKTOP-31IBRMI\Administrator** [(e21af)](https://github.com/mufeng889/react-soybean-admin/commit/e21afb8)
+ - add components auto-import - by **wang** [(b60f2)](https://github.com/mufeng889/react-soybean-admin/commit/b60f2ea)
+ - add antd auto-import & close route log info - by **DESKTOP-31IBRMI\Administrator** [(5879f)](https://github.com/mufeng889/react-soybean-admin/commit/5879fd1)
+ - add full screen watermarke - by **DESKTOP-31IBRMI\Administrator** [(103b6)](https://github.com/mufeng889/react-soybean-admin/commit/103b643)
+
+### 🐞 Bug Fixes
+
+- **packages**:
+ - can jump to params & not-found - by **wang** [(6241a)](https://github.com/mufeng889/react-soybean-admin/commit/6241a81)
+- **projects**:
+ - fixed tables not showing scrollbars when screen width changes . close #5 - by **DESKTOP-31IBRMI\Administrator** in https://github.com/mufeng889/react-soybean-admin/issues/5 [(bc673)](https://github.com/mufeng889/react-soybean-admin/commit/bc67301)
+ - repair tabcannot be modified - by **DESKTOP-31IBRMI\Administrator** [(0d3ca)](https://github.com/mufeng889/react-soybean-admin/commit/0d3cae0)
+ - update redirect - by **DESKTOP-31IBRMI\Administrator** [(dc18c)](https://github.com/mufeng889/react-soybean-admin/commit/dc18c38)
+
+### 🛠 Optimizations
+
+- optimized code - by **DESKTOP-31IBRMI\Administrator** [(00bdc)](https://github.com/mufeng889/react-soybean-admin/commit/00bdccb)
+- **packages**:
+ - optimized code - by **DESKTOP-31IBRMI\Administrator** [(4f6a2)](https://github.com/mufeng889/react-soybean-admin/commit/4f6a2e1)
+- **projects**:
+ - optimized code - by **DESKTOP-31IBRMI\Administrator** [(a9854)](https://github.com/mufeng889/react-soybean-admin/commit/a98549a)
+ - optimized code - by **DESKTOP-31IBRMI\Administrator** [(aa3bc)](https://github.com/mufeng889/react-soybean-admin/commit/aa3bc09)
+
+### 📦 Build
+
+- **deps**: add deps vite-plugin-checker - by **wang** [(24454)](https://github.com/mufeng889/react-soybean-admin/commit/2445424)
+
+### 🏡 Chore
+
+- **README**:
+ - update README - by **DESKTOP-31IBRMI\Administrator** [(e9ebe)](https://github.com/mufeng889/react-soybean-admin/commit/e9ebeb2)
+ - update README - by **DESKTOP-31IBRMI\Administrator** [(a084d)](https://github.com/mufeng889/react-soybean-admin/commit/a084d21)
+- **deps**:
+ - update deps - by **DESKTOP-31IBRMI\Administrator** [(f63e7)](https://github.com/mufeng889/react-soybean-admin/commit/f63e71e)
+ - update deps - by **DESKTOP-31IBRMI\Administrator** [(ce564)](https://github.com/mufeng889/react-soybean-admin/commit/ce564ce)
+ - remove lodash-es - by **DESKTOP-31IBRMI\Administrator** [(d487c)](https://github.com/mufeng889/react-soybean-admin/commit/d487c9b)
+- **projects**:
+ - add vscode configuration & add vite preload - by **wang** [(48cd0)](https://github.com/mufeng889/react-soybean-admin/commit/48cd07e)
+
+### 🎨 Styles
+
+- **proejcts**:
+ - optimized code format - by **DESKTOP-31IBRMI\Administrator** [(e2c03)](https://github.com/mufeng889/react-soybean-admin/commit/e2c0391)
+- **projects**:
+ - optimized code style - by **wang** [(f5fed)](https://github.com/mufeng889/react-soybean-admin/commit/f5fed34)
+ - change component classification - by **DESKTOP-31IBRMI\Administrator** [(e41a9)](https://github.com/mufeng889/react-soybean-admin/commit/e41a925)
+
+### ❤️ Contributors
+
+
+[DESKTOP-31IBRMI\Administrator](mailto:1509326266@qq.com)
+
## [v0.3.0](https://github.com/mufeng889/react-soybean-admin/compare/v0.2.1...v0.3.0) (2024-08-20)
### 🚀 Features
diff --git a/package.json b/package.json
index 55a368f..977b7c1 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "react-soy",
"type": "module",
- "version": "0.3.0",
+ "version": "0.3.1",
"private": false,
"packageManager": "pnpm@9.1.0",
"description": "A fresh and elegant admin template, based on React18、Vite5、TypeScript、Ant Design and UnoCSS. 一个基于React18、Vite5、TypeScript、Ant Design and UnoCSS的清新优雅的中后台模版。",
diff --git a/packages/axios/package.json b/packages/axios/package.json
index b69348f..14b2459 100644
--- a/packages/axios/package.json
+++ b/packages/axios/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/axios",
- "version": "0.3.0",
+ "version": "0.3.1",
"exports": {
".": "./src/index.ts"
},
diff --git a/packages/color/package.json b/packages/color/package.json
index f0df5c8..ba9c81c 100644
--- a/packages/color/package.json
+++ b/packages/color/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/color",
- "version": "0.3.0",
+ "version": "0.3.1",
"exports": {
".": "./src/index.ts"
},
diff --git a/packages/hooks/package.json b/packages/hooks/package.json
index 3910815..586e218 100644
--- a/packages/hooks/package.json
+++ b/packages/hooks/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/hooks",
- "version": "0.3.0",
+ "version": "0.3.1",
"exports": {
".": "./src/index.ts"
},
diff --git a/packages/materials/package.json b/packages/materials/package.json
index 622e9bb..da62da0 100644
--- a/packages/materials/package.json
+++ b/packages/materials/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/materials",
- "version": "0.3.0",
+ "version": "0.3.1",
"exports": {
".": "./src/index.ts"
},
diff --git a/packages/ofetch/package.json b/packages/ofetch/package.json
index 7a8ef0b..4427867 100644
--- a/packages/ofetch/package.json
+++ b/packages/ofetch/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/fetch",
- "version": "0.3.0",
+ "version": "0.3.1",
"exports": {
".": "./src/index.ts"
},
diff --git a/packages/scripts/package.json b/packages/scripts/package.json
index 6f05038..f074f57 100644
--- a/packages/scripts/package.json
+++ b/packages/scripts/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/scripts",
- "version": "0.3.0",
+ "version": "0.3.1",
"bin": {
"sa": "./bin.ts"
},
diff --git a/packages/simple-router/package.json b/packages/simple-router/package.json
index f4c1cad..2ba0708 100644
--- a/packages/simple-router/package.json
+++ b/packages/simple-router/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/simple-router",
- "version": "0.3.0",
+ "version": "0.3.1",
"exports": {
".": "./src/index.ts"
},
diff --git a/packages/uno-preset/package.json b/packages/uno-preset/package.json
index 513803a..aa4d5ea 100644
--- a/packages/uno-preset/package.json
+++ b/packages/uno-preset/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/uno-preset",
- "version": "0.3.0",
+ "version": "0.3.1",
"exports": {
".": "./src/index.ts"
},
diff --git a/packages/utils/package.json b/packages/utils/package.json
index c2bebf7..18bad72 100644
--- a/packages/utils/package.json
+++ b/packages/utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/utils",
- "version": "0.3.0",
+ "version": "0.3.1",
"exports": {
".": "./src/index.ts"
},