diff --git a/example/storybook-nativewind/package.json b/example/storybook-nativewind/package.json index d13cbc71e..7c8806bc2 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.50", + "@gluestack-ui/themed": "^1.1.51", "@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 61550cd7e..bf0962ad6 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -57,7 +57,7 @@ "@gluestack-ui/overlay": "0.1.15", "@gluestack-ui/popover": "0.1.37", "@gluestack-ui/pressable": "0.1.16", - "@gluestack-ui/progress": "0.1.16", + "@gluestack-ui/progress": "0.1.17", "@gluestack-ui/provider": "0.1.12", "@gluestack-ui/radio": "0.1.33", "@gluestack-ui/select": "0.1.29", @@ -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.50", + "@gluestack-ui/themed": "1.1.51", "@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.50" + "@gluestack-ui/themed": ">=1.1.51" }, "release-it": { "git": { diff --git a/packages/themed/CHANGELOG.md b/packages/themed/CHANGELOG.md index 0d513c1a4..5ed0ffe3e 100644 --- a/packages/themed/CHANGELOG.md +++ b/packages/themed/CHANGELOG.md @@ -1,5 +1,12 @@ # @gluestack-ui/themed +## 1.1.51 + +### Patch Changes + +- Updated dependencies + - @gluestack-ui/progress@0.1.17 + ## 1.1.50 ### Patch Changes diff --git a/packages/themed/package.json b/packages/themed/package.json index 39c34e8de..e5a7f6902 100644 --- a/packages/themed/package.json +++ b/packages/themed/package.json @@ -1,6 +1,6 @@ { "name": "@gluestack-ui/themed", - "version": "1.1.50", + "version": "1.1.51", "main": "build/index.js", "types": "build/index.d.ts", "module": "build/index", @@ -56,7 +56,7 @@ "@gluestack-ui/overlay": "0.1.15", "@gluestack-ui/popover": "0.1.37", "@gluestack-ui/pressable": "0.1.16", - "@gluestack-ui/progress": "0.1.16", + "@gluestack-ui/progress": "0.1.17", "@gluestack-ui/provider": "0.1.12", "@gluestack-ui/radio": "0.1.33", "@gluestack-ui/select": "0.1.29", diff --git a/packages/unstyled/progress/CHANGELOG.md b/packages/unstyled/progress/CHANGELOG.md index 64f465220..06f35aa40 100644 --- a/packages/unstyled/progress/CHANGELOG.md +++ b/packages/unstyled/progress/CHANGELOG.md @@ -1,5 +1,11 @@ # @gluestack-ui/progress +## 0.1.17 + +### Patch Changes + +- feat: added orientation prop + ## 0.1.16 ### Patch Changes diff --git a/packages/unstyled/progress/package.json b/packages/unstyled/progress/package.json index eaf53d218..74cab96aa 100644 --- a/packages/unstyled/progress/package.json +++ b/packages/unstyled/progress/package.json @@ -15,7 +15,7 @@ "ios", "nextjs" ], - "version": "0.1.16", + "version": "0.1.17", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/index.d.ts",