Skip to content

Commit e89ce19

Browse files
committed
chore(release): 1.5.0
1 parent 29984f8 commit e89ce19

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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+
## [1.5.0](https://github.com/gregberge/twc/compare/v1.4.2...v1.5.0) (2025-06-30)
6+
7+
8+
### Features
9+
10+
* allow to forward `asChild` property ([#54](https://github.com/gregberge/twc/issues/54)) ([f5abd29](https://github.com/gregberge/twc/commit/f5abd292716a41ff780a73633ea31a967c44e2de)), closes [#53](https://github.com/gregberge/twc/issues/53)
11+
* rename `shouldForwardAsChild` to `forwardAsChild` ([e211b83](https://github.com/gregberge/twc/commit/e211b83a157c9bb829202887c358d943e1676f75))
12+
513
### [1.4.2](https://github.com/gregberge/twc/compare/v1.4.1...v1.4.2) (2024-08-18)
614

715

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-twc",
3-
"version": "1.4.2",
3+
"version": "1.5.0",
44
"description": "Create reusable Tailwind CSS components with React.",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)