diff --git a/example/storybook-nativewind/package.json b/example/storybook-nativewind/package.json index b057d4bac..0d472a469 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.56", + "@gluestack-ui/themed": "^1.1.57", "@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 acf7bb516..570edc1cd 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -66,14 +66,14 @@ "@gluestack-ui/switch": "0.1.22", "@gluestack-ui/tabs": "0.1.17", "@gluestack-ui/textarea": "0.1.23", - "@gluestack-ui/themed": "1.1.56", + "@gluestack-ui/themed": "1.1.57", "@gluestack-ui/toast": "1.0.7", - "@gluestack-ui/tooltip": "0.1.33", + "@gluestack-ui/tooltip": "0.1.34", "@legendapp/motion": "latest" }, "peerDependencies": { "@gluestack-style/react": ">=1.0.57", - "@gluestack-ui/themed": ">=1.1.56" + "@gluestack-ui/themed": ">=1.1.57" }, "release-it": { "git": { diff --git a/packages/themed/CHANGELOG.md b/packages/themed/CHANGELOG.md index 9d7b3e250..703a905cb 100644 --- a/packages/themed/CHANGELOG.md +++ b/packages/themed/CHANGELOG.md @@ -1,5 +1,12 @@ # @gluestack-ui/themed +## 1.1.57 + +### Patch Changes + +- Updated dependencies + - @gluestack-ui/tooltip@0.1.34 + ## 1.1.56 ### Patch Changes diff --git a/packages/themed/package.json b/packages/themed/package.json index c664ab563..8c0eb90a2 100644 --- a/packages/themed/package.json +++ b/packages/themed/package.json @@ -1,6 +1,6 @@ { "name": "@gluestack-ui/themed", - "version": "1.1.56", + "version": "1.1.57", "main": "build/index.js", "types": "build/index.d.ts", "module": "build/index", @@ -66,7 +66,7 @@ "@gluestack-ui/tabs": "0.1.17", "@gluestack-ui/textarea": "0.1.23", "@gluestack-ui/toast": "1.0.7", - "@gluestack-ui/tooltip": "0.1.33", + "@gluestack-ui/tooltip": "0.1.34", "@legendapp/motion": "latest" }, "devDependencies": { diff --git a/packages/unstyled/tooltip/CHANGELOG.md b/packages/unstyled/tooltip/CHANGELOG.md index 48c7a3e9b..bdc1b9882 100644 --- a/packages/unstyled/tooltip/CHANGELOG.md +++ b/packages/unstyled/tooltip/CHANGELOG.md @@ -1,5 +1,11 @@ # @gluestack-ui/tooltip +## 0.1.34 + +### Patch Changes + +- fix: tooltip content android + ## 0.1.33 ### Patch Changes diff --git a/packages/unstyled/tooltip/package.json b/packages/unstyled/tooltip/package.json index e183d3b47..2a0e2138f 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.33", + "version": "0.1.34", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/index.d.ts",