Skip to content

Commit 61df639

Browse files
committed
chore(release): 2.0.0
1 parent 58c0094 commit 61df639

File tree

3 files changed

+28
-3
lines changed

3 files changed

+28
-3
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
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.0.0](https://github.com/wkylin/pro-react-admin/compare/v1.5.0...v2.0.0) (2025-02-10)
6+
7+
### Features
8+
9+
- count up ([59d146a](https://github.com/wkylin/pro-react-admin/commits/59d146a9eb6d61b4f2dcf7dc093d717cc2b883f9))
10+
- dotted stepper ([e3d58f0](https://github.com/wkylin/pro-react-admin/commits/e3d58f0da187bda26920745d71865dbf49028370))
11+
- gradual spacing ([ebdf934](https://github.com/wkylin/pro-react-admin/commits/ebdf934201b86f09e2f07bc1952d28fa04107fdd))
12+
- icon cloud ([117fd0a](https://github.com/wkylin/pro-react-admin/commits/117fd0a96ce19e9554fe32682ea08bae4a115e8a))
13+
- linear gradient ([0e613fc](https://github.com/wkylin/pro-react-admin/commits/0e613fcfb07e561b2802db04ba6515f950dff92e))
14+
- mask image ([1f7a0e4](https://github.com/wkylin/pro-react-admin/commits/1f7a0e4d6e7619d093b6af763b4ee2f32cd2fb03))
15+
- motion blur fade ([b5be86e](https://github.com/wkylin/pro-react-admin/commits/b5be86e5499c21740bf04ea6813b86cbe28cd91b))
16+
- motion in view ([cf0adef](https://github.com/wkylin/pro-react-admin/commits/cf0adef84df82c2a13b4e549039e5ddcc5236468))
17+
- react v19 ([58c0094](https://github.com/wkylin/pro-react-admin/commits/58c0094b5b18f04b77f405a7a568e9c37bc3c415))
18+
- responsive masonry ([8174ae3](https://github.com/wkylin/pro-react-admin/commits/8174ae3ab6b3aca0c4e4921bf7b8e4fa6fb2a4b2))
19+
- sand pack ([8ec0b1b](https://github.com/wkylin/pro-react-admin/commits/8ec0b1bf46ccf2d9bb356e48c4f11326fadeed17))
20+
- skeleton ([04785f1](https://github.com/wkylin/pro-react-admin/commits/04785f1af61fac5565a5df74ffc5de2b5b0dd3d6))
21+
- testimonial carousel ([d4ce382](https://github.com/wkylin/pro-react-admin/commits/d4ce3827db1348a9a43fc29d3f261b7987ef4ac9))
22+
- use velocity ([1123806](https://github.com/wkylin/pro-react-admin/commits/11238066c34e04748511c00671d4e42da1545051))
23+
- violet gradient ([511778f](https://github.com/wkylin/pro-react-admin/commits/511778fed4febade61ea17f7741650172092b7bd))
24+
25+
### Bug Fixes
26+
27+
- mjs fully specified false ([00d5371](https://github.com/wkylin/pro-react-admin/commits/00d5371a6e1e73835f3629d0965794d19cb0eaee))
28+
- scale ([3edb31c](https://github.com/wkylin/pro-react-admin/commits/3edb31c0f3257d5f8590d3a42c4e7189fc6488f2))
29+
530
## [1.5.0](https://github.com/wkylin/pro-react-admin/compare/v1.4.0...v1.5.0) (2025-01-23)
631

732
### ⚠ BREAKING CHANGES

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pro-react-admin",
3-
"version": "1.5.0",
3+
"version": "2.0.0",
44
"description": "pro-react-admin",
55
"keywords": [
66
"React",

0 commit comments

Comments
 (0)