Skip to content

Commit

Permalink
chore(projects): release v1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Jun 14, 2024
1 parent 423fafc commit a9face8
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 9 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
# Changelog


## [v1.2.5](https://github.com/soybeanjs/soybean-admin-antd/compare/v1.2.4...v1.2.5) (2024-06-15)

###    🐞 Bug Fixes

- **projects**: Fix the issue of abnormal tab caching after logout &nbsp;-&nbsp; by @soybeanjs [<samp>(e6349)</samp>](https://github.com/soybeanjs/soybean-admin-antd/commit/e63490e)

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

- **projects**: Initializing the static routing function does not require asynchronization &nbsp;-&nbsp; by @soybeanjs [<samp>(02d66)</samp>](https://github.com/soybeanjs/soybean-admin-antd/commit/02d66cb)
- **types**: Enhance compatibility of global types &nbsp;-&nbsp; by @soybeanjs [<samp>(dc359)</samp>](https://github.com/soybeanjs/soybean-admin-antd/commit/dc359f5)
- **utils**: Reduce code indentation and improve readability &nbsp;-&nbsp; by @soybeanjs [<samp>(54ae8)</samp>](https://github.com/soybeanjs/soybean-admin-antd/commit/54ae82b)

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

- **deps**: update deps &nbsp;-&nbsp; by @soybeanjs [<samp>(423fa)</samp>](https://github.com/soybeanjs/soybean-admin-antd/commit/423fafc)

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

[![soybeanjs](https://github.com/soybeanjs.png?size=48)](https://github.com/soybeanjs)&nbsp;&nbsp;

## [v1.2.4](https://github.com/soybeanjs/soybean-admin-antd/compare/v1.2.3...v1.2.4) (2024-06-14)

### &nbsp;&nbsp;&nbsp;🛠 Optimizations
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": "soybean-admin-antd",
"type": "module",
"version": "1.2.4",
"version": "1.2.5",
"description": "A fresh and elegant admin template, based on Vue3,Vite3,TypeScript,AntDesign and UnoCSS.",
"author": {
"name": "Soybean",
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": "1.2.4",
"version": "1.2.5",
"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": "1.2.4",
"version": "1.2.5",
"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": "1.2.4",
"version": "1.2.5",
"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": "1.2.4",
"version": "1.2.5",
"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": "1.2.4",
"version": "1.2.5",
"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": "1.2.4",
"version": "1.2.5",
"bin": {
"sa": "./bin.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": "1.2.4",
"version": "1.2.5",
"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": "1.2.4",
"version": "1.2.5",
"exports": {
".": "./src/index.ts"
},
Expand Down

0 comments on commit a9face8

Please sign in to comment.