diff --git a/example/storybook-nativewind/package.json b/example/storybook-nativewind/package.json index ce1f7a3088..b41039fbe9 100644 --- a/example/storybook-nativewind/package.json +++ b/example/storybook-nativewind/package.json @@ -29,7 +29,7 @@ "@geometricpanda/storybook-addon-iframe": "^0.2.2", "@gluestack-style/react": "^1.0.52", "@gluestack-ui/config": "^1.1.17", - "@gluestack-ui/themed": "^1.1.17", + "@gluestack-ui/themed": "^1.1.19", "@gluestack/design-system": "^0.5.36", "@legendapp/motion": "^2.2.0", "@react-aria/button": "^3.7.0", diff --git a/packages/config/package.json b/packages/config/package.json index 6c8714605b..d7282ab042 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.52", - "@gluestack-ui/accordion": "1.0.3", - "@gluestack-ui/actionsheet": "0.2.40", - "@gluestack-ui/alert": "0.1.12", - "@gluestack-ui/alert-dialog": "0.1.27", - "@gluestack-ui/avatar": "0.1.15", - "@gluestack-ui/button": "1.0.3", - "@gluestack-ui/checkbox": "0.1.26", + "@gluestack-ui/accordion": "1.0.4", + "@gluestack-ui/actionsheet": "0.2.41", + "@gluestack-ui/alert": "0.1.13", + "@gluestack-ui/alert-dialog": "0.1.28", + "@gluestack-ui/avatar": "0.1.16", + "@gluestack-ui/button": "1.0.4", + "@gluestack-ui/checkbox": "0.1.27", "@gluestack-ui/divider": "0.1.8", "@gluestack-ui/fab": "0.1.20", - "@gluestack-ui/form-control": "0.1.16", + "@gluestack-ui/form-control": "0.1.17", "@gluestack-ui/icon": "0.1.20", "@gluestack-ui/image": "0.1.9", - "@gluestack-ui/input": "0.1.27", - "@gluestack-ui/link": "0.1.19", - "@gluestack-ui/menu": "0.2.32", + "@gluestack-ui/input": "0.1.28", + "@gluestack-ui/link": "0.1.20", + "@gluestack-ui/menu": "0.2.33", "@gluestack-ui/modal": "0.1.31", "@gluestack-ui/overlay": "0.1.14", "@gluestack-ui/popover": "0.1.34", "@gluestack-ui/pressable": "0.1.16", - "@gluestack-ui/progress": "0.1.13", + "@gluestack-ui/progress": "0.1.14", "@gluestack-ui/provider": "0.1.12", - "@gluestack-ui/radio": "0.1.27", + "@gluestack-ui/radio": "0.1.28", "@gluestack-ui/select": "0.1.25", "@gluestack-ui/slider": "0.1.23", "@gluestack-ui/spinner": "0.1.14", "@gluestack-ui/switch": "0.1.21", "@gluestack-ui/tabs": "0.1.16", - "@gluestack-ui/textarea": "0.1.20", - "@gluestack-ui/themed": "1.1.17", + "@gluestack-ui/textarea": "0.1.21", + "@gluestack-ui/themed": "1.1.19", "@gluestack-ui/toast": "1.0.4", - "@gluestack-ui/tooltip": "0.1.29", + "@gluestack-ui/tooltip": "0.1.30", "@legendapp/motion": "latest" }, "peerDependencies": { "@gluestack-style/react": ">=1.0", - "@gluestack-ui/themed": ">=1.1.17" + "@gluestack-ui/themed": ">=1.1.19" }, "release-it": { "git": { diff --git a/packages/themed/CHANGELOG.md b/packages/themed/CHANGELOG.md index 45f6c69c22..76ebfbb318 100644 --- a/packages/themed/CHANGELOG.md +++ b/packages/themed/CHANGELOG.md @@ -1,5 +1,26 @@ # @gluestack-ui/themed +## 1.1.19 + +### Patch Changes + +- Updated dependencies + - @gluestack-ui/alert-dialog@0.1.28 + - @gluestack-ui/form-control@0.1.17 + - @gluestack-ui/actionsheet@0.2.41 + - @gluestack-ui/accordion@1.0.4 + - @gluestack-ui/checkbox@0.1.27 + - @gluestack-ui/progress@0.1.14 + - @gluestack-ui/textarea@0.1.21 + - @gluestack-ui/tooltip@0.1.30 + - @gluestack-ui/avatar@0.1.16 + - @gluestack-ui/button@1.0.4 + - @gluestack-ui/alert@0.1.13 + - @gluestack-ui/input@0.1.28 + - @gluestack-ui/radio@0.1.28 + - @gluestack-ui/link@0.1.20 + - @gluestack-ui/menu@0.2.33 + ## 1.1.17 ### Patch Changes diff --git a/packages/themed/package.json b/packages/themed/package.json index 1d466333ac..6ca3276fd8 100644 --- a/packages/themed/package.json +++ b/packages/themed/package.json @@ -1,6 +1,6 @@ { "name": "@gluestack-ui/themed", - "version": "1.1.18", + "version": "1.1.19", "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.3", - "@gluestack-ui/actionsheet": "0.2.40", - "@gluestack-ui/alert": "0.1.12", - "@gluestack-ui/alert-dialog": "0.1.27", - "@gluestack-ui/avatar": "0.1.15", - "@gluestack-ui/button": "1.0.3", - "@gluestack-ui/checkbox": "0.1.26", + "@gluestack-ui/accordion": "1.0.4", + "@gluestack-ui/actionsheet": "0.2.41", + "@gluestack-ui/alert": "0.1.13", + "@gluestack-ui/alert-dialog": "0.1.28", + "@gluestack-ui/avatar": "0.1.16", + "@gluestack-ui/button": "1.0.4", + "@gluestack-ui/checkbox": "0.1.27", "@gluestack-ui/divider": "0.1.8", "@gluestack-ui/fab": "0.1.20", - "@gluestack-ui/form-control": "0.1.16", + "@gluestack-ui/form-control": "0.1.17", "@gluestack-ui/icon": "0.1.20", "@gluestack-ui/image": "0.1.9", - "@gluestack-ui/input": "0.1.27", - "@gluestack-ui/link": "0.1.19", - "@gluestack-ui/menu": "0.2.32", + "@gluestack-ui/input": "0.1.28", + "@gluestack-ui/link": "0.1.20", + "@gluestack-ui/menu": "0.2.33", "@gluestack-ui/modal": "0.1.31", "@gluestack-ui/overlay": "0.1.14", "@gluestack-ui/popover": "0.1.34", "@gluestack-ui/pressable": "0.1.16", - "@gluestack-ui/progress": "0.1.13", + "@gluestack-ui/progress": "0.1.14", "@gluestack-ui/provider": "0.1.12", - "@gluestack-ui/radio": "0.1.27", + "@gluestack-ui/radio": "0.1.28", "@gluestack-ui/select": "0.1.25", "@gluestack-ui/slider": "0.1.23", "@gluestack-ui/spinner": "0.1.14", "@gluestack-ui/switch": "0.1.21", "@gluestack-ui/tabs": "0.1.16", - "@gluestack-ui/textarea": "0.1.20", + "@gluestack-ui/textarea": "0.1.21", "@gluestack-ui/toast": "1.0.4", - "@gluestack-ui/tooltip": "0.1.29", + "@gluestack-ui/tooltip": "0.1.30", "@legendapp/motion": "latest" }, "devDependencies": { diff --git a/packages/unstyled/accordion/CHANGELOG.md b/packages/unstyled/accordion/CHANGELOG.md index ad8242ec87..351ae119fe 100644 --- a/packages/unstyled/accordion/CHANGELOG.md +++ b/packages/unstyled/accordion/CHANGELOG.md @@ -1,5 +1,11 @@ # @gluestack-ui/accordion +## 1.0.4 + +### Patch Changes + +- fix: ref typing issue + ## 1.0.3 ### Patch Changes diff --git a/packages/unstyled/accordion/package.json b/packages/unstyled/accordion/package.json index cb46b1191d..d6b822b753 100644 --- a/packages/unstyled/accordion/package.json +++ b/packages/unstyled/accordion/package.json @@ -15,7 +15,7 @@ "ios", "nextjs" ], - "version": "1.0.3", + "version": "1.0.4", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/index.d.ts", diff --git a/packages/unstyled/actionsheet/CHANGELOG.md b/packages/unstyled/actionsheet/CHANGELOG.md index 56be37c4f4..a52f21e665 100644 --- a/packages/unstyled/actionsheet/CHANGELOG.md +++ b/packages/unstyled/actionsheet/CHANGELOG.md @@ -1,5 +1,11 @@ # @gluestack-ui/actionsheet +## 0.2.41 + +### Patch Changes + +- fix: ref typing issue + ## 0.2.40 ### Patch Changes diff --git a/packages/unstyled/actionsheet/package.json b/packages/unstyled/actionsheet/package.json index fa1841ed30..6fcb209a89 100644 --- a/packages/unstyled/actionsheet/package.json +++ b/packages/unstyled/actionsheet/package.json @@ -15,7 +15,7 @@ "ios", "nextjs" ], - "version": "0.2.40", + "version": "0.2.41", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/index.d.ts", diff --git a/packages/unstyled/alert-dialog/CHANGELOG.md b/packages/unstyled/alert-dialog/CHANGELOG.md index b4b79e179e..315e317bf2 100644 --- a/packages/unstyled/alert-dialog/CHANGELOG.md +++ b/packages/unstyled/alert-dialog/CHANGELOG.md @@ -1,5 +1,11 @@ # @gluestack-ui/alert-dialog +## 0.1.28 + +### Patch Changes + +- fix: ref typing issue + ## 0.1.27 ### Patch Changes diff --git a/packages/unstyled/alert-dialog/package.json b/packages/unstyled/alert-dialog/package.json index 9fc9813053..c22c85f855 100644 --- a/packages/unstyled/alert-dialog/package.json +++ b/packages/unstyled/alert-dialog/package.json @@ -15,7 +15,7 @@ "ios", "nextjs" ], - "version": "0.1.27", + "version": "0.1.28", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/index.d.ts", diff --git a/packages/unstyled/alert/CHANGELOG.md b/packages/unstyled/alert/CHANGELOG.md index c1cd42645b..4aec899666 100644 --- a/packages/unstyled/alert/CHANGELOG.md +++ b/packages/unstyled/alert/CHANGELOG.md @@ -1,5 +1,11 @@ # @gluestack-ui/alert +## 0.1.13 + +### Patch Changes + +- fix: ref typing issue + ## 0.1.8 ### Patch Changes diff --git a/packages/unstyled/alert/package.json b/packages/unstyled/alert/package.json index a965bccb6d..3f706e9cb3 100644 --- a/packages/unstyled/alert/package.json +++ b/packages/unstyled/alert/package.json @@ -1,6 +1,6 @@ { "name": "@gluestack-ui/alert", - "version": "0.1.12", + "version": "0.1.13", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/index.d.ts", diff --git a/packages/unstyled/avatar/CHANGELOG.md b/packages/unstyled/avatar/CHANGELOG.md index 9b5791d301..959c762ebb 100644 --- a/packages/unstyled/avatar/CHANGELOG.md +++ b/packages/unstyled/avatar/CHANGELOG.md @@ -1,5 +1,11 @@ # @gluestack-ui/avatar +## 0.1.16 + +### Patch Changes + +- fix: ref typing issue + ## 0.1.10 ### Patch Changes diff --git a/packages/unstyled/avatar/package.json b/packages/unstyled/avatar/package.json index 8cefa0fef3..560d43c546 100644 --- a/packages/unstyled/avatar/package.json +++ b/packages/unstyled/avatar/package.json @@ -1,7 +1,7 @@ { "name": "@gluestack-ui/avatar", "description": "A universal headless avatar component for React Native, Next.js & React", - "version": "0.1.15", + "version": "0.1.16", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/index.d.ts", diff --git a/packages/unstyled/button/CHANGELOG.md b/packages/unstyled/button/CHANGELOG.md index 5a370544ba..69af7a2193 100644 --- a/packages/unstyled/button/CHANGELOG.md +++ b/packages/unstyled/button/CHANGELOG.md @@ -1,5 +1,11 @@ # @gluestack-ui/button +## 1.0.4 + +### Patch Changes + +- fix: ref typing issue + ## 1.0.3 ### Patch Changes diff --git a/packages/unstyled/button/package.json b/packages/unstyled/button/package.json index 5a2d4c483e..d0bec96c22 100644 --- a/packages/unstyled/button/package.json +++ b/packages/unstyled/button/package.json @@ -1,6 +1,6 @@ { "name": "@gluestack-ui/button", - "version": "1.0.3", + "version": "1.0.4", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/index.d.ts", diff --git a/packages/unstyled/checkbox/CHANGELOG.md b/packages/unstyled/checkbox/CHANGELOG.md index 0ea1331c12..6c41cb60c5 100644 --- a/packages/unstyled/checkbox/CHANGELOG.md +++ b/packages/unstyled/checkbox/CHANGELOG.md @@ -1,5 +1,13 @@ # @gluestack-ui/checkbox +## 0.1.27 + +### Patch Changes + +- fix: ref typing issue +- Updated dependencies + - @gluestack-ui/form-control@0.1.17 + ## 0.1.26 ### Patch Changes diff --git a/packages/unstyled/checkbox/package.json b/packages/unstyled/checkbox/package.json index ea6b6476a6..9e754f0f7f 100644 --- a/packages/unstyled/checkbox/package.json +++ b/packages/unstyled/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@gluestack-ui/checkbox", - "version": "0.1.26", + "version": "0.1.27", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/index.d.ts", @@ -43,7 +43,7 @@ "typescript": "^4.7.4" }, "dependencies": { - "@gluestack-ui/form-control": "^0.1.16", + "@gluestack-ui/form-control": "^0.1.17", "@gluestack-ui/utils": "^0.1.12", "@react-aria/visually-hidden": "^3.8.6", "@react-native-aria/checkbox": "^0.2.9", diff --git a/packages/unstyled/form-control/CHANGELOG.md b/packages/unstyled/form-control/CHANGELOG.md index 1d51665de3..312ec510c9 100644 --- a/packages/unstyled/form-control/CHANGELOG.md +++ b/packages/unstyled/form-control/CHANGELOG.md @@ -1,5 +1,11 @@ # @gluestack-ui/form-control +## 0.1.17 + +### Patch Changes + +- fix: ref typing issue + ## 0.1.16 ### Patch Changes diff --git a/packages/unstyled/form-control/package.json b/packages/unstyled/form-control/package.json index 9b4344ac18..87eb6387b4 100644 --- a/packages/unstyled/form-control/package.json +++ b/packages/unstyled/form-control/package.json @@ -1,7 +1,7 @@ { "name": "@gluestack-ui/form-control", "description": "A universal headless form-control component for React Native, Next.js & React", - "version": "0.1.16", + "version": "0.1.17", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/index.d.ts", diff --git a/packages/unstyled/input/CHANGELOG.md b/packages/unstyled/input/CHANGELOG.md index 52c4ce3eb0..84f9e2da36 100644 --- a/packages/unstyled/input/CHANGELOG.md +++ b/packages/unstyled/input/CHANGELOG.md @@ -1,5 +1,13 @@ # @gluestack-ui/input +## 0.1.28 + +### Patch Changes + +- fix: ref typing issue +- Updated dependencies + - @gluestack-ui/form-control@0.1.17 + ## 0.1.27 ### Patch Changes diff --git a/packages/unstyled/input/package.json b/packages/unstyled/input/package.json index fc3f2411db..d5d9baed03 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.27", + "version": "0.1.28", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/index.d.ts", @@ -29,7 +29,7 @@ "typescript": "^4.9.4" }, "dependencies": { - "@gluestack-ui/form-control": "^0.1.16", + "@gluestack-ui/form-control": "^0.1.17", "@gluestack-ui/utils": "^0.1.12", "@react-native-aria/focus": "^0.2.9", "@react-native-aria/interactions": "0.2.13" diff --git a/packages/unstyled/link/CHANGELOG.md b/packages/unstyled/link/CHANGELOG.md index b67ef139da..8c07540ec3 100644 --- a/packages/unstyled/link/CHANGELOG.md +++ b/packages/unstyled/link/CHANGELOG.md @@ -1,5 +1,11 @@ # @gluestack-ui/link +## 0.1.20 + +### Patch Changes + +- fix: ref typing issue + ## 0.1.19 ### Patch Changes diff --git a/packages/unstyled/link/package.json b/packages/unstyled/link/package.json index 7a62eeec39..2048dbf4ad 100644 --- a/packages/unstyled/link/package.json +++ b/packages/unstyled/link/package.json @@ -1,6 +1,6 @@ { "name": "@gluestack-ui/link", - "version": "0.1.19", + "version": "0.1.20", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/index.d.ts", diff --git a/packages/unstyled/menu/CHANGELOG.md b/packages/unstyled/menu/CHANGELOG.md index 94c4800446..48a15bad50 100644 --- a/packages/unstyled/menu/CHANGELOG.md +++ b/packages/unstyled/menu/CHANGELOG.md @@ -1,5 +1,11 @@ # @gluestack-ui/menu +## 0.2.33 + +### Patch Changes + +- fix: ref typing issue + ## 0.2.32 ### Patch Changes diff --git a/packages/unstyled/menu/package.json b/packages/unstyled/menu/package.json index 7796623e57..48bb5b1827 100644 --- a/packages/unstyled/menu/package.json +++ b/packages/unstyled/menu/package.json @@ -15,7 +15,7 @@ "ios", "nextjs" ], - "version": "0.2.32", + "version": "0.2.33", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/index.d.ts", diff --git a/packages/unstyled/progress/CHANGELOG.md b/packages/unstyled/progress/CHANGELOG.md index ece2c1a3d1..ed207bb25b 100644 --- a/packages/unstyled/progress/CHANGELOG.md +++ b/packages/unstyled/progress/CHANGELOG.md @@ -1,5 +1,11 @@ # @gluestack-ui/progress +## 0.1.14 + +### Patch Changes + +- fix: ref typing issue + ## 0.1.13 ### Patch Changes diff --git a/packages/unstyled/progress/package.json b/packages/unstyled/progress/package.json index c918a0ac95..a0d371a561 100644 --- a/packages/unstyled/progress/package.json +++ b/packages/unstyled/progress/package.json @@ -15,7 +15,7 @@ "ios", "nextjs" ], - "version": "0.1.13", + "version": "0.1.14", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/index.d.ts", diff --git a/packages/unstyled/radio/CHANGELOG.md b/packages/unstyled/radio/CHANGELOG.md index 67ab50aa84..14c45b1e76 100644 --- a/packages/unstyled/radio/CHANGELOG.md +++ b/packages/unstyled/radio/CHANGELOG.md @@ -1,5 +1,13 @@ # @gluestack-ui/radio +## 0.1.28 + +### Patch Changes + +- fix: ref typing issue +- Updated dependencies + - @gluestack-ui/form-control@0.1.17 + ## 0.1.27 ### Patch Changes diff --git a/packages/unstyled/radio/package.json b/packages/unstyled/radio/package.json index ce0321d466..7b261e47cb 100644 --- a/packages/unstyled/radio/package.json +++ b/packages/unstyled/radio/package.json @@ -1,6 +1,6 @@ { "name": "@gluestack-ui/radio", - "version": "0.1.27", + "version": "0.1.28", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/index.d.ts", @@ -43,7 +43,7 @@ "typescript": "^4.9.4" }, "dependencies": { - "@gluestack-ui/form-control": "^0.1.16", + "@gluestack-ui/form-control": "^0.1.17", "@gluestack-ui/utils": "^0.1.12", "@react-aria/visually-hidden": "^3.7.0", "@react-native-aria/focus": "^0.2.9", diff --git a/packages/unstyled/textarea/CHANGELOG.md b/packages/unstyled/textarea/CHANGELOG.md index 995f72f553..0654ec73e3 100644 --- a/packages/unstyled/textarea/CHANGELOG.md +++ b/packages/unstyled/textarea/CHANGELOG.md @@ -1,5 +1,13 @@ # @gluestack-ui/textarea +## 0.1.21 + +### Patch Changes + +- fix: ref typing issue +- Updated dependencies + - @gluestack-ui/form-control@0.1.17 + ## 0.1.20 ### Patch Changes diff --git a/packages/unstyled/textarea/package.json b/packages/unstyled/textarea/package.json index 8c1cb7f8df..b725ea3a96 100644 --- a/packages/unstyled/textarea/package.json +++ b/packages/unstyled/textarea/package.json @@ -1,7 +1,7 @@ { "name": "@gluestack-ui/textarea", "description": "A universal headless text-area component for React Native, Next.js & React", - "version": "0.1.20", + "version": "0.1.21", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/index.d.ts", @@ -29,7 +29,7 @@ "typescript": "^4.9.4" }, "dependencies": { - "@gluestack-ui/form-control": "^0.1.16", + "@gluestack-ui/form-control": "^0.1.17", "@gluestack-ui/utils": "^0.1.12", "@react-native-aria/focus": "^0.2.9" }, diff --git a/packages/unstyled/tooltip/CHANGELOG.md b/packages/unstyled/tooltip/CHANGELOG.md index 8a2ba5996c..18ee80b911 100644 --- a/packages/unstyled/tooltip/CHANGELOG.md +++ b/packages/unstyled/tooltip/CHANGELOG.md @@ -1,5 +1,11 @@ # @gluestack-ui/tooltip +## 0.1.30 + +### Patch Changes + +- fix: ref typing issue + ## 0.1.29 ### Patch Changes diff --git a/packages/unstyled/tooltip/package.json b/packages/unstyled/tooltip/package.json index 35b5a2af19..9a2d0618fb 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.29", + "version": "0.1.30", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/index.d.ts",