Skip to content

Commit 4af884c

Browse files
committed
chore(projects): release v1.0.2
1 parent 41e470e commit 4af884c

File tree

10 files changed

+30
-9
lines changed

10 files changed

+30
-9
lines changed

Diff for: CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
# Changelog
22

33

4+
## [v1.0.2](https://github.com/soybeanjs/soybean-admin/compare/tauri-v1.0.1...v1.0.2) (24-04-08)
5+
6+
###    🐞 Bug Fixes
7+
8+
- **projects**: unify border-radius of Tag. fixed #378 &nbsp;-&nbsp; by @honghuangdc in https://github.com/soybeanjs/soybean-admin/issues/378 [<samp>(2f15a)</samp>](https://github.com/soybeanjs/soybean-admin/commit/2f15a2a)
9+
- **styles**: fix css var is inserted repeatedly &nbsp;-&nbsp; by **燕博文** [<samp>(769d8)</samp>](https://github.com/soybeanjs/soybean-admin/commit/769d84a)
10+
11+
### &nbsp;&nbsp;&nbsp;💅 Refactors
12+
13+
- **projects**: refactor addThemeVarsToHtml &nbsp;-&nbsp; by @honghuangdc [<samp>(41e47)</samp>](https://github.com/soybeanjs/soybean-admin/commit/41e470e)
14+
15+
### &nbsp;&nbsp;&nbsp;🏡 Chore
16+
17+
- **deps**: update deps &nbsp;-&nbsp; by @honghuangdc [<samp>(a1b48)</samp>](https://github.com/soybeanjs/soybean-admin/commit/a1b484a)
18+
- **projects**: disabled unocss eslint rule: order-attributify &nbsp;-&nbsp; by @honghuangdc [<samp>(1c72d)</samp>](https://github.com/soybeanjs/soybean-admin/commit/1c72dc7)
19+
20+
### &nbsp;&nbsp;&nbsp;❤️ Contributors
21+
22+
[![honghuangdc](https://github.com/honghuangdc.png?size=48)](https://github.com/honghuangdc)&nbsp;&nbsp;
23+
[燕博文](mailto:[email protected])
24+
425
## [v1.0.1](https://github.com/soybeanjs/soybean-admin/compare/tauri-v1.0.0...v1.0.1) (24-04-03)
526

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

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.1",
4+
"version": "1.0.2",
55
"packageManager": "[email protected]",
66
"description": "A fresh and elegant admin template, based on Vue3、Vite3、TypeScript、NaiveUI and UnoCSS. 一个基于Vue3、Vite3、TypeScript、NaiveUI and UnoCSS的清新优雅的中后台模版。",
77
"author": {

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

0 commit comments

Comments
 (0)