Skip to content

Commit 3a58d69

Browse files
committed
chore(release): 3.0.0
1 parent be5b71e commit 3a58d69

File tree

3 files changed

+39
-3
lines changed

3 files changed

+39
-3
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
## [3.0.0](https://github.com/wkylin/pro-react-admin/compare/v2.2.0...v3.0.0) (2025-12-19)
6+
7+
8+
### Features
9+
10+
* 构建lib瘦身 ([0020efa](https://github.com/wkylin/pro-react-admin/commits/0020efaa8866af931b191a081fbcda4c4fb6d36a))
11+
* 权限集中 ([1c98b23](https://github.com/wkylin/pro-react-admin/commits/1c98b238e992fb3b484466662d26a37ecba207c3))
12+
* 权限示例 ([615d78e](https://github.com/wkylin/pro-react-admin/commits/615d78e0c9ee4a1af8b5fb3f85c358ceae8ce6fa))
13+
* error boundary error tip ([0e19ca3](https://github.com/wkylin/pro-react-admin/commits/0e19ca3b4a2e5d7c9537aad5c10330571651e0a5))
14+
* fix panel scroll ([0986434](https://github.com/wkylin/pro-react-admin/commits/098643425955bd73e18324b3a161d04a49e401cc))
15+
* gpt mermaid ([500a5b7](https://github.com/wkylin/pro-react-admin/commits/500a5b7aac856ac98e071892ce716368527880d9))
16+
* gpt mermaid markmap ([4eaf2dc](https://github.com/wkylin/pro-react-admin/commits/4eaf2dccf37238e345450b02491d8598000739d0))
17+
* motion ([d5366db](https://github.com/wkylin/pro-react-admin/commits/d5366dbc0c8ba15a04861259f8da576c3df5e9f8))
18+
* motion ([f45b5d4](https://github.com/wkylin/pro-react-admin/commits/f45b5d407bfa16e3b071eda4eddfb33b5cf39164))
19+
* motion scrollbar ([7caf879](https://github.com/wkylin/pro-react-admin/commits/7caf879922b00eb82eb20528346092bb6c256afa))
20+
* one time passcode ([4a14586](https://github.com/wkylin/pro-react-admin/commits/4a14586b04fb22c27eb5c98b027f4e23505d391a))
21+
* perf sonarqube ([0f210df](https://github.com/wkylin/pro-react-admin/commits/0f210df5819abce917c9581f03a815d233e6936e))
22+
* permission ([8990e94](https://github.com/wkylin/pro-react-admin/commits/8990e949c0b2dfdc6fd426a54cb57edaf13b6abd))
23+
* sentry ([f24e277](https://github.com/wkylin/pro-react-admin/commits/f24e27736eedfe431a9c2160947eed0f5a171069))
24+
* topology ([429c10e](https://github.com/wkylin/pro-react-admin/commits/429c10e0f252670407e4476368374049fc12ee26))
25+
* topology dashed flowing ([c8c8b96](https://github.com/wkylin/pro-react-admin/commits/c8c8b9675a2d4652e2fcc70e3ecd8078797530a8))
26+
* ui perf ([69d7fc9](https://github.com/wkylin/pro-react-admin/commits/69d7fc9d0cc91ddd080484c7709c4a6a51986c7b))
27+
28+
29+
### Bug Fixes
30+
31+
* bug fix ([f3f5e09](https://github.com/wkylin/pro-react-admin/commits/f3f5e09e819b7376f01118b7662ba3ea9a259af9))
32+
* Cannot convert undefined or null to object ([796a3a0](https://github.com/wkylin/pro-react-admin/commits/796a3a05118e453e4452e045fc125ab842eae718))
33+
* fix dependencier ([61449b4](https://github.com/wkylin/pro-react-admin/commits/61449b429647c3e4d5854ce347899fe556cf8870))
34+
* fix sonaqube ([d5de247](https://github.com/wkylin/pro-react-admin/commits/d5de24760acf8991bee92e2966d68f697fced8b1))
35+
* fix sonarqube ([303b683](https://github.com/wkylin/pro-react-admin/commits/303b6837da3cee2453ba4c197afec274a41879e3))
36+
137
# [2.2.0](https://github.com/wkylin/pro-react-admin/compare/v2.1.1...v2.2.0) (2025-12-05)
238

339
### Bug Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@w.ui/wui-react",
3-
"version": "2.2.0",
3+
"version": "3.0.0",
44
"description": "pro-react-admin components library",
55
"private": false,
66
"files": [

0 commit comments

Comments
 (0)