diff --git a/README.md b/README.md index cf9bccb36b..a32c0c3cec 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ ## Introduction -**gluestack-ui v2** provides universal and customizable React and React Native components, designed to make your development process faster and easier. Built with Tailwind CSS (NativeWind) at its core, gluestack-ui v2 allows you to simply copy-paste pre-built components and patterns directly into your projects. +**gluestack-ui v2** offers customizable, beautifully designed components for your projects. Unlike traditional libraries, it's not a pre-packaged dependency. Choose the components you need and copy-paste them directly into your React, Next.js & React Native projects. ## Documentation diff --git a/example/storybook-nativewind/package.json b/example/storybook-nativewind/package.json index fbb7ec200b..79fd693706 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.43", + "@gluestack-ui/themed": "^1.1.44", "@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 858ce8d0e4..a77fdf22be 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -60,20 +60,20 @@ "@gluestack-ui/progress": "0.1.16", "@gluestack-ui/provider": "0.1.12", "@gluestack-ui/radio": "0.1.31", - "@gluestack-ui/select": "0.1.27", + "@gluestack-ui/select": "0.1.28", "@gluestack-ui/slider": "0.1.25", "@gluestack-ui/spinner": "0.1.14", "@gluestack-ui/switch": "0.1.22", "@gluestack-ui/tabs": "0.1.16", "@gluestack-ui/textarea": "0.1.23", - "@gluestack-ui/themed": "1.1.43", + "@gluestack-ui/themed": "1.1.44", "@gluestack-ui/toast": "1.0.7", "@gluestack-ui/tooltip": "0.1.32", "@legendapp/motion": "latest" }, "peerDependencies": { "@gluestack-style/react": ">=1.0.57", - "@gluestack-ui/themed": ">=1.1.43" + "@gluestack-ui/themed": ">=1.1.44" }, "release-it": { "git": { diff --git a/packages/themed/CHANGELOG.md b/packages/themed/CHANGELOG.md index e87bc02898..9484dc0e70 100644 --- a/packages/themed/CHANGELOG.md +++ b/packages/themed/CHANGELOG.md @@ -1,5 +1,12 @@ # @gluestack-ui/themed +## 1.1.44 + +### Patch Changes + +- Updated dependencies + - @gluestack-ui/select@0.1.28 + ## 1.1.43 ### Patch Changes diff --git a/packages/themed/package.json b/packages/themed/package.json index 603741291f..042e44fd07 100644 --- a/packages/themed/package.json +++ b/packages/themed/package.json @@ -1,6 +1,6 @@ { "name": "@gluestack-ui/themed", - "version": "1.1.43", + "version": "1.1.44", "main": "build/index.js", "types": "build/index.d.ts", "module": "build/index", @@ -59,7 +59,7 @@ "@gluestack-ui/progress": "0.1.16", "@gluestack-ui/provider": "0.1.12", "@gluestack-ui/radio": "0.1.31", - "@gluestack-ui/select": "0.1.27", + "@gluestack-ui/select": "0.1.28", "@gluestack-ui/slider": "0.1.25", "@gluestack-ui/spinner": "0.1.14", "@gluestack-ui/switch": "0.1.22", diff --git a/packages/themed/src/components/Select/index.tsx b/packages/themed/src/components/Select/index.tsx index 7724b2fc5e..8c160a85b0 100644 --- a/packages/themed/src/components/Select/index.tsx +++ b/packages/themed/src/components/Select/index.tsx @@ -74,7 +74,6 @@ export const SelectContent = Select.Content; export const SelectDragIndicator = Select.DragIndicator; export const SelectDragIndicatorWrapper = Select.DragIndicatorWrapper; export const SelectItem = Select.Item; -export const SelectItemText = Select.ItemText; export const SelectScrollView = Select.ScrollView; export const SelectVirtualizedList = Select.VirtualizedList; export const SelectFlatList = Select.FlatList; diff --git a/packages/unstyled/select/CHANGELOG.md b/packages/unstyled/select/CHANGELOG.md index cbe9fefc0b..77e58642fe 100644 --- a/packages/unstyled/select/CHANGELOG.md +++ b/packages/unstyled/select/CHANGELOG.md @@ -1,5 +1,11 @@ # @gluestack-ui/select +## 0.1.28 + +### Patch Changes + +- feat: added textStyle for native + ## 0.1.27 ### Patch Changes diff --git a/packages/unstyled/select/package.json b/packages/unstyled/select/package.json index 084faf9059..2b0f884a6c 100644 --- a/packages/unstyled/select/package.json +++ b/packages/unstyled/select/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",