Skip to content

Commit

Permalink
chore(projects): release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mufeng889 committed Aug 14, 2024
1 parent 95d38fe commit b58f529
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 10 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# Changelog


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

###    🐞 Bug Fixes

- **proejects**: use other methods to replace toSorted for better compatibility with more browsers &nbsp;-&nbsp; by **wang** [<samp>(5bc13)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/5bc13d6)
- **projects**: fixed tab not switching colors when switching color themes &nbsp;-&nbsp; by **wang** [<samp>(5afba)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/5afba5e)

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

- **deps**: update deps &nbsp;-&nbsp; by **wang** [<samp>(95d38)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/95d38fe)

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


[wang](mailto:[email protected])

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

### &nbsp;&nbsp;&nbsp;🚀 Features
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.0",
"version": "0.2.1",
"private": false,
"packageManager": "[email protected]",
"scripts": {
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.0",
"version": "0.2.1",
"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.0",
"version": "0.2.1",
"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.0",
"version": "0.2.1",
"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.0",
"version": "0.2.1",
"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.0",
"version": "0.2.1",
"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.0",
"version": "0.2.1",
"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.0",
"version": "0.2.1",
"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.0",
"version": "0.2.1",
"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.0",
"version": "0.2.1",
"exports": {
".": "./src/index.ts"
},
Expand Down

0 comments on commit b58f529

Please sign in to comment.