From 61f97ff842b6539cfd64e7264a53cf570b894e94 Mon Sep 17 00:00:00 2001 From: Damini Date: Wed, 8 May 2024 18:12:41 +0530 Subject: [PATCH] chore: select icon patch version bump --- 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/select/CHANGELOG.md | 6 ++++++ packages/unstyled/select/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 a4de84b691..891da40cea 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.56", "@gluestack-ui/config": "^1.1.18", - "@gluestack-ui/themed": "^1.1.24", + "@gluestack-ui/themed": "^1.1.25", "@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 d1a90e8d39..f9c538370f 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -48,7 +48,7 @@ "@gluestack-ui/divider": "0.1.8", "@gluestack-ui/fab": "0.1.20", "@gluestack-ui/form-control": "0.1.17", - "@gluestack-ui/icon": "0.1.20", + "@gluestack-ui/icon": "0.1.21", "@gluestack-ui/image": "0.1.9", "@gluestack-ui/input": "0.1.29", "@gluestack-ui/link": "0.1.20", @@ -60,20 +60,20 @@ "@gluestack-ui/progress": "0.1.14", "@gluestack-ui/provider": "0.1.12", "@gluestack-ui/radio": "0.1.29", - "@gluestack-ui/select": "0.1.25", + "@gluestack-ui/select": "0.1.26", "@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.21", - "@gluestack-ui/themed": "1.1.24", + "@gluestack-ui/themed": "1.1.25", "@gluestack-ui/toast": "1.0.4", "@gluestack-ui/tooltip": "0.1.30", "@legendapp/motion": "latest" }, "peerDependencies": { "@gluestack-style/react": ">=1.0.56", - "@gluestack-ui/themed": ">=1.1.24" + "@gluestack-ui/themed": ">=1.1.25" }, "release-it": { "git": { diff --git a/packages/themed/CHANGELOG.md b/packages/themed/CHANGELOG.md index 9063c79314..75f45c3636 100644 --- a/packages/themed/CHANGELOG.md +++ b/packages/themed/CHANGELOG.md @@ -1,5 +1,13 @@ # @gluestack-ui/themed +## 1.1.25 + +### Patch Changes + +- Updated dependencies + - @gluestack-ui/select@0.1.26 + - @gluestack-ui/icon@0.1.21 + ## 1.1.24 ### Patch Changes diff --git a/packages/themed/package.json b/packages/themed/package.json index 718630596e..00cad0c5bb 100644 --- a/packages/themed/package.json +++ b/packages/themed/package.json @@ -1,6 +1,6 @@ { "name": "@gluestack-ui/themed", - "version": "1.1.24", + "version": "1.1.25", "main": "build/index.js", "types": "build/index.d.ts", "module": "build/index", @@ -47,7 +47,7 @@ "@gluestack-ui/divider": "0.1.8", "@gluestack-ui/fab": "0.1.20", "@gluestack-ui/form-control": "0.1.17", - "@gluestack-ui/icon": "0.1.20", + "@gluestack-ui/icon": "0.1.21", "@gluestack-ui/image": "0.1.9", "@gluestack-ui/input": "0.1.29", "@gluestack-ui/link": "0.1.20", @@ -59,7 +59,7 @@ "@gluestack-ui/progress": "0.1.14", "@gluestack-ui/provider": "0.1.12", "@gluestack-ui/radio": "0.1.29", - "@gluestack-ui/select": "0.1.25", + "@gluestack-ui/select": "0.1.26", "@gluestack-ui/slider": "0.1.23", "@gluestack-ui/spinner": "0.1.14", "@gluestack-ui/switch": "0.1.21", diff --git a/packages/unstyled/icon/CHANGELOG.md b/packages/unstyled/icon/CHANGELOG.md index a3288ce030..b2f0f8d242 100644 --- a/packages/unstyled/icon/CHANGELOG.md +++ b/packages/unstyled/icon/CHANGELOG.md @@ -1,5 +1,11 @@ # @gluestack-ui/icon +## 0.1.21 + +### Patch Changes + +- Fix selectValue prop typings in select component + ## 0.1.8 ### Patch Changes diff --git a/packages/unstyled/icon/package.json b/packages/unstyled/icon/package.json index d899743ade..68d699e655 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.20", + "version": "0.1.21", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/index.d.ts", diff --git a/packages/unstyled/select/CHANGELOG.md b/packages/unstyled/select/CHANGELOG.md index a0efd14677..0f646fde28 100644 --- a/packages/unstyled/select/CHANGELOG.md +++ b/packages/unstyled/select/CHANGELOG.md @@ -1,5 +1,11 @@ # @gluestack-ui/select +## 0.1.26 + +### Patch Changes + +- Fix selectValue prop typings in select component + ## 0.1.25 ### Patch Changes diff --git a/packages/unstyled/select/package.json b/packages/unstyled/select/package.json index b905df1b48..045fab3dee 100644 --- a/packages/unstyled/select/package.json +++ b/packages/unstyled/select/package.json @@ -15,7 +15,7 @@ "ios", "nextjs" ], - "version": "0.1.25", + "version": "0.1.26", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/index.d.ts",