Skip to content

Commit 55d7cc0

Browse files
committed
chore(projects): release v1.0.8
1 parent dae2aa5 commit 55d7cc0

File tree

10 files changed

+33
-9
lines changed

10 files changed

+33
-9
lines changed

Diff for: CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
# Changelog
22

33

4+
## [v1.0.8](https://github.com/soybeanjs/soybean-admin/compare/v1.0.7...v1.0.8) (2024-04-27)
5+
6+
###    🐞 Bug Fixes
7+
8+
- **components**:
9+
- fix PinToggler label. fixed #407 &nbsp;-&nbsp; by @honghuangdc in https://github.com/soybeanjs/soybean-admin/issues/407 [<samp>(c0ed1)</samp>](https://github.com/soybeanjs/soybean-admin/commit/c0ed1f2)
10+
- **projects**:
11+
- text level low. #409 &nbsp;-&nbsp; by **alleycharming** in https://github.com/soybeanjs/soybean-admin/issues/409 [<samp>(3ddb1)</samp>](https://github.com/soybeanjs/soybean-admin/commit/3ddb17a)
12+
- fix tab fixedIndex as null case &nbsp;-&nbsp; by **paynezhuang** [<samp>(4708e)</samp>](https://github.com/soybeanjs/soybean-admin/commit/4708ede)
13+
- recovery the layout config before is mobile. fixed #408, fixed #361 &nbsp;-&nbsp; by @honghuangdc in https://github.com/soybeanjs/soybean-admin/issues/408 and https://github.com/soybeanjs/soybean-admin/issues/361 [<samp>(dae2a)</samp>](https://github.com/soybeanjs/soybean-admin/commit/dae2aa5)
14+
15+
### &nbsp;&nbsp;&nbsp;🔥 Performance
16+
17+
- **projects**: perf judgement the fixed tab &nbsp;-&nbsp; by @honghuangdc [<samp>(b3e9b)</samp>](https://github.com/soybeanjs/soybean-admin/commit/b3e9bba)
18+
19+
### &nbsp;&nbsp;&nbsp;💅 Refactors
20+
21+
- **projects**: `Soybean Admin` to `SoybeanAdmin` &nbsp;-&nbsp; by @honghuangdc [<samp>(a8dbc)</samp>](https://github.com/soybeanjs/soybean-admin/commit/a8dbc03)
22+
23+
### &nbsp;&nbsp;&nbsp;❤️ Contributors
24+
25+
[![honghuangdc](https://github.com/honghuangdc.png?size=48)](https://github.com/honghuangdc)&nbsp;&nbsp;
26+
[paynezhuang](mailto:[email protected]),&nbsp;[alleycharming](mailto:[email protected])
27+
428
## [v1.0.7](https://github.com/soybeanjs/soybean-admin/compare/v1.0.6...v1.0.7) (2024-04-25)
529

630
### &nbsp;&nbsp;&nbsp;🚀 Features

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "soybean-admin",
33
"type": "module",
4-
"version": "1.0.7",
4+
"version": "1.0.8",
55
"description": "A fresh and elegant admin template, based on Vue3、Vite3、TypeScript、NaiveUI and UnoCSS. 一个基于Vue3、Vite3、TypeScript、NaiveUI and UnoCSS的清新优雅的中后台模版。",
66
"author": {
77
"name": "Soybean",

Diff for: 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": "1.0.7",
3+
"version": "1.0.8",
44
"exports": {
55
".": "./src/index.ts"
66
},

Diff for: packages/color-palette/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sa/color-palette",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"exports": {
55
".": "./src/index.ts"
66
},

Diff for: 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": "1.0.7",
3+
"version": "1.0.8",
44
"exports": {
55
".": "./src/index.ts"
66
},

Diff for: 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": "1.0.7",
3+
"version": "1.0.8",
44
"exports": {
55
".": "./src/index.ts"
66
},

Diff for: 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": "1.0.7",
3+
"version": "1.0.8",
44
"exports": {
55
".": "./src/index.ts"
66
},

Diff for: 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": "1.0.7",
3+
"version": "1.0.8",
44
"bin": {
55
"sa": "./bin.ts"
66
},

Diff for: 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": "1.0.7",
3+
"version": "1.0.8",
44
"exports": {
55
".": "./src/index.ts"
66
},

Diff for: 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": "1.0.7",
3+
"version": "1.0.8",
44
"exports": {
55
".": "./src/index.ts"
66
},

0 commit comments

Comments
 (0)