Skip to content

Commit ee799c2

Browse files
committed
chore(release): 2.2.0
1 parent 1aef19c commit ee799c2

File tree

3 files changed

+31
-3
lines changed

3 files changed

+31
-3
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,34 @@
22

33
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.
44

5+
## [2.2.0](https://github.com/wkylin/pro-react-admin/compare/v2.1.1...v2.2.0) (2025-12-05)
6+
7+
8+
### Features
9+
10+
* fix permission hooks ([e972aaa](https://github.com/wkylin/pro-react-admin/commits/e972aaa895da0a46faddf1b8d219c1d3d762ea20))
11+
* fix theme ([1726081](https://github.com/wkylin/pro-react-admin/commits/1726081d03553e2fa3c5d5323e089e747980fe4f))
12+
* global search ([dcc0a98](https://github.com/wkylin/pro-react-admin/commits/dcc0a98b070ae4ed8d40cc6c5ff8988adb90cc0b))
13+
* request update ([d5b17cd](https://github.com/wkylin/pro-react-admin/commits/d5b17cd62064dc2f205c4f3587a58f6cbf3c4030))
14+
* update component ([288fa67](https://github.com/wkylin/pro-react-admin/commits/288fa676bc8bd67e59364ec85be526704518adea))
15+
* update components ([74c00e1](https://github.com/wkylin/pro-react-admin/commits/74c00e1e3a6edf0a8d335be5dbbd91020f7ccc7c))
16+
* update patch ([afb1f9f](https://github.com/wkylin/pro-react-admin/commits/afb1f9fa61ca110b6e04408a8008361a6a988872))
17+
* update request ([e4bff0f](https://github.com/wkylin/pro-react-admin/commits/e4bff0f7250eb7ab1e0acd5b1a9170c1e759b00d))
18+
19+
20+
### Bug Fixes
21+
22+
* fix error ([fab78ae](https://github.com/wkylin/pro-react-admin/commits/fab78aee52c8bc388bec6dd780de4fb74d9dce4d))
23+
* fix go back ([60bf3ee](https://github.com/wkylin/pro-react-admin/commits/60bf3ee8dbc37458a3b327bfa7a1b443c7a1bb57))
24+
* fix routes ([7a6eaf3](https://github.com/wkylin/pro-react-admin/commits/7a6eaf3781f07ae8cb9099fa36baaf35f95261ad))
25+
* fix style ([54dc27b](https://github.com/wkylin/pro-react-admin/commits/54dc27b8baa9f2d49fb79ec0376be74c6c64f52d))
26+
* fix theme ([ee689b8](https://github.com/wkylin/pro-react-admin/commits/ee689b87f3a19eec5e281100c9b72923f02f36e1))
27+
* fix theme ([6487a12](https://github.com/wkylin/pro-react-admin/commits/6487a124b3b7b2d0437359351b758c253f410029))
28+
* fix theme ([6ee4738](https://github.com/wkylin/pro-react-admin/commits/6ee4738db7e588f983328aa2168a0d50331d89c0))
29+
* mobile ([cbf98af](https://github.com/wkylin/pro-react-admin/commits/cbf98af063ffb3654fff491fd15e1f941bcfd0f7))
30+
* route ([d5e2752](https://github.com/wkylin/pro-react-admin/commits/d5e2752797d81bac4fed0a676e9cf9b9b7cae3d1))
31+
* src/hooks->app hooks ([88fb0d4](https://github.com/wkylin/pro-react-admin/commits/88fb0d48c0b879a102a6ae333bdc8887500a51d4))
32+
533
### [2.1.1](https://github.com/wkylin/pro-react-admin/compare/v2.1.0...v2.1.1) (2025-12-03)
634

735
### Features

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.1.1",
3+
"version": "2.2.0",
44
"description": "pro-react-admin components library",
55
"private": false,
66
"files": [

0 commit comments

Comments
 (0)