From 62a57f9dd9d1381a1d6864def5103c0ac6dab1b9 Mon Sep 17 00:00:00 2001 From: viraj-10 Date: Tue, 3 Dec 2024 15:46:53 +0530 Subject: [PATCH] chore: version bump icon and tooltip --- example/storybook-nativewind/package.json | 2 +- packages/config/package.json | 8 ++++---- packages/themed/CHANGELOG.md | 8 ++++++++ packages/themed/package.json | 6 +++--- packages/unstyled/icon/CHANGELOG.md | 6 ++++++ packages/unstyled/icon/package.json | 2 +- packages/unstyled/tooltip/CHANGELOG.md | 6 ++++++ packages/unstyled/tooltip/package.json | 2 +- 8 files changed, 30 insertions(+), 10 deletions(-) diff --git a/example/storybook-nativewind/package.json b/example/storybook-nativewind/package.json index f485505ec..ade5bc4cd 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.61", + "@gluestack-ui/themed": "^1.1.62", "@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 23c0ba3b9..0f1341856 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -48,7 +48,7 @@ "@gluestack-ui/divider": "0.1.10", "@gluestack-ui/fab": "0.1.22", "@gluestack-ui/form-control": "0.1.19", - "@gluestack-ui/icon": "0.1.24", + "@gluestack-ui/icon": "0.1.25", "@gluestack-ui/image": "0.1.11", "@gluestack-ui/input": "0.1.32", "@gluestack-ui/link": "0.1.23", @@ -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.61", + "@gluestack-ui/themed": "1.1.62", "@gluestack-ui/toast": "1.0.8", - "@gluestack-ui/tooltip": "0.1.35", + "@gluestack-ui/tooltip": "0.1.37", "@legendapp/motion": "latest" }, "peerDependencies": { "@gluestack-style/react": ">=1.0.57", - "@gluestack-ui/themed": ">=1.1.61" + "@gluestack-ui/themed": ">=1.1.62" }, "release-it": { "git": { diff --git a/packages/themed/CHANGELOG.md b/packages/themed/CHANGELOG.md index 182aa7a62..b7fa550a5 100644 --- a/packages/themed/CHANGELOG.md +++ b/packages/themed/CHANGELOG.md @@ -1,5 +1,13 @@ # @gluestack-ui/themed +## 1.1.62 + +### Patch Changes + +- Updated dependencies + - @gluestack-ui/tooltip@0.1.37 + - @gluestack-ui/icon@0.1.25 + ## 1.1.61 ### Patch Changes diff --git a/packages/themed/package.json b/packages/themed/package.json index f8077286b..6c781138b 100644 --- a/packages/themed/package.json +++ b/packages/themed/package.json @@ -1,6 +1,6 @@ { "name": "@gluestack-ui/themed", - "version": "1.1.61", + "version": "1.1.62", "main": "build/index.js", "types": "build/index.d.ts", "module": "build/index", @@ -47,7 +47,7 @@ "@gluestack-ui/divider": "0.1.10", "@gluestack-ui/fab": "0.1.22", "@gluestack-ui/form-control": "0.1.19", - "@gluestack-ui/icon": "0.1.24", + "@gluestack-ui/icon": "0.1.25", "@gluestack-ui/image": "0.1.11", "@gluestack-ui/input": "0.1.32", "@gluestack-ui/link": "0.1.23", @@ -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.35", + "@gluestack-ui/tooltip": "0.1.37", "@legendapp/motion": "latest" }, "devDependencies": { diff --git a/packages/unstyled/icon/CHANGELOG.md b/packages/unstyled/icon/CHANGELOG.md index b42159ef0..ad928270a 100644 --- a/packages/unstyled/icon/CHANGELOG.md +++ b/packages/unstyled/icon/CHANGELOG.md @@ -1,5 +1,11 @@ # @gluestack-ui/icon +## 0.1.25 + +### Patch Changes + +- Fix: Tooltip and Icon issues for V2 + ## 0.1.24 ### Patch Changes diff --git a/packages/unstyled/icon/package.json b/packages/unstyled/icon/package.json index 373cd6732..e07826f5d 100644 --- a/packages/unstyled/icon/package.json +++ b/packages/unstyled/icon/package.json @@ -1,7 +1,7 @@ { "name": "@gluestack-ui/icon", "description": "A universal headless icon component for React Native, Next.js & React", - "version": "0.1.24-alpha.0", + "version": "0.1.25", "main": "lib/index", "module": "lib/index", "types": "lib/index.d.ts", diff --git a/packages/unstyled/tooltip/CHANGELOG.md b/packages/unstyled/tooltip/CHANGELOG.md index 5d11c7f96..1e498b7c2 100644 --- a/packages/unstyled/tooltip/CHANGELOG.md +++ b/packages/unstyled/tooltip/CHANGELOG.md @@ -1,5 +1,11 @@ # @gluestack-ui/tooltip +## 0.1.37 + +### Patch Changes + +- Fix: Tooltip and Icon issues for V2 + ## 0.1.35 ### Patch Changes diff --git a/packages/unstyled/tooltip/package.json b/packages/unstyled/tooltip/package.json index 6c2bb8a2d..c766a7010 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.36-alpha.0", + "version": "0.1.37", "main": "lib/index", "module": "lib/index", "types": "lib/index.d.ts",