Skip to content

Commit 7dbb39d

Browse files
committed
chore: release v1.0.0-beta.11
1 parent e11a5e8 commit 7dbb39d

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 1.0.0-beta.11 (2026-01-06)
2+
3+
* docs: add theming, colors and styling doc files ([bcad7bf](https://github.com/heroui-inc/heroui-native/commit/bcad7bf))
4+
* docs: sync doc files between local and web ([f90b254](https://github.com/heroui-inc/heroui-native/commit/f90b254))
5+
* docs: update @source path for relative path ([b7d744a](https://github.com/heroui-inc/heroui-native/commit/b7d744a))
6+
* docs(bottom-sheet): add special notes and text input example ([615b2c1](https://github.com/heroui-inc/heroui-native/commit/615b2c1))
7+
* docs(text-field): update example ([5242b47](https://github.com/heroui-inc/heroui-native/commit/5242b47))
8+
* fix(bottom-sheet): close on swipe issue ([27148ce](https://github.com/heroui-inc/heroui-native/commit/27148ce))
9+
* fix(bottom-sheet): close via ref issue ([380c4ad](https://github.com/heroui-inc/heroui-native/commit/380c4ad))
10+
* fix(dialog): negative overdrag calculation issue ([6ebbd94](https://github.com/heroui-inc/heroui-native/commit/6ebbd94))
11+
* fix(example-app): dialog lint warning ([b556991](https://github.com/heroui-inc/heroui-native/commit/b556991))
12+
* refactor(text-field): remove start and end input parts ([4063052](https://github.com/heroui-inc/heroui-native/commit/4063052))
13+
* feat: re-export PortalHost for advanced use cases ([a98261f](https://github.com/heroui-inc/heroui-native/commit/a98261f))
14+
* feat(example-app): add super app paywall showcase ([0bd7322](https://github.com/heroui-inc/heroui-native/commit/0bd7322))
15+
* feat(example-app): add to app paywall showcase screen fade animation ([7172a0b](https://github.com/heroui-inc/heroui-native/commit/7172a0b))
16+
17+
18+
119
## 1.0.0-beta.10 (2025-12-30)
220

321
* docs: add animated styles notes to the components className prop ([0c0fc48](https://github.com/heroui-inc/heroui-native/commit/0c0fc48))

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