Skip to content

Commit 8ec2542

Browse files
committed
chore: release v1.0.0-beta.6
1 parent fe493a7 commit 8ec2542

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
## 1.0.0-beta.6 (2025-12-04)
2+
3+
* chore: sync versions ([fe493a7](https://github.com/heroui-inc/heroui-native/commit/fe493a7))
4+
* docs(checkbox): update doc with useCheckbox api reference ([c8afe1a](https://github.com/heroui-inc/heroui-native/commit/c8afe1a))
5+
* docs(popover): update doc with usePopover api reference ([5e9b2ef](https://github.com/heroui-inc/heroui-native/commit/5e9b2ef))
6+
* docs(readme): update installation react-native-svg version ([162a63e](https://github.com/heroui-inc/heroui-native/commit/162a63e))
7+
* docs(skeleton): update docs with added animation api ([9acbcb5](https://github.com/heroui-inc/heroui-native/commit/9acbcb5))
8+
* docs(tabs): update doc file with new animation prop ([a7b19b5](https://github.com/heroui-inc/heroui-native/commit/a7b19b5))
9+
* docs(tabs): update doc with hooks api reference ([d31af7b](https://github.com/heroui-inc/heroui-native/commit/d31af7b))
10+
* build: update dependencies ([cf3ee4c](https://github.com/heroui-inc/heroui-native/commit/cf3ee4c))
11+
* build: update react-native-worklets peer dep version ([e0f5121](https://github.com/heroui-inc/heroui-native/commit/e0f5121))
12+
* fix: versions consistency ([482b106](https://github.com/heroui-inc/heroui-native/commit/482b106))
13+
* fix(tabs): cycle issue ([7d11c4f](https://github.com/heroui-inc/heroui-native/commit/7d11c4f))
14+
* refactor(button): remove useButtonContext from index export ([d6550ff](https://github.com/heroui-inc/heroui-native/commit/d6550ff))
15+
* refactor(card): rename CardTitle to CardLabel ([d010de2](https://github.com/heroui-inc/heroui-native/commit/d010de2))
16+
* refactor(dialog): rename DialogTitle to DialogLabel ([7c0d888](https://github.com/heroui-inc/heroui-native/commit/7c0d888))
17+
* refactor(popover): rename PopoverTitle to PopoverLabel ([d3abb37](https://github.com/heroui-inc/heroui-native/commit/d3abb37))
18+
* refactor(skeleton-group): add animation file ([a5c1e90](https://github.com/heroui-inc/heroui-native/commit/a5c1e90))
19+
* refactor(skeleton): add animation file ([85264a2](https://github.com/heroui-inc/heroui-native/commit/85264a2))
20+
* refactor(skeleton): exmples ([e302f93](https://github.com/heroui-inc/heroui-native/commit/e302f93))
21+
* refactor(skeleton): rename animationType prop to variant ([21816ac](https://github.com/heroui-inc/heroui-native/commit/21816ac))
22+
* refactor(spinner): add animation file ([fd2c1aa](https://github.com/heroui-inc/heroui-native/commit/fd2c1aa))
23+
* refactor(spinner): indicator animation props ([e7cc833](https://github.com/heroui-inc/heroui-native/commit/e7cc833))
24+
* refactor(spinner): remove useSpinnerContext from index export ([70af8d8](https://github.com/heroui-inc/heroui-native/commit/70af8d8))
25+
* refactor(tabs): add animation file ([7c5d0fc](https://github.com/heroui-inc/heroui-native/commit/7c5d0fc))
26+
27+
28+
129
## 1.0.0-beta.5 (2025-12-03)
230

331
* chore: omit layout animation props for error-view, accordion and avatar ([5379fb5](https://github.com/heroui-inc/heroui-native/commit/5379fb5))

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