Skip to content

Commit 33e3d8a

Browse files
committed
chore(projects): release v2.1.1
1 parent c3158be commit 33e3d8a

10 files changed

Lines changed: 56 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,52 @@
11
# Changelog
22

3+
## [v2.1.1](https://github.com/soybeanjs/soybean-admin/compare/v2.1.0...v2.1.1) (2026-05-13)
4+
5+
###    🐞 Bug Fixes
6+
7+
- **assets**:
8+
- add ts-expect-error comment for svg icons type error &nbsp;-&nbsp; by @soybeanjs [<samp>(f8f0c)</samp>](https://github.com/soybeanjs/soybean-admin/commit/f8f0c6c4)
9+
- **bin**:
10+
- update import statement for index file &nbsp;-&nbsp; by @soybeanjs [<samp>(4549d)</samp>](https://github.com/soybeanjs/soybean-admin/commit/4549ddda)
11+
- **components**:
12+
- correction of wrong label bar configuration explanation. &nbsp;-&nbsp; by **Azir-11** [<samp>(6887b)</samp>](https://github.com/soybeanjs/soybean-admin/commit/6887b016)
13+
- **i18n-ally**:
14+
- add missing TypeScript compiler options. fixed #907 &nbsp;-&nbsp; by @soybeanjs in https://github.com/soybeanjs/soybean-admin/issues/907 [<samp>(a5f85)</samp>](https://github.com/soybeanjs/soybean-admin/commit/a5f85810)
15+
- **projects**:
16+
- resolve width abnormal issue of NColorPicker. &nbsp;-&nbsp; by **Azir-11** [<samp>(75ccd)</samp>](https://github.com/soybeanjs/soybean-admin/commit/75ccd008)
17+
- fix wrong new tab opening for external link navigation. &nbsp;-&nbsp; by **Azir-11** [<samp>(af1b5)</samp>](https://github.com/soybeanjs/soybean-admin/commit/af1b5f1d)
18+
- fix ts and lint error &nbsp;-&nbsp; by @soybeanjs [<samp>(9afa2)</samp>](https://github.com/soybeanjs/soybean-admin/commit/9afa21e4)
19+
- **tsconfig**:
20+
- change moduleResolution to 'bundler' across multiple packages &nbsp;-&nbsp; by @soybeanjs [<samp>(c0105)</samp>](https://github.com/soybeanjs/soybean-admin/commit/c0105c55)
21+
- **vscode**:
22+
- add oxc.vscode extension and update settings for formatting. fixed #904 &nbsp;-&nbsp; by @soybeanjs in https://github.com/soybeanjs/soybean-admin/issues/904 [<samp>(f8bd9)</samp>](https://github.com/soybeanjs/soybean-admin/commit/f8bd921a)
23+
- **workflows**:
24+
- update actions/checkout and actions/setup-node to v6 &nbsp;-&nbsp; by @soybeanjs [<samp>(c3158)</samp>](https://github.com/soybeanjs/soybean-admin/commit/c3158bee)
25+
26+
### &nbsp;&nbsp;&nbsp;🛠 Optimizations
27+
28+
- **mix-menu**: use stable Symbol.for as MixMenu context key. fixed #919 &nbsp;-&nbsp; by @soybeanjs in https://github.com/soybeanjs/soybean-admin/issues/919 [<samp>(e1667)</samp>](https://github.com/soybeanjs/soybean-admin/commit/e1667669)
29+
30+
### &nbsp;&nbsp;&nbsp;💅 Refactors
31+
32+
- **hooks**: simplify useContext implementation and improve type definitions &nbsp;-&nbsp; by @soybeanjs [<samp>(f292d)</samp>](https://github.com/soybeanjs/soybean-admin/commit/f292d32d)
33+
34+
### &nbsp;&nbsp;&nbsp;📖 Documentation
35+
36+
- **readme**: add SoybeanUI section with description and badges &nbsp;-&nbsp; by @soybeanjs [<samp>(3a7a3)</samp>](https://github.com/soybeanjs/soybean-admin/commit/3a7a36b7)
37+
38+
### &nbsp;&nbsp;&nbsp;🏡 Chore
39+
40+
- **deps**:
41+
- update deps &nbsp;-&nbsp; by @soybeanjs [<samp>(a43a7)</samp>](https://github.com/soybeanjs/soybean-admin/commit/a43a7b3b)
42+
- update deps &nbsp;-&nbsp; by **soybean-js** [<samp>(9afb3)</samp>](https://github.com/soybeanjs/soybean-admin/commit/9afb335e)
43+
- update deps &nbsp;-&nbsp; by @soybeanjs [<samp>(e8fa9)</samp>](https://github.com/soybeanjs/soybean-admin/commit/e8fa90b4)
44+
45+
### &nbsp;&nbsp;&nbsp;❤️ Contributors
46+
47+
[![soybeanjs](https://github.com/soybeanjs.png?size=48)](https://github.com/soybeanjs)&nbsp;&nbsp;
48+
[soybean-js](mailto:soybeanjs@163.com),&nbsp;[Azir-11](mailto:2075125282@qq.com)
49+
350
## [v2.1.0](https://github.com/soybeanjs/soybean-admin/compare/v2.0.2...v2.1.0) (2026-03-09)
451

552
### &nbsp;&nbsp;&nbsp;🚨 Breaking Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "soybean-admin",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "A fresh and elegant admin template, based on Vue3、Vite7、TypeScript、NaiveUI and UnoCSS. 一个基于Vue3、Vite7、TypeScript、NaiveUI and UnoCSS的清新优雅的中后台模版。",
55
"keywords": [
66
"TypeScript",

packages/alova/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sa/alova",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"typesVersions": {
55
"*": {
66
"*": [

packages/axios/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sa/axios",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"typesVersions": {
55
"*": {
66
"*": [

packages/color/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sa/color",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"typesVersions": {
55
"*": {
66
"*": [

packages/hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sa/hooks",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"typesVersions": {
55
"*": {
66
"*": [

packages/materials/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sa/materials",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"typesVersions": {
55
"*": {
66
"*": [

packages/scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sa/scripts",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"bin": {
55
"sa": "./bin.ts"
66
},

packages/uno-preset/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sa/uno-preset",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"typesVersions": {
55
"*": {
66
"*": [

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sa/utils",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"typesVersions": {
55
"*": {
66
"*": [

0 commit comments

Comments
 (0)