From 0e35f243b8d77219542aee699b26d1fbf8e75aaa Mon Sep 17 00:00:00 2001 From: Akash Gautam Date: Wed, 19 Feb 2025 12:05:24 +0530 Subject: [PATCH] chore: rna/interactions version bump --- example/storybook-nativewind/package.json | 4 +- example/storybook/package.json | 2 +- packages/config/package.json | 48 +++++++++---------- .../react-native-aria/button/CHANGELOG.md | 7 +++ .../react-native-aria/button/package.json | 4 +- .../react-native-aria/listbox/CHANGELOG.md | 7 +++ .../react-native-aria/listbox/package.json | 4 +- packages/react-native-aria/menu/CHANGELOG.md | 7 +++ packages/react-native-aria/menu/package.json | 4 +- packages/react-native-aria/radio/CHANGELOG.md | 7 +++ packages/react-native-aria/radio/package.json | 4 +- packages/react-native-aria/tabs/CHANGELOG.md | 7 +++ packages/react-native-aria/tabs/package.json | 4 +- .../react-native-aria/toggle/CHANGELOG.md | 7 +++ .../react-native-aria/toggle/package.json | 4 +- .../react-native-aria/tooltip/CHANGELOG.md | 7 +++ .../react-native-aria/tooltip/package.json | 4 +- packages/themed/CHANGELOG.md | 27 +++++++++++ packages/themed/package.json | 46 +++++++++--------- packages/unstyled/accordion/CHANGELOG.md | 7 +++ packages/unstyled/accordion/package.json | 4 +- packages/unstyled/actionsheet/CHANGELOG.md | 9 ++++ packages/unstyled/actionsheet/package.json | 8 ++-- packages/unstyled/alert-dialog/CHANGELOG.md | 9 ++++ packages/unstyled/alert-dialog/package.json | 8 ++-- packages/unstyled/button/CHANGELOG.md | 7 +++ packages/unstyled/button/package.json | 4 +- packages/unstyled/checkbox/CHANGELOG.md | 7 +++ packages/unstyled/checkbox/package.json | 4 +- packages/unstyled/fab/CHANGELOG.md | 7 +++ packages/unstyled/fab/package.json | 4 +- packages/unstyled/hooks/CHANGELOG.md | 6 +++ packages/unstyled/hooks/package.json | 2 +- packages/unstyled/image-viewer/CHANGELOG.md | 7 +++ packages/unstyled/image-viewer/package.json | 4 +- packages/unstyled/image/CHANGELOG.md | 7 +++ packages/unstyled/image/package.json | 4 +- packages/unstyled/input/CHANGELOG.md | 7 +++ packages/unstyled/input/package.json | 4 +- packages/unstyled/link/CHANGELOG.md | 7 +++ packages/unstyled/link/package.json | 4 +- packages/unstyled/menu/CHANGELOG.md | 10 ++++ packages/unstyled/menu/package.json | 10 ++-- packages/unstyled/modal/CHANGELOG.md | 9 ++++ packages/unstyled/modal/package.json | 8 ++-- packages/unstyled/overlay/CHANGELOG.md | 7 +++ packages/unstyled/overlay/package.json | 4 +- packages/unstyled/pin-input/CHANGELOG.md | 7 +++ packages/unstyled/pin-input/package.json | 4 +- packages/unstyled/popover/CHANGELOG.md | 9 ++++ packages/unstyled/popover/package.json | 8 ++-- packages/unstyled/pressable/CHANGELOG.md | 7 +++ packages/unstyled/pressable/package.json | 4 +- packages/unstyled/provider/CHANGELOG.md | 7 +++ packages/unstyled/provider/package.json | 4 +- packages/unstyled/radio/CHANGELOG.md | 8 ++++ packages/unstyled/radio/package.json | 6 +-- .../unstyled/react-native-aria/CHANGELOG.md | 6 +++ .../unstyled/react-native-aria/package.json | 2 +- packages/unstyled/select/CHANGELOG.md | 7 +++ packages/unstyled/select/package.json | 4 +- packages/unstyled/slider/CHANGELOG.md | 8 ++++ packages/unstyled/slider/package.json | 6 +-- packages/unstyled/switch/CHANGELOG.md | 7 +++ packages/unstyled/switch/package.json | 4 +- packages/unstyled/tabs/CHANGELOG.md | 7 +++ packages/unstyled/tabs/package.json | 4 +- packages/unstyled/toast/CHANGELOG.md | 8 ++++ packages/unstyled/toast/package.json | 6 +-- packages/unstyled/tooltip/CHANGELOG.md | 9 ++++ packages/unstyled/tooltip/package.json | 8 ++-- 71 files changed, 402 insertions(+), 130 deletions(-) diff --git a/example/storybook-nativewind/package.json b/example/storybook-nativewind/package.json index bb5e43e716..d4e3fbf056 100644 --- a/example/storybook-nativewind/package.json +++ b/example/storybook-nativewind/package.json @@ -32,7 +32,7 @@ "@gluestack-style/animation-resolver": "^1.0.4", "@gluestack-style/react": "^1.0.57", "@gluestack-ui/config": "^1.1.19", - "@gluestack-ui/themed": "^1.1.68", + "@gluestack-ui/themed": "^1.1.69", "@gluestack/design-system": "^0.5.36", "@gorhom/bottom-sheet": "^5.0.0-alpha.10", "@legendapp/motion": "^2.2.0", @@ -43,7 +43,7 @@ "@react-aria/overlays": "^3.13.0", "@react-aria/separator": "^3.3.0", "@react-aria/utils": "^3.15.0", - "@react-native-aria/button": "^0.2.7", + "@react-native-aria/button": "^0.2.8", "@react-native-aria/checkbox": "^0.2.9", "@react-native-aria/overlays": "^0.3.14", "@react-native-aria/separator": "^0.2.6", diff --git a/example/storybook/package.json b/example/storybook/package.json index 344308514c..10eb4e9dd8 100644 --- a/example/storybook/package.json +++ b/example/storybook/package.json @@ -34,7 +34,7 @@ "@react-aria/overlays": "^3.13.0", "@react-aria/separator": "^3.3.0", "@react-aria/utils": "^3.15.0", - "@react-native-aria/button": "^0.2.7", + "@react-native-aria/button": "^0.2.8", "@react-native-aria/overlays": "0.3.14", "@react-native-aria/separator": "^0.2.6", "@react-native-async-storage/async-storage": "~1.17.3", diff --git a/packages/config/package.json b/packages/config/package.json index 2da9c1b2a3..dd48e7f131 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -38,42 +38,42 @@ "@gluestack-style/animation-resolver": "1.0.4", "@gluestack-style/legend-motion-animation-driver": "1.0.3", "@gluestack-style/react": "1.0.57", - "@gluestack-ui/accordion": "1.0.11", - "@gluestack-ui/actionsheet": "0.2.49", + "@gluestack-ui/accordion": "1.0.12", + "@gluestack-ui/actionsheet": "0.2.50", "@gluestack-ui/alert": "0.1.16", - "@gluestack-ui/alert-dialog": "0.1.35", + "@gluestack-ui/alert-dialog": "0.1.36", "@gluestack-ui/avatar": "0.1.18", - "@gluestack-ui/button": "1.0.11", - "@gluestack-ui/checkbox": "0.1.36", + "@gluestack-ui/button": "1.0.12", + "@gluestack-ui/checkbox": "0.1.37", "@gluestack-ui/divider": "0.1.10", - "@gluestack-ui/fab": "0.1.25", + "@gluestack-ui/fab": "0.1.26", "@gluestack-ui/form-control": "0.1.19", "@gluestack-ui/icon": "0.1.25", - "@gluestack-ui/image": "0.1.14", - "@gluestack-ui/input": "0.1.35", - "@gluestack-ui/link": "0.1.26", - "@gluestack-ui/menu": "0.2.40", - "@gluestack-ui/modal": "0.1.38", - "@gluestack-ui/overlay": "0.1.19", - "@gluestack-ui/popover": "0.1.46", - "@gluestack-ui/pressable": "0.1.20", + "@gluestack-ui/image": "0.1.15", + "@gluestack-ui/input": "0.1.36", + "@gluestack-ui/link": "0.1.27", + "@gluestack-ui/menu": "0.2.41", + "@gluestack-ui/modal": "0.1.39", + "@gluestack-ui/overlay": "0.1.20", + "@gluestack-ui/popover": "0.1.47", + "@gluestack-ui/pressable": "0.1.21", "@gluestack-ui/progress": "0.1.18", - "@gluestack-ui/provider": "0.1.16", - "@gluestack-ui/radio": "0.1.37", - "@gluestack-ui/select": "0.1.30", - "@gluestack-ui/slider": "0.1.29", + "@gluestack-ui/provider": "0.1.17", + "@gluestack-ui/radio": "0.1.38", + "@gluestack-ui/select": "0.1.31", + "@gluestack-ui/slider": "0.1.30", "@gluestack-ui/spinner": "0.1.15", - "@gluestack-ui/switch": "0.1.26", - "@gluestack-ui/tabs": "0.1.21", + "@gluestack-ui/switch": "0.1.27", + "@gluestack-ui/tabs": "0.1.22", "@gluestack-ui/textarea": "0.1.24", - "@gluestack-ui/themed": "1.1.68", - "@gluestack-ui/toast": "1.0.8", - "@gluestack-ui/tooltip": "0.1.41", + "@gluestack-ui/themed": "1.1.69", + "@gluestack-ui/toast": "1.0.9", + "@gluestack-ui/tooltip": "0.1.42", "@legendapp/motion": "latest" }, "peerDependencies": { "@gluestack-style/react": ">=1.0.57", - "@gluestack-ui/themed": ">=1.1.68" + "@gluestack-ui/themed": ">=1.1.69" }, "release-it": { "git": { diff --git a/packages/react-native-aria/button/CHANGELOG.md b/packages/react-native-aria/button/CHANGELOG.md index bb41a38ba9..d79aaafd7e 100644 --- a/packages/react-native-aria/button/CHANGELOG.md +++ b/packages/react-native-aria/button/CHANGELOG.md @@ -1,5 +1,12 @@ # @react-native-aria/button +## 0.2.8 + +### Patch Changes + +- Updated dependencies + - @react-native-aria/interactions@0.2.14 + ## 0.2.7 ### Patch Changes diff --git a/packages/react-native-aria/button/package.json b/packages/react-native-aria/button/package.json index a655825483..8b10917bf0 100644 --- a/packages/react-native-aria/button/package.json +++ b/packages/react-native-aria/button/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-aria/button", - "version": "0.2.7", + "version": "0.2.8", "description": "mono repo setup with bob", "main": "lib/commonjs/index", "module": "lib/module/index", @@ -52,7 +52,7 @@ }, "dependencies": { "@react-aria/utils": "^3.6.0", - "@react-native-aria/interactions": "0.2.13", + "@react-native-aria/interactions": "0.2.14", "@react-stately/toggle": "^3.2.1", "@react-types/checkbox": "^3.2.1" }, diff --git a/packages/react-native-aria/listbox/CHANGELOG.md b/packages/react-native-aria/listbox/CHANGELOG.md index c2bebb5d64..0f6e4a5e33 100644 --- a/packages/react-native-aria/listbox/CHANGELOG.md +++ b/packages/react-native-aria/listbox/CHANGELOG.md @@ -1,5 +1,12 @@ # @react-native-aria/listbox +## 0.2.7 + +### Patch Changes + +- Updated dependencies + - @react-native-aria/interactions@0.2.14 + ## 0.2.6 ### Patch Changes diff --git a/packages/react-native-aria/listbox/package.json b/packages/react-native-aria/listbox/package.json index b95a893779..ebc30564ff 100644 --- a/packages/react-native-aria/listbox/package.json +++ b/packages/react-native-aria/listbox/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-aria/listbox", - "version": "0.2.6", + "version": "0.2.7", "description": "mono repo setup with bob", "main": "lib/commonjs/index", "module": "lib/module/index", @@ -61,7 +61,7 @@ "@react-aria/listbox": "^3.2.4", "@react-aria/selection": "^3.3.2", "@react-aria/utils": "^3.6.0", - "@react-native-aria/interactions": "0.2.13", + "@react-native-aria/interactions": "0.2.14", "@react-native-aria/utils": "0.2.11", "@react-types/listbox": "^3.1.1", "@react-types/shared": "^3.4.0" diff --git a/packages/react-native-aria/menu/CHANGELOG.md b/packages/react-native-aria/menu/CHANGELOG.md index 5c67c1785c..b42f7e8e93 100644 --- a/packages/react-native-aria/menu/CHANGELOG.md +++ b/packages/react-native-aria/menu/CHANGELOG.md @@ -1,5 +1,12 @@ # @react-native-aria/menu +## 0.2.13 + +### Patch Changes + +- Updated dependencies + - @react-native-aria/interactions@0.2.14 + ## 0.2.12 ### Patch Changes diff --git a/packages/react-native-aria/menu/package.json b/packages/react-native-aria/menu/package.json index ea5d11c832..82316a47ae 100644 --- a/packages/react-native-aria/menu/package.json +++ b/packages/react-native-aria/menu/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-aria/menu", - "version": "0.2.12", + "version": "0.2.13", "description": "mono repo setup with bob", "main": "lib/commonjs/index", "module": "lib/module/index", @@ -55,7 +55,7 @@ "@react-aria/menu": "^3.1.3", "@react-aria/selection": "^3.3.1", "@react-aria/utils": "^3.6.0", - "@react-native-aria/interactions": "0.2.13", + "@react-native-aria/interactions": "0.2.14", "@react-native-aria/overlays": "^0.3.12", "@react-native-aria/utils": "0.2.11", "@react-stately/collections": "^3.3.0", diff --git a/packages/react-native-aria/radio/CHANGELOG.md b/packages/react-native-aria/radio/CHANGELOG.md index df90e9e623..36d1e7b86b 100644 --- a/packages/react-native-aria/radio/CHANGELOG.md +++ b/packages/react-native-aria/radio/CHANGELOG.md @@ -4,6 +4,13 @@ ### Patch Changes +- Updated dependencies + - @react-native-aria/interactions@0.2.14 + +## 0.2.11 + +### Patch Changes + - fix: typing issue for radio input checkbox ## 0.2.10 diff --git a/packages/react-native-aria/radio/package.json b/packages/react-native-aria/radio/package.json index aaf82d5382..0049e07fca 100644 --- a/packages/react-native-aria/radio/package.json +++ b/packages/react-native-aria/radio/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-aria/radio", - "version": "0.2.10", + "version": "0.2.11", "description": "mono repo setup with bob", "main": "lib/commonjs/index", "module": "lib/module/index", @@ -24,7 +24,7 @@ "dependencies": { "@react-aria/radio": "^3.1.2", "@react-aria/utils": "^3.6.0", - "@react-native-aria/interactions": "0.2.13", + "@react-native-aria/interactions": "0.2.14", "@react-native-aria/utils": "0.2.11", "@react-stately/radio": "^3.2.1", "@react-types/radio": "^3.1.1" diff --git a/packages/react-native-aria/tabs/CHANGELOG.md b/packages/react-native-aria/tabs/CHANGELOG.md index 6a8e3757f3..60fd0faee1 100644 --- a/packages/react-native-aria/tabs/CHANGELOG.md +++ b/packages/react-native-aria/tabs/CHANGELOG.md @@ -1,5 +1,12 @@ # @react-native-aria/tabs +## 0.2.11 + +### Patch Changes + +- Updated dependencies + - @react-native-aria/interactions@0.2.14 + ## 0.2.10 ### Patch Changes diff --git a/packages/react-native-aria/tabs/package.json b/packages/react-native-aria/tabs/package.json index 195bc7be6c..b4dcaeba7b 100644 --- a/packages/react-native-aria/tabs/package.json +++ b/packages/react-native-aria/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-aria/tabs", - "version": "0.2.10", + "version": "0.2.11", "description": "This library is a part of react-native-aria.", "main": "lib/commonjs/index", "module": "lib/module/index", @@ -58,7 +58,7 @@ "dependencies": { "@react-aria/selection": "^3.3.1", "@react-aria/tabs": "3.0.0-alpha.2", - "@react-native-aria/interactions": "0.2.13", + "@react-native-aria/interactions": "0.2.14", "@react-native-aria/utils": "0.2.11", "@react-stately/tabs": "3.0.0-alpha.1", "@react-types/tabs": "3.0.0-alpha.2" diff --git a/packages/react-native-aria/toggle/CHANGELOG.md b/packages/react-native-aria/toggle/CHANGELOG.md index a819feeaf9..ab4c28ef55 100644 --- a/packages/react-native-aria/toggle/CHANGELOG.md +++ b/packages/react-native-aria/toggle/CHANGELOG.md @@ -1,5 +1,12 @@ # @react-native-aria/toggle +## 0.2.9 + +### Patch Changes + +- Updated dependencies + - @react-native-aria/interactions@0.2.14 + ## 0.2.8 ### Patch Changes diff --git a/packages/react-native-aria/toggle/package.json b/packages/react-native-aria/toggle/package.json index ee472ba93d..469a4703af 100644 --- a/packages/react-native-aria/toggle/package.json +++ b/packages/react-native-aria/toggle/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-aria/toggle", - "version": "0.2.8", + "version": "0.2.9", "description": "mono repo setup with bob", "main": "lib/commonjs/index", "module": "lib/module/index", @@ -24,7 +24,7 @@ "dependencies": { "@react-aria/focus": "^3.2.3", "@react-aria/utils": "^3.6.0", - "@react-native-aria/interactions": "0.2.13", + "@react-native-aria/interactions": "0.2.14", "@react-native-aria/utils": "0.2.11", "@react-stately/toggle": "^3.2.1", "@react-types/checkbox": "^3.2.1" diff --git a/packages/react-native-aria/tooltip/CHANGELOG.md b/packages/react-native-aria/tooltip/CHANGELOG.md index 28503fa81f..f400c28dea 100644 --- a/packages/react-native-aria/tooltip/CHANGELOG.md +++ b/packages/react-native-aria/tooltip/CHANGELOG.md @@ -1,5 +1,12 @@ # @react-native-aria/tooltip +## 0.2.7 + +### Patch Changes + +- Updated dependencies + - @react-native-aria/interactions@0.2.14 + ## 0.2.6 ### Patch Changes diff --git a/packages/react-native-aria/tooltip/package.json b/packages/react-native-aria/tooltip/package.json index 739fc4573f..938dee5177 100644 --- a/packages/react-native-aria/tooltip/package.json +++ b/packages/react-native-aria/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-aria/tooltip", - "version": "0.2.6", + "version": "0.2.7", "description": "mono repo setup with bob", "main": "lib/commonjs/index", "module": "lib/module/index", @@ -53,7 +53,7 @@ "dependencies": { "@react-aria/tooltip": "3.1.0", "@react-aria/utils": "^3.6.0", - "@react-native-aria/interactions": "0.2.13", + "@react-native-aria/interactions": "0.2.14", "@react-native-aria/utils": "0.2.11", "@react-stately/tooltip": "3.0.1" }, diff --git a/packages/themed/CHANGELOG.md b/packages/themed/CHANGELOG.md index 90d65738c9..02a356d645 100644 --- a/packages/themed/CHANGELOG.md +++ b/packages/themed/CHANGELOG.md @@ -1,5 +1,32 @@ # @gluestack-ui/themed +## 1.1.69 + +### Patch Changes + +- @gluestack-ui/accordion@1.0.12 +- @gluestack-ui/actionsheet@0.2.50 +- @gluestack-ui/alert-dialog@0.1.36 +- @gluestack-ui/button@1.0.12 +- @gluestack-ui/checkbox@0.1.37 +- @gluestack-ui/fab@0.1.26 +- @gluestack-ui/image@0.1.15 +- @gluestack-ui/input@0.1.36 +- @gluestack-ui/link@0.1.27 +- @gluestack-ui/menu@0.2.41 +- @gluestack-ui/modal@0.1.39 +- @gluestack-ui/overlay@0.1.20 +- @gluestack-ui/popover@0.1.47 +- @gluestack-ui/pressable@0.1.21 +- @gluestack-ui/provider@0.1.17 +- @gluestack-ui/radio@0.1.38 +- @gluestack-ui/slider@0.1.30 +- @gluestack-ui/switch@0.1.27 +- @gluestack-ui/tabs@0.1.22 +- @gluestack-ui/tooltip@0.1.42 +- @gluestack-ui/select@0.1.31 +- @gluestack-ui/toast@1.0.9 + ## 1.1.68 ### Patch Changes diff --git a/packages/themed/package.json b/packages/themed/package.json index 7e4c41f93a..0f3f31073f 100644 --- a/packages/themed/package.json +++ b/packages/themed/package.json @@ -1,6 +1,6 @@ { "name": "@gluestack-ui/themed", - "version": "1.1.68", + "version": "1.1.69", "main": "build/index.js", "types": "build/index.d.ts", "module": "build/index", @@ -37,36 +37,36 @@ "@expo/html-elements": "latest", "@gluestack-style/animation-resolver": "1.0.4", "@gluestack-style/legend-motion-animation-driver": "1.0.3", - "@gluestack-ui/accordion": "1.0.11", - "@gluestack-ui/actionsheet": "0.2.49", + "@gluestack-ui/accordion": "1.0.12", + "@gluestack-ui/actionsheet": "0.2.50", "@gluestack-ui/alert": "0.1.16", - "@gluestack-ui/alert-dialog": "0.1.35", + "@gluestack-ui/alert-dialog": "0.1.36", "@gluestack-ui/avatar": "0.1.18", - "@gluestack-ui/button": "1.0.11", - "@gluestack-ui/checkbox": "0.1.36", + "@gluestack-ui/button": "1.0.12", + "@gluestack-ui/checkbox": "0.1.37", "@gluestack-ui/divider": "0.1.10", - "@gluestack-ui/fab": "0.1.25", + "@gluestack-ui/fab": "0.1.26", "@gluestack-ui/form-control": "0.1.19", "@gluestack-ui/icon": "0.1.25", - "@gluestack-ui/image": "0.1.14", - "@gluestack-ui/input": "0.1.35", - "@gluestack-ui/link": "0.1.26", - "@gluestack-ui/menu": "0.2.40", - "@gluestack-ui/modal": "0.1.38", - "@gluestack-ui/overlay": "0.1.19", - "@gluestack-ui/popover": "0.1.46", - "@gluestack-ui/pressable": "0.1.20", + "@gluestack-ui/image": "0.1.15", + "@gluestack-ui/input": "0.1.36", + "@gluestack-ui/link": "0.1.27", + "@gluestack-ui/menu": "0.2.41", + "@gluestack-ui/modal": "0.1.39", + "@gluestack-ui/overlay": "0.1.20", + "@gluestack-ui/popover": "0.1.47", + "@gluestack-ui/pressable": "0.1.21", "@gluestack-ui/progress": "0.1.18", - "@gluestack-ui/provider": "0.1.16", - "@gluestack-ui/radio": "0.1.37", - "@gluestack-ui/select": "0.1.30", - "@gluestack-ui/slider": "0.1.29", + "@gluestack-ui/provider": "0.1.17", + "@gluestack-ui/radio": "0.1.38", + "@gluestack-ui/select": "0.1.31", + "@gluestack-ui/slider": "0.1.30", "@gluestack-ui/spinner": "0.1.15", - "@gluestack-ui/switch": "0.1.26", - "@gluestack-ui/tabs": "0.1.21", + "@gluestack-ui/switch": "0.1.27", + "@gluestack-ui/tabs": "0.1.22", "@gluestack-ui/textarea": "0.1.24", - "@gluestack-ui/toast": "1.0.8", - "@gluestack-ui/tooltip": "0.1.41", + "@gluestack-ui/toast": "1.0.9", + "@gluestack-ui/tooltip": "0.1.42", "@legendapp/motion": "latest" }, "devDependencies": { diff --git a/packages/unstyled/accordion/CHANGELOG.md b/packages/unstyled/accordion/CHANGELOG.md index 37b84abbcd..56904f2682 100644 --- a/packages/unstyled/accordion/CHANGELOG.md +++ b/packages/unstyled/accordion/CHANGELOG.md @@ -1,5 +1,12 @@ # @gluestack-ui/accordion +## 1.0.12 + +### Patch Changes + +- Updated dependencies + - @react-native-aria/interactions@0.2.14 + ## 1.0.11 ### Patch Changes diff --git a/packages/unstyled/accordion/package.json b/packages/unstyled/accordion/package.json index b6934f8250..f5f8ca432b 100644 --- a/packages/unstyled/accordion/package.json +++ b/packages/unstyled/accordion/package.json @@ -15,7 +15,7 @@ "ios", "nextjs" ], - "version": "1.0.11", + "version": "1.0.12", "main": "lib/index", "module": "lib/index", "types": "lib/index.d.ts", @@ -47,7 +47,7 @@ "@gluestack-ui/utils": "^0.1.14", "@react-native-aria/accordion": "^0.0.2", "@react-native-aria/focus": "^0.2.9", - "@react-native-aria/interactions": "0.2.13" + "@react-native-aria/interactions": "0.2.14" }, "homepage": "https://github.com/gluestack/gluestack-ui/tree/main/packages/unstyled/accordion#readme", "repository": { diff --git a/packages/unstyled/actionsheet/CHANGELOG.md b/packages/unstyled/actionsheet/CHANGELOG.md index 217fef83b5..d9def234bf 100644 --- a/packages/unstyled/actionsheet/CHANGELOG.md +++ b/packages/unstyled/actionsheet/CHANGELOG.md @@ -1,5 +1,14 @@ # @gluestack-ui/actionsheet +## 0.2.50 + +### Patch Changes + +- Updated dependencies + - @react-native-aria/interactions@0.2.14 + - @gluestack-ui/hooks@0.1.13 + - @gluestack-ui/overlay@0.1.20 + ## 0.2.49 ### Patch Changes diff --git a/packages/unstyled/actionsheet/package.json b/packages/unstyled/actionsheet/package.json index 78ba08b00c..7b3d6af2fd 100644 --- a/packages/unstyled/actionsheet/package.json +++ b/packages/unstyled/actionsheet/package.json @@ -15,7 +15,7 @@ "ios", "nextjs" ], - "version": "0.2.49", + "version": "0.2.50", "main": "lib/index", "module": "lib/index", "types": "lib/index.d.ts", @@ -44,13 +44,13 @@ "typescript": "^5.6.3" }, "dependencies": { - "@gluestack-ui/hooks": "0.1.12", - "@gluestack-ui/overlay": "^0.1.19", + "@gluestack-ui/hooks": "0.1.13", + "@gluestack-ui/overlay": "^0.1.20", "@gluestack-ui/transitions": "^0.1.11", "@gluestack-ui/utils": "^0.1.14", "@react-native-aria/dialog": "^0.0.4", "@react-native-aria/focus": "^0.2.9", - "@react-native-aria/interactions": "0.2.13" + "@react-native-aria/interactions": "0.2.14" }, "homepage": "https://github.com/gluestack/gluestack-ui/tree/main/packages/unstyled/actionsheet#readme", "repository": { diff --git a/packages/unstyled/alert-dialog/CHANGELOG.md b/packages/unstyled/alert-dialog/CHANGELOG.md index 0bc0ee28ca..4b58fde44e 100644 --- a/packages/unstyled/alert-dialog/CHANGELOG.md +++ b/packages/unstyled/alert-dialog/CHANGELOG.md @@ -1,5 +1,14 @@ # @gluestack-ui/alert-dialog +## 0.1.36 + +### Patch Changes + +- Updated dependencies + - @react-native-aria/interactions@0.2.14 + - @gluestack-ui/hooks@0.1.13 + - @gluestack-ui/overlay@0.1.20 + ## 0.1.35 ### Patch Changes diff --git a/packages/unstyled/alert-dialog/package.json b/packages/unstyled/alert-dialog/package.json index e924d290d6..7b9c1ed21c 100644 --- a/packages/unstyled/alert-dialog/package.json +++ b/packages/unstyled/alert-dialog/package.json @@ -15,7 +15,7 @@ "ios", "nextjs" ], - "version": "0.1.35", + "version": "0.1.36", "main": "lib/index", "module": "lib/index", "types": "lib/index.d.ts", @@ -44,12 +44,12 @@ "typescript": "^5.6.3" }, "dependencies": { - "@gluestack-ui/hooks": "0.1.12", - "@gluestack-ui/overlay": "^0.1.19", + "@gluestack-ui/hooks": "0.1.13", + "@gluestack-ui/overlay": "^0.1.20", "@gluestack-ui/utils": "^0.1.14", "@react-native-aria/dialog": "^0.0.4", "@react-native-aria/focus": "^0.2.9", - "@react-native-aria/interactions": "0.2.13" + "@react-native-aria/interactions": "0.2.14" }, "peerDependencies": { "react": ">=16", diff --git a/packages/unstyled/button/CHANGELOG.md b/packages/unstyled/button/CHANGELOG.md index 8ecf597b24..a2fe68b9e3 100644 --- a/packages/unstyled/button/CHANGELOG.md +++ b/packages/unstyled/button/CHANGELOG.md @@ -1,5 +1,12 @@ # @gluestack-ui/button +## 1.0.12 + +### Patch Changes + +- Updated dependencies + - @react-native-aria/interactions@0.2.14 + ## 1.0.11 ### Patch Changes diff --git a/packages/unstyled/button/package.json b/packages/unstyled/button/package.json index 123a80407d..ffb2bd576a 100644 --- a/packages/unstyled/button/package.json +++ b/packages/unstyled/button/package.json @@ -1,6 +1,6 @@ { "name": "@gluestack-ui/button", - "version": "1.0.11", + "version": "1.0.12", "main": "lib/index", "module": "lib/index", "types": "lib/index.d.ts", @@ -44,7 +44,7 @@ "dependencies": { "@gluestack-ui/utils": "0.1.14", "@react-native-aria/focus": "^0.2.9", - "@react-native-aria/interactions": "0.2.13" + "@react-native-aria/interactions": "0.2.14" }, "peerDependencies": { "react": ">=16", diff --git a/packages/unstyled/checkbox/CHANGELOG.md b/packages/unstyled/checkbox/CHANGELOG.md index 73668d03e9..2742cdcffa 100644 --- a/packages/unstyled/checkbox/CHANGELOG.md +++ b/packages/unstyled/checkbox/CHANGELOG.md @@ -1,5 +1,12 @@ # @gluestack-ui/checkbox +## 0.1.37 + +### Patch Changes + +- Updated dependencies + - @react-native-aria/interactions@0.2.14 + ## 0.1.36 ### Patch Changes diff --git a/packages/unstyled/checkbox/package.json b/packages/unstyled/checkbox/package.json index ebc32300f4..ac7d5e755f 100644 --- a/packages/unstyled/checkbox/package.json +++ b/packages/unstyled/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@gluestack-ui/checkbox", - "version": "0.1.36", + "version": "0.1.37", "main": "lib/index", "module": "lib/index", "types": "lib/index.d.ts", @@ -48,7 +48,7 @@ "@react-aria/visually-hidden": "^3.8.6", "@react-native-aria/checkbox": "^0.2.9", "@react-native-aria/focus": "^0.2.9", - "@react-native-aria/interactions": "0.2.13", + "@react-native-aria/interactions": "0.2.14", "@react-native-aria/utils": "0.2.11", "@react-stately/checkbox": "^3.4.2" }, diff --git a/packages/unstyled/fab/CHANGELOG.md b/packages/unstyled/fab/CHANGELOG.md index 6909c68376..a70459ac87 100644 --- a/packages/unstyled/fab/CHANGELOG.md +++ b/packages/unstyled/fab/CHANGELOG.md @@ -1,5 +1,12 @@ # @gluestack-ui/fab +## 0.1.26 + +### Patch Changes + +- Updated dependencies + - @react-native-aria/interactions@0.2.14 + ## 0.1.25 ### Patch Changes diff --git a/packages/unstyled/fab/package.json b/packages/unstyled/fab/package.json index 433ed6a0b7..6953bf402f 100644 --- a/packages/unstyled/fab/package.json +++ b/packages/unstyled/fab/package.json @@ -15,7 +15,7 @@ "ios", "nextjs" ], - "version": "0.1.25", + "version": "0.1.26", "main": "lib/index", "module": "lib/index", "types": "lib/index.d.ts", @@ -46,7 +46,7 @@ "dependencies": { "@gluestack-ui/utils": "^0.1.14", "@react-native-aria/focus": "^0.2.9", - "@react-native-aria/interactions": "0.2.13" + "@react-native-aria/interactions": "0.2.14" }, "peerDependencies": { "react": ">=16", diff --git a/packages/unstyled/hooks/CHANGELOG.md b/packages/unstyled/hooks/CHANGELOG.md index 73f55613c0..2e251296d5 100644 --- a/packages/unstyled/hooks/CHANGELOG.md +++ b/packages/unstyled/hooks/CHANGELOG.md @@ -1,5 +1,11 @@ # @gluestack-ui/hooks +## 0.1.13 + +### Patch Changes + +- Fix: removed old backhandler api + ## 0.1.12 ### Patch Changes diff --git a/packages/unstyled/hooks/package.json b/packages/unstyled/hooks/package.json index 2ec8d67fe4..3454223da6 100644 --- a/packages/unstyled/hooks/package.json +++ b/packages/unstyled/hooks/package.json @@ -1,7 +1,7 @@ { "name": "@gluestack-ui/hooks", "description": "Provides hooks used in gluestack-ui", - "version": "0.1.12", + "version": "0.1.13", "main": "lib/index", "module": "lib/index", "types": "lib/index.d.ts", diff --git a/packages/unstyled/image-viewer/CHANGELOG.md b/packages/unstyled/image-viewer/CHANGELOG.md index f1ebf22a5d..86448947aa 100644 --- a/packages/unstyled/image-viewer/CHANGELOG.md +++ b/packages/unstyled/image-viewer/CHANGELOG.md @@ -1,5 +1,12 @@ # @gluestack-ui/image-viewer +## 0.0.15 + +### Patch Changes + +- Updated dependencies + - @react-native-aria/interactions@0.2.14 + ## 0.0.14 ### Patch Changes diff --git a/packages/unstyled/image-viewer/package.json b/packages/unstyled/image-viewer/package.json index ea4c2f73fa..bc056ca5d0 100644 --- a/packages/unstyled/image-viewer/package.json +++ b/packages/unstyled/image-viewer/package.json @@ -1,6 +1,6 @@ { "name": "@gluestack-ui/image-viewer", - "version": "0.0.14", + "version": "0.0.15", "main": "lib/index", "module": "lib/index", "types": "lib/index.d.ts", @@ -47,7 +47,7 @@ "react-native-gesture-handler": "^2.21.2", "react-native-reanimated": "^3.16.6", "@react-native-aria/focus": "^0.2.9", - "@react-native-aria/interactions": "0.2.13", + "@react-native-aria/interactions": "0.2.14", "@gluestack-ui/utils": "^0.1.14" }, "peerDependencies": { diff --git a/packages/unstyled/image/CHANGELOG.md b/packages/unstyled/image/CHANGELOG.md index 3323dec8cc..1cbbb9ad5f 100644 --- a/packages/unstyled/image/CHANGELOG.md +++ b/packages/unstyled/image/CHANGELOG.md @@ -1,5 +1,12 @@ # @gluestack-ui/button +## 0.1.15 + +### Patch Changes + +- Updated dependencies + - @react-native-aria/interactions@0.2.14 + ## 0.1.14 ### Patch Changes diff --git a/packages/unstyled/image/package.json b/packages/unstyled/image/package.json index 4097bfffdc..f205445a71 100644 --- a/packages/unstyled/image/package.json +++ b/packages/unstyled/image/package.json @@ -1,6 +1,6 @@ { "name": "@gluestack-ui/image", - "version": "0.1.14", + "version": "0.1.15", "main": "lib/index", "module": "lib/index", "types": "lib/index.d.ts", @@ -46,7 +46,7 @@ "dependencies": { "@gluestack-ui/utils": "^0.1.14", "@react-native-aria/focus": "^0.2.9", - "@react-native-aria/interactions": "0.2.13" + "@react-native-aria/interactions": "0.2.14" }, "peerDependencies": { "react": ">=16", diff --git a/packages/unstyled/input/CHANGELOG.md b/packages/unstyled/input/CHANGELOG.md index a5004db92d..d0bc325e02 100644 --- a/packages/unstyled/input/CHANGELOG.md +++ b/packages/unstyled/input/CHANGELOG.md @@ -1,5 +1,12 @@ # @gluestack-ui/input +## 0.1.36 + +### Patch Changes + +- Updated dependencies + - @react-native-aria/interactions@0.2.14 + ## 0.1.35 ### Patch Changes diff --git a/packages/unstyled/input/package.json b/packages/unstyled/input/package.json index 2bd3d06113..3e058705ff 100644 --- a/packages/unstyled/input/package.json +++ b/packages/unstyled/input/package.json @@ -1,7 +1,7 @@ { "name": "@gluestack-ui/input", "description": "A universal headless input component for React Native, Next.js & React", - "version": "0.1.35", + "version": "0.1.36", "main": "lib/index", "module": "lib/index", "types": "lib/index.d.ts", @@ -33,7 +33,7 @@ "@gluestack-ui/form-control": "^0.1.19", "@gluestack-ui/utils": "^0.1.14", "@react-native-aria/focus": "^0.2.9", - "@react-native-aria/interactions": "0.2.13" + "@react-native-aria/interactions": "0.2.14" }, "peerDependencies": { "react": ">=16", diff --git a/packages/unstyled/link/CHANGELOG.md b/packages/unstyled/link/CHANGELOG.md index 599bd5e0b9..758787c7a0 100644 --- a/packages/unstyled/link/CHANGELOG.md +++ b/packages/unstyled/link/CHANGELOG.md @@ -1,5 +1,12 @@ # @gluestack-ui/link +## 0.1.27 + +### Patch Changes + +- Updated dependencies + - @react-native-aria/interactions@0.2.14 + ## 0.1.26 ### Patch Changes diff --git a/packages/unstyled/link/package.json b/packages/unstyled/link/package.json index ec10c288fd..c4cef0c835 100644 --- a/packages/unstyled/link/package.json +++ b/packages/unstyled/link/package.json @@ -1,6 +1,6 @@ { "name": "@gluestack-ui/link", - "version": "0.1.26", + "version": "0.1.27", "main": "lib/index", "module": "lib/index", "types": "lib/index.d.ts", @@ -46,7 +46,7 @@ "dependencies": { "@gluestack-ui/utils": "^0.1.14", "@react-native-aria/focus": "^0.2.9", - "@react-native-aria/interactions": "0.2.13" + "@react-native-aria/interactions": "0.2.14" }, "peerDependencies": { "react": ">=16", diff --git a/packages/unstyled/menu/CHANGELOG.md b/packages/unstyled/menu/CHANGELOG.md index a98dcd6647..bedb18015d 100644 --- a/packages/unstyled/menu/CHANGELOG.md +++ b/packages/unstyled/menu/CHANGELOG.md @@ -1,5 +1,15 @@ # @gluestack-ui/menu +## 0.2.41 + +### Patch Changes + +- Updated dependencies + - @react-native-aria/interactions@0.2.14 + - @gluestack-ui/hooks@0.1.13 + - @react-native-aria/menu@0.2.13 + - @gluestack-ui/overlay@0.1.20 + ## 0.2.40 ### Patch Changes diff --git a/packages/unstyled/menu/package.json b/packages/unstyled/menu/package.json index 893a006972..7ea11d1015 100644 --- a/packages/unstyled/menu/package.json +++ b/packages/unstyled/menu/package.json @@ -15,7 +15,7 @@ "ios", "nextjs" ], - "version": "0.2.40", + "version": "0.2.41", "main": "lib/index", "module": "lib/index", "types": "lib/index.d.ts", @@ -44,14 +44,14 @@ "typescript": "^5.6.3" }, "dependencies": { - "@gluestack-ui/hooks": "0.1.12", - "@gluestack-ui/overlay": "^0.1.19", + "@gluestack-ui/hooks": "0.1.13", + "@gluestack-ui/overlay": "^0.1.20", "@gluestack-ui/utils": "^0.1.14", "@react-aria/menu": "^3.14.1", "@react-aria/overlays": "^3.19.0", "@react-native-aria/focus": "^0.2.9", - "@react-native-aria/interactions": "0.2.13", - "@react-native-aria/menu": "0.2.12", + "@react-native-aria/interactions": "0.2.14", + "@react-native-aria/menu": "0.2.13", "@react-native-aria/overlays": "^0.3.12", "@react-stately/utils": "^3.6.0", "react-stately": "^3.21.0" diff --git a/packages/unstyled/modal/CHANGELOG.md b/packages/unstyled/modal/CHANGELOG.md index 0c13a25664..331ea4c91d 100644 --- a/packages/unstyled/modal/CHANGELOG.md +++ b/packages/unstyled/modal/CHANGELOG.md @@ -1,5 +1,14 @@ # @gluestack-ui/modal +## 0.1.39 + +### Patch Changes + +- Updated dependencies + - @react-native-aria/interactions@0.2.14 + - @gluestack-ui/hooks@0.1.13 + - @gluestack-ui/overlay@0.1.20 + ## 0.1.38 ### Patch Changes diff --git a/packages/unstyled/modal/package.json b/packages/unstyled/modal/package.json index ae579d383f..5e6b8d1726 100644 --- a/packages/unstyled/modal/package.json +++ b/packages/unstyled/modal/package.json @@ -15,7 +15,7 @@ "ios", "nextjs" ], - "version": "0.1.38", + "version": "0.1.39", "main": "lib/index", "module": "lib/index", "types": "lib/index.d.ts", @@ -44,12 +44,12 @@ "typescript": "^5.6.3" }, "dependencies": { - "@gluestack-ui/hooks": "0.1.12", - "@gluestack-ui/overlay": "^0.1.19", + "@gluestack-ui/hooks": "0.1.13", + "@gluestack-ui/overlay": "^0.1.20", "@gluestack-ui/utils": "^0.1.14", "@react-native-aria/dialog": "^0.0.4", "@react-native-aria/focus": "^0.2.9", - "@react-native-aria/interactions": "0.2.13", + "@react-native-aria/interactions": "0.2.14", "@react-native-aria/overlays": "^0.3.12" }, "peerDependencies": { diff --git a/packages/unstyled/overlay/CHANGELOG.md b/packages/unstyled/overlay/CHANGELOG.md index 013c36fff2..c705fffcc2 100644 --- a/packages/unstyled/overlay/CHANGELOG.md +++ b/packages/unstyled/overlay/CHANGELOG.md @@ -1,5 +1,12 @@ # @gluestack-ui/overlay +## 0.1.20 + +### Patch Changes + +- Updated dependencies + - @react-native-aria/interactions@0.2.14 + ## 0.1.19 ### Patch Changes diff --git a/packages/unstyled/overlay/package.json b/packages/unstyled/overlay/package.json index f799336966..57c499fb74 100644 --- a/packages/unstyled/overlay/package.json +++ b/packages/unstyled/overlay/package.json @@ -1,7 +1,7 @@ { "name": "@gluestack-ui/overlay", "description": "A universal headless overlay component for React Native, Next.js & React", - "version": "0.1.19", + "version": "0.1.20", "main": "lib/index", "module": "lib/index", "types": "lib/index.d.ts", @@ -31,7 +31,7 @@ }, "dependencies": { "@react-native-aria/focus": "^0.2.9", - "@react-native-aria/interactions": "0.2.13", + "@react-native-aria/interactions": "0.2.14", "@react-native-aria/overlays": "^0.3.12" }, "peerDependencies": { diff --git a/packages/unstyled/pin-input/CHANGELOG.md b/packages/unstyled/pin-input/CHANGELOG.md index b2b7e8c59a..499c3c9928 100644 --- a/packages/unstyled/pin-input/CHANGELOG.md +++ b/packages/unstyled/pin-input/CHANGELOG.md @@ -1,5 +1,12 @@ # @gluestack-ui/pin-input +## 0.0.12 + +### Patch Changes + +- Updated dependencies + - @react-native-aria/interactions@0.2.14 + ## 0.0.11 ### Patch Changes diff --git a/packages/unstyled/pin-input/package.json b/packages/unstyled/pin-input/package.json index 35632e2076..3f3044b1f8 100644 --- a/packages/unstyled/pin-input/package.json +++ b/packages/unstyled/pin-input/package.json @@ -1,7 +1,7 @@ { "name": "@gluestack-ui/pin-input", "description": "A universal headless pin-input component for React Native, Next.js & React", - "version": "0.0.11", + "version": "0.0.12", "main": "lib/index", "module": "lib/index", "types": "lib/index.d.ts", @@ -33,7 +33,7 @@ "@gluestack-ui/form-control": "^0.1.19", "@gluestack-ui/utils": "^0.1.14", "@react-native-aria/focus": "^0.2.9", - "@react-native-aria/interactions": "0.2.13" + "@react-native-aria/interactions": "0.2.14" }, "peerDependencies": { "react": ">=16", diff --git a/packages/unstyled/popover/CHANGELOG.md b/packages/unstyled/popover/CHANGELOG.md index 9a8608aad9..f0ac2a0e69 100644 --- a/packages/unstyled/popover/CHANGELOG.md +++ b/packages/unstyled/popover/CHANGELOG.md @@ -1,5 +1,14 @@ # @gluestack-ui/popover +## 0.1.47 + +### Patch Changes + +- Updated dependencies + - @react-native-aria/interactions@0.2.14 + - @gluestack-ui/hooks@0.1.13 + - @gluestack-ui/overlay@0.1.20 + ## 0.1.46 ### Patch Changes diff --git a/packages/unstyled/popover/package.json b/packages/unstyled/popover/package.json index aa2828400e..d076decb77 100644 --- a/packages/unstyled/popover/package.json +++ b/packages/unstyled/popover/package.json @@ -1,6 +1,6 @@ { "name": "@gluestack-ui/popover", - "version": "0.1.46", + "version": "0.1.47", "main": "lib/index", "module": "lib/index", "types": "lib/index.d.ts", @@ -44,12 +44,12 @@ "typescript": "^5.6.3" }, "dependencies": { - "@gluestack-ui/hooks": "0.1.12", - "@gluestack-ui/overlay": "0.1.19", + "@gluestack-ui/hooks": "0.1.13", + "@gluestack-ui/overlay": "0.1.20", "@gluestack-ui/utils": "^0.1.14", "@react-native-aria/dialog": "^0.0.4", "@react-native-aria/focus": "^0.2.9", - "@react-native-aria/interactions": "0.2.13", + "@react-native-aria/interactions": "0.2.14", "@react-native-aria/overlays": "0.3.14" }, "peerDependencies": { diff --git a/packages/unstyled/pressable/CHANGELOG.md b/packages/unstyled/pressable/CHANGELOG.md index b22a289d54..060755bcb2 100644 --- a/packages/unstyled/pressable/CHANGELOG.md +++ b/packages/unstyled/pressable/CHANGELOG.md @@ -1,5 +1,12 @@ # @gluestack-ui/pressable +## 0.1.21 + +### Patch Changes + +- Updated dependencies + - @react-native-aria/interactions@0.2.14 + ## 0.1.20 ### Patch Changes diff --git a/packages/unstyled/pressable/package.json b/packages/unstyled/pressable/package.json index 9142453655..9b1729ff79 100644 --- a/packages/unstyled/pressable/package.json +++ b/packages/unstyled/pressable/package.json @@ -1,6 +1,6 @@ { "name": "@gluestack-ui/pressable", - "version": "0.1.20", + "version": "0.1.21", "main": "lib/index", "module": "lib/index", "types": "lib/index.d.ts", @@ -46,7 +46,7 @@ "dependencies": { "@gluestack-ui/utils": "^0.1.14", "@react-native-aria/focus": "^0.2.9", - "@react-native-aria/interactions": "0.2.13" + "@react-native-aria/interactions": "0.2.14" }, "peerDependencies": { "react": ">=16", diff --git a/packages/unstyled/provider/CHANGELOG.md b/packages/unstyled/provider/CHANGELOG.md index 8030082931..f36035ac77 100644 --- a/packages/unstyled/provider/CHANGELOG.md +++ b/packages/unstyled/provider/CHANGELOG.md @@ -1,5 +1,12 @@ # @gluestack-ui/provider +## 0.1.17 + +### Patch Changes + +- Updated dependencies + - @react-native-aria/interactions@0.2.14 + ## 0.1.16 ### Patch Changes diff --git a/packages/unstyled/provider/package.json b/packages/unstyled/provider/package.json index 02baccd95e..0dbef99d67 100644 --- a/packages/unstyled/provider/package.json +++ b/packages/unstyled/provider/package.json @@ -15,7 +15,7 @@ "ios", "nextjs" ], - "version": "0.1.16", + "version": "0.1.17", "main": "lib/index", "module": "lib/index", "types": "lib/index.d.ts", @@ -43,7 +43,7 @@ "tsconfig": "*" }, "dependencies": { - "@react-native-aria/interactions": "0.2.13", + "@react-native-aria/interactions": "0.2.14", "tsconfig": "7", "typescript": "^5.6.3" }, diff --git a/packages/unstyled/radio/CHANGELOG.md b/packages/unstyled/radio/CHANGELOG.md index 5cc0e6667d..ff41aa5729 100644 --- a/packages/unstyled/radio/CHANGELOG.md +++ b/packages/unstyled/radio/CHANGELOG.md @@ -1,5 +1,13 @@ # @gluestack-ui/radio +## 0.1.38 + +### Patch Changes + +- Updated dependencies + - @react-native-aria/interactions@0.2.14 + - @react-native-aria/radio@0.2.11 + ## 0.1.37 ### Patch Changes diff --git a/packages/unstyled/radio/package.json b/packages/unstyled/radio/package.json index 73eb232482..58d4ad2e92 100644 --- a/packages/unstyled/radio/package.json +++ b/packages/unstyled/radio/package.json @@ -1,6 +1,6 @@ { "name": "@gluestack-ui/radio", - "version": "0.1.37", + "version": "0.1.38", "main": "lib/index", "module": "lib/index", "types": "lib/index.d.ts", @@ -48,8 +48,8 @@ "@gluestack-ui/utils": "^0.1.14", "@react-aria/visually-hidden": "^3.7.0", "@react-native-aria/focus": "^0.2.9", - "@react-native-aria/interactions": "0.2.13", - "@react-native-aria/radio": "^0.2.10", + "@react-native-aria/interactions": "0.2.14", + "@react-native-aria/radio": "^0.2.11", "@react-stately/radio": "^3.8.1" }, "peerDependencies": { diff --git a/packages/unstyled/react-native-aria/CHANGELOG.md b/packages/unstyled/react-native-aria/CHANGELOG.md index 7c18edcd15..55930ea7c8 100644 --- a/packages/unstyled/react-native-aria/CHANGELOG.md +++ b/packages/unstyled/react-native-aria/CHANGELOG.md @@ -1,5 +1,11 @@ # @gluestack-ui/react-native-aria +## 0.1.7 + +### Patch Changes + +- Fix: removed old backhandler api + ## 0.1.6 ### Patch Changes diff --git a/packages/unstyled/react-native-aria/package.json b/packages/unstyled/react-native-aria/package.json index 269b631273..63454bbea8 100644 --- a/packages/unstyled/react-native-aria/package.json +++ b/packages/unstyled/react-native-aria/package.json @@ -1,6 +1,6 @@ { "name": "@gluestack-ui/react-native-aria", - "version": "0.1.6", + "version": "0.1.7", "main": "lib/index", "module": "lib/index", "types": "lib/index.d.ts", diff --git a/packages/unstyled/select/CHANGELOG.md b/packages/unstyled/select/CHANGELOG.md index 02dd96ddf9..374c8d925b 100644 --- a/packages/unstyled/select/CHANGELOG.md +++ b/packages/unstyled/select/CHANGELOG.md @@ -1,5 +1,12 @@ # @gluestack-ui/select +## 0.1.31 + +### Patch Changes + +- Updated dependencies + - @gluestack-ui/hooks@0.1.13 + ## 0.1.30 ### Patch Changes diff --git a/packages/unstyled/select/package.json b/packages/unstyled/select/package.json index 406cac8ff1..3176a33b01 100644 --- a/packages/unstyled/select/package.json +++ b/packages/unstyled/select/package.json @@ -15,7 +15,7 @@ "ios", "nextjs" ], - "version": "0.1.30", + "version": "0.1.31", "main": "lib/index", "module": "lib/index", "types": "lib/index.d.ts", @@ -45,7 +45,7 @@ }, "dependencies": { "@gluestack-ui/form-control": "^0.1.19", - "@gluestack-ui/hooks": "0.1.12", + "@gluestack-ui/hooks": "0.1.13", "@gluestack-ui/utils": "^0.1.14", "@react-native-aria/focus": "^0.2.9" }, diff --git a/packages/unstyled/slider/CHANGELOG.md b/packages/unstyled/slider/CHANGELOG.md index 122b81650e..dc452141f2 100644 --- a/packages/unstyled/slider/CHANGELOG.md +++ b/packages/unstyled/slider/CHANGELOG.md @@ -1,5 +1,13 @@ # @gluestack-ui/slider +## 0.1.30 + +### Patch Changes + +- Updated dependencies + - @react-native-aria/interactions@0.2.14 + - @gluestack-ui/hooks@0.1.13 + ## 0.1.29 ### Patch Changes diff --git a/packages/unstyled/slider/package.json b/packages/unstyled/slider/package.json index f4c589791f..6157f9228c 100644 --- a/packages/unstyled/slider/package.json +++ b/packages/unstyled/slider/package.json @@ -1,7 +1,7 @@ { "name": "@gluestack-ui/slider", "description": "A universal headless slider component for React Native, Next.js & React", - "version": "0.1.29", + "version": "0.1.30", "main": "lib/index", "module": "lib/index", "types": "lib/index.d.ts", @@ -31,10 +31,10 @@ }, "dependencies": { "@gluestack-ui/form-control": "^0.1.19", - "@gluestack-ui/hooks": "0.1.12", + "@gluestack-ui/hooks": "0.1.13", "@gluestack-ui/utils": "^0.1.14", "@react-aria/visually-hidden": "^3.8.1", - "@react-native-aria/interactions": "0.2.13", + "@react-native-aria/interactions": "0.2.14", "@react-native-aria/slider": "^0.2.11", "@react-stately/slider": "^3.2.4" }, diff --git a/packages/unstyled/switch/CHANGELOG.md b/packages/unstyled/switch/CHANGELOG.md index 0c8bd17a6c..20ed315bc7 100644 --- a/packages/unstyled/switch/CHANGELOG.md +++ b/packages/unstyled/switch/CHANGELOG.md @@ -1,5 +1,12 @@ # @gluestack-ui/switch +## 0.1.27 + +### Patch Changes + +- Updated dependencies + - @react-native-aria/interactions@0.2.14 + ## 0.1.26 ### Patch Changes diff --git a/packages/unstyled/switch/package.json b/packages/unstyled/switch/package.json index 73c5941896..e04749e396 100644 --- a/packages/unstyled/switch/package.json +++ b/packages/unstyled/switch/package.json @@ -1,6 +1,6 @@ { "name": "@gluestack-ui/switch", - "version": "0.1.26", + "version": "0.1.27", "main": "lib/index", "module": "lib/index", "types": "lib/index.d.ts", @@ -47,7 +47,7 @@ "@gluestack-ui/form-control": "^0.1.19", "@gluestack-ui/utils": "^0.1.14", "@react-native-aria/focus": "^0.2.9", - "@react-native-aria/interactions": "0.2.13", + "@react-native-aria/interactions": "0.2.14", "@react-stately/toggle": "^3.4.4" }, "peerDependencies": { diff --git a/packages/unstyled/tabs/CHANGELOG.md b/packages/unstyled/tabs/CHANGELOG.md index e78185ca50..7143fbea67 100644 --- a/packages/unstyled/tabs/CHANGELOG.md +++ b/packages/unstyled/tabs/CHANGELOG.md @@ -1,5 +1,12 @@ # @gluestack-ui/tabs +## 0.1.22 + +### Patch Changes + +- Updated dependencies + - @react-native-aria/interactions@0.2.14 + ## 0.1.21 ### Patch Changes diff --git a/packages/unstyled/tabs/package.json b/packages/unstyled/tabs/package.json index c6d8ec5feb..8656bcbf07 100644 --- a/packages/unstyled/tabs/package.json +++ b/packages/unstyled/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@gluestack-ui/tabs", - "version": "0.1.21", + "version": "0.1.22", "main": "lib/index", "module": "lib/index", "types": "lib/index.d.ts", @@ -31,7 +31,7 @@ "dependencies": { "@gluestack-ui/utils": "^0.1.14", "@react-native-aria/focus": "^0.2.9", - "@react-native-aria/interactions": "0.2.13" + "@react-native-aria/interactions": "0.2.14" }, "peerDependencies": { "react": ">=16", diff --git a/packages/unstyled/toast/CHANGELOG.md b/packages/unstyled/toast/CHANGELOG.md index ec814141f6..763df6f6d6 100644 --- a/packages/unstyled/toast/CHANGELOG.md +++ b/packages/unstyled/toast/CHANGELOG.md @@ -1,5 +1,13 @@ # @gluestack-ui/toast +## 1.0.9 + +### Patch Changes + +- Updated dependencies + - @gluestack-ui/hooks@0.1.13 + - @gluestack-ui/overlay@0.1.20 + ## 1.0.8 ### Patch Changes diff --git a/packages/unstyled/toast/package.json b/packages/unstyled/toast/package.json index 94e0bbcf86..6317a16ee0 100644 --- a/packages/unstyled/toast/package.json +++ b/packages/unstyled/toast/package.json @@ -15,7 +15,7 @@ "ios", "nextjs" ], - "version": "1.0.8", + "version": "1.0.9", "main": "lib/index", "module": "lib/index", "types": "lib/index.d.ts", @@ -44,8 +44,8 @@ "typescript": "^5.6.3" }, "dependencies": { - "@gluestack-ui/hooks": "0.1.12", - "@gluestack-ui/overlay": "^0.1.16", + "@gluestack-ui/hooks": "0.1.13", + "@gluestack-ui/overlay": "^0.1.20", "@gluestack-ui/transitions": "^0.1.11", "@gluestack-ui/utils": "^0.1.14", "@react-native-aria/focus": "^0.2.9" diff --git a/packages/unstyled/tooltip/CHANGELOG.md b/packages/unstyled/tooltip/CHANGELOG.md index 98ebce4fcf..c0dc1acc4d 100644 --- a/packages/unstyled/tooltip/CHANGELOG.md +++ b/packages/unstyled/tooltip/CHANGELOG.md @@ -1,5 +1,14 @@ # @gluestack-ui/tooltip +## 0.1.42 + +### Patch Changes + +- Updated dependencies + - @react-native-aria/interactions@0.2.14 + - @gluestack-ui/hooks@0.1.13 + - @gluestack-ui/overlay@0.1.20 + ## 0.1.41 ### Patch Changes diff --git a/packages/unstyled/tooltip/package.json b/packages/unstyled/tooltip/package.json index d6a2ef382a..95057d3600 100644 --- a/packages/unstyled/tooltip/package.json +++ b/packages/unstyled/tooltip/package.json @@ -1,7 +1,7 @@ { "name": "@gluestack-ui/tooltip", "description": "A universal headless tooltip component for React Native, Next.js & React", - "version": "0.1.41", + "version": "0.1.42", "main": "lib/index", "module": "lib/index", "types": "lib/index.d.ts", @@ -30,11 +30,11 @@ "typescript": "^5.6.3" }, "dependencies": { - "@gluestack-ui/hooks": "0.1.12", - "@gluestack-ui/overlay": "^0.1.19", + "@gluestack-ui/hooks": "0.1.13", + "@gluestack-ui/overlay": "^0.1.20", "@gluestack-ui/utils": "^0.1.14", "@react-native-aria/focus": "^0.2.9", - "@react-native-aria/interactions": "0.2.13", + "@react-native-aria/interactions": "0.2.14", "@react-native-aria/overlays": "^0.3.12" }, "peerDependencies": {