Skip to content

Commit 5bcf818

Browse files
committed
chore: release v1.0.0-alpha.6
1 parent 0846468 commit 5bcf818

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
@@ -1,3 +1,11 @@
1+
## 1.0.0-alpha.6 (2025-08-21)
2+
3+
* fix: example app classname typecheck issue ([0846468](https://github.com/heroui-inc/heroui-native/commit/0846468))
4+
* fix: tailwind plugin import resolution ([affd469](https://github.com/heroui-inc/heroui-native/commit/affd469))
5+
* feat: add more card examples ([b5a9249](https://github.com/heroui-inc/heroui-native/commit/b5a9249))
6+
7+
8+
19
## 1.0.0-alpha.5 (2025-08-20)
210

311
* fix: tailwind plugin export ([4d8cbd6](https://github.com/heroui-inc/heroui-native/commit/4d8cbd6))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "heroui-native",
3-
"version": "1.0.0-alpha.5",
3+
"version": "1.0.0-alpha.6",
44
"description": "Beautiful, fast and modern React Native UI library",
55
"main": "./lib/module/index.js",
66
"types": "./lib/typescript/src/index.d.ts",

0 commit comments

Comments
 (0)