Skip to content

Commit bd03063

Browse files
committed
chore: release v1.0.0-beta.9
1 parent 9d9acc8 commit bd03063

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## 1.0.0-beta.9 (2025-12-16)
2+
3+
* chore: fix invalid tailwind syntax for custom colors ([4f79489](https://github.com/heroui-inc/heroui-native/commit/4f79489))
4+
* chore: sync versions ([a25812d](https://github.com/heroui-inc/heroui-native/commit/a25812d))
5+
* refactor: getIsAnimationDisabledValue return logic ([e281d74](https://github.com/heroui-inc/heroui-native/commit/e281d74))
6+
* refactor(divider): styles handling ([fa1fdd4](https://github.com/heroui-inc/heroui-native/commit/fa1fdd4))
7+
* feat: add global animation settings provider ([b9e9ade](https://github.com/heroui-inc/heroui-native/commit/b9e9ade))
8+
* feat: add to export useButton hook ([33d3cc1](https://github.com/heroui-inc/heroui-native/commit/33d3cc1))
9+
* feat: add to export useChip hook ([28a1721](https://github.com/heroui-inc/heroui-native/commit/28a1721))
10+
* feat: add to export useTextComponent hook ([7cd9ddd](https://github.com/heroui-inc/heroui-native/commit/7cd9ddd))
11+
* feat: add useCombinedAnimationDisabledState hook ([b511587](https://github.com/heroui-inc/heroui-native/commit/b511587))
12+
* feat: handle reduce motion flag for global animation settings provider ([06fe31c](https://github.com/heroui-inc/heroui-native/commit/06fe31c))
13+
* docs: fix minor inconsistencies in component docs ([b28aeba](https://github.com/heroui-inc/heroui-native/commit/b28aeba))
14+
* docs: improve animation api reference for all components ([b760a68](https://github.com/heroui-inc/heroui-native/commit/b760a68))
15+
* docs(avatar): remove important notes ([765f83b](https://github.com/heroui-inc/heroui-native/commit/765f83b))
16+
* docs(dialog): fix dialog close pressable props ref ([49d84df](https://github.com/heroui-inc/heroui-native/commit/49d84df))
17+
18+
19+
120
## 1.0.0-beta.8 (2025-12-11)
221

322
* chore: sync versions ([ee98892](https://github.com/heroui-inc/heroui-native/commit/ee98892))

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-beta.8",
3+
"version": "1.0.0-beta.9",
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)