diff --git a/example/storybook-nativewind/package.json b/example/storybook-nativewind/package.json index a0bb6b0a8..2a668a7cf 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.64", + "@gluestack-ui/themed": "^1.1.65", "@gluestack/design-system": "^0.5.36", "@gorhom/bottom-sheet": "^5.0.0-alpha.10", "@legendapp/motion": "^2.2.0", diff --git a/packages/config/package.json b/packages/config/package.json index 11a2aa9ac..da67ad7b8 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -66,14 +66,14 @@ "@gluestack-ui/switch": "0.1.23", "@gluestack-ui/tabs": "0.1.18", "@gluestack-ui/textarea": "0.1.24", - "@gluestack-ui/themed": "1.1.64", + "@gluestack-ui/themed": "1.1.65", "@gluestack-ui/toast": "1.0.8", - "@gluestack-ui/tooltip": "0.1.37", + "@gluestack-ui/tooltip": "0.1.38", "@legendapp/motion": "latest" }, "peerDependencies": { "@gluestack-style/react": ">=1.0.57", - "@gluestack-ui/themed": ">=1.1.64" + "@gluestack-ui/themed": ">=1.1.65" }, "release-it": { "git": { diff --git a/packages/themed/CHANGELOG.md b/packages/themed/CHANGELOG.md index c47ac20fc..103f92110 100644 --- a/packages/themed/CHANGELOG.md +++ b/packages/themed/CHANGELOG.md @@ -1,5 +1,12 @@ # @gluestack-ui/themed +## 1.1.65 + +### Patch Changes + +- Updated dependencies + - @gluestack-ui/tooltip@0.1.38 + ## 1.1.64 ### Patch Changes diff --git a/packages/themed/package.json b/packages/themed/package.json index 5fa5d5265..2eaf432a7 100644 --- a/packages/themed/package.json +++ b/packages/themed/package.json @@ -1,6 +1,6 @@ { "name": "@gluestack-ui/themed", - "version": "1.1.64", + "version": "1.1.65", "main": "build/index.js", "types": "build/index.d.ts", "module": "build/index", @@ -66,7 +66,7 @@ "@gluestack-ui/tabs": "0.1.18", "@gluestack-ui/textarea": "0.1.24", "@gluestack-ui/toast": "1.0.8", - "@gluestack-ui/tooltip": "0.1.37", + "@gluestack-ui/tooltip": "0.1.38", "@legendapp/motion": "latest" }, "devDependencies": { diff --git a/packages/unstyled/tooltip/CHANGELOG.md b/packages/unstyled/tooltip/CHANGELOG.md index 1e498b7c2..296c63cc2 100644 --- a/packages/unstyled/tooltip/CHANGELOG.md +++ b/packages/unstyled/tooltip/CHANGELOG.md @@ -1,5 +1,11 @@ # @gluestack-ui/tooltip +## 0.1.38 + +### Patch Changes + +- trigger prop typing fix + ## 0.1.37 ### Patch Changes diff --git a/packages/unstyled/tooltip/package.json b/packages/unstyled/tooltip/package.json index c766a7010..020b01d50 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.37", + "version": "0.1.38", "main": "lib/index", "module": "lib/index", "types": "lib/index.d.ts",