Skip to content

Commit 52160a6

Browse files
committed
chore: release v1.0.4
1 parent 170edc8 commit 52160a6

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## <small>1.0.4 (2026-05-26)</small>
2+
3+
* build: modify metro.config.js ([a0b68b4](https://github.com/heroui-inc/heroui-native/commit/a0b68b4))
4+
* build: pin @gorhom/bottom-sheet to ^5.2.9 ([019b171](https://github.com/heroui-inc/heroui-native/commit/019b171))
5+
* build: upd jest preset path ([ffbcf0d](https://github.com/heroui-inc/heroui-native/commit/ffbcf0d))
6+
* build: upd release.yml ([170edc8](https://github.com/heroui-inc/heroui-native/commit/170edc8))
7+
* build: upd yarn lock ([334ee07](https://github.com/heroui-inc/heroui-native/commit/334ee07))
8+
* build: upgrade @gorhom/bottom-sheet ([bdb5117](https://github.com/heroui-inc/heroui-native/commit/bdb5117))
9+
* build: upgrade to expo 56 ([2960d3a](https://github.com/heroui-inc/heroui-native/commit/2960d3a))
10+
* chore: add theme-vibrant.css file ([8394988](https://github.com/heroui-inc/heroui-native/commit/8394988))
11+
* chore: refine chip styles ([810ce2c](https://github.com/heroui-inc/heroui-native/commit/810ce2c))
12+
* chore: refine vibrant colors ([46cb08e](https://github.com/heroui-inc/heroui-native/commit/46cb08e))
13+
* chore: remove safe-area-view from example-app ([bd9ce1a](https://github.com/heroui-inc/heroui-native/commit/bd9ce1a))
14+
* chore: upd readme preview app section ([b4889f1](https://github.com/heroui-inc/heroui-native/commit/b4889f1))
15+
* chore: update theme.css soft values ([595fdc7](https://github.com/heroui-inc/heroui-native/commit/595fdc7))
16+
* docs: add popover offset special note ([0ff888b](https://github.com/heroui-inc/heroui-native/commit/0ff888b))
17+
* docs: update colors.md ([c307b28](https://github.com/heroui-inc/heroui-native/commit/c307b28))
18+
* refactor(text): rename text to typography ([1df7772](https://github.com/heroui-inc/heroui-native/commit/1df7772))
19+
20+
21+
122
## <small>1.0.3 (2026-05-11)</small>
223

324
* docs: extend bottom sheet examples ([fb34a3c](https://github.com/heroui-inc/heroui-native/commit/fb34a3c))

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