From a0016b1f8428e08060620c114b7194597f0629d7 Mon Sep 17 00:00:00 2001 From: ankit-tailor Date: Mon, 22 Jan 2024 18:05:46 +0530 Subject: [PATCH] v1.0.38 --- example/storybook/package.json | 2 +- packages/config/CHANGELOG.md | 12 ++++++++++++ packages/config/package.json | 6 +++--- packages/react-native-aria/overlays/CHANGELOG.md | 10 ++++++++++ packages/react-native-aria/overlays/package.json | 2 +- packages/themed/CHANGELOG.md | 12 ++++++++++++ packages/themed/package.json | 4 ++-- packages/unstyled/popover/CHANGELOG.md | 12 ++++++++++++ packages/unstyled/popover/package.json | 4 ++-- 9 files changed, 55 insertions(+), 9 deletions(-) create mode 100644 packages/react-native-aria/overlays/CHANGELOG.md diff --git a/example/storybook/package.json b/example/storybook/package.json index 1cbda254e8..d2dd61b34e 100644 --- a/example/storybook/package.json +++ b/example/storybook/package.json @@ -35,7 +35,7 @@ "@react-aria/separator": "^3.3.0", "@react-aria/utils": "^3.15.0", "@react-native-aria/button": "^0.2.5", - "@react-native-aria/overlays": "0.3.10", + "@react-native-aria/overlays": "0.3.11", "@react-native-aria/separator": "^0.2.6", "@react-native-async-storage/async-storage": "~1.17.3", "@react-native-community/datetimepicker": "6.5.2", diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index 505d7ffae1..af972935ea 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -1,5 +1,17 @@ # @gluestack-ui/config +## 1.0.14 + +### Patch Changes + +- - Popover arrow support [PR](https://github.com/gluestack/gluestack-ui/pull/1677) + - Popover animation improvements + + - Popover top placement position for mobile + +- Updated dependencies + - @gluestack-ui/themed@1.0.38 + ## 1.0.13 ### Patch Changes diff --git a/packages/config/package.json b/packages/config/package.json index 217fee189e..f1c70880f6 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@gluestack-ui/config", - "version": "1.0.13", + "version": "1.0.14", "main": "build/gluestack-ui.config.js", "types": "build/gluestack-ui.config.d.ts", "module": "build/gluestack-ui.config", @@ -30,11 +30,11 @@ "license": "ISC", "devDependencies": { "@gluestack-style/react": "^1.0.22", - "@gluestack-ui/themed": "^1.0.20" + "@gluestack-ui/themed": "^1.0.38" }, "peerDependencies": { "@gluestack-style/react": ">=1.0", - "@gluestack-ui/themed": ">=1.0.20" + "@gluestack-ui/themed": ">=1.0.38" }, "release-it": { "git": { diff --git a/packages/react-native-aria/overlays/CHANGELOG.md b/packages/react-native-aria/overlays/CHANGELOG.md new file mode 100644 index 0000000000..0f83d0085f --- /dev/null +++ b/packages/react-native-aria/overlays/CHANGELOG.md @@ -0,0 +1,10 @@ +# @react-native-aria/overlays + +## 0.3.11 + +### Patch Changes + +- - Popover arrow support [PR](https://github.com/gluestack/gluestack-ui/pull/1677) + - Popover animation improvements + + - Popover top placement position for mobile diff --git a/packages/react-native-aria/overlays/package.json b/packages/react-native-aria/overlays/package.json index 904587f831..b5f62aee3c 100644 --- a/packages/react-native-aria/overlays/package.json +++ b/packages/react-native-aria/overlays/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-aria/overlays", - "version": "0.3.10", + "version": "0.3.11", "description": "Overlay utilities. Part of react-native-aria", "main": "lib/commonjs/index", "module": "lib/module/index", diff --git a/packages/themed/CHANGELOG.md b/packages/themed/CHANGELOG.md index 43b176b2be..33fd42d7e2 100644 --- a/packages/themed/CHANGELOG.md +++ b/packages/themed/CHANGELOG.md @@ -1,5 +1,17 @@ # @gluestack-ui/themed +## 1.0.38 + +### Patch Changes + +- - Popover arrow support [PR](https://github.com/gluestack/gluestack-ui/pull/1677) + - Popover animation improvements + + - Popover top placement position for mobile + +- Updated dependencies + - @gluestack-ui/popover@0.1.29 + ## 1.0.37 ### Patch Changes diff --git a/packages/themed/package.json b/packages/themed/package.json index c52e4f64d3..f280624060 100644 --- a/packages/themed/package.json +++ b/packages/themed/package.json @@ -1,6 +1,6 @@ { "name": "@gluestack-ui/themed", - "version": "1.0.37", + "version": "1.0.38", "main": "build/index.js", "types": "build/index.d.ts", "module": "build/index", @@ -50,7 +50,7 @@ "@gluestack-ui/menu": "0.2.26", "@gluestack-ui/modal": "0.1.28", "@gluestack-ui/overlay": "0.1.12", - "@gluestack-ui/popover": "0.1.28", + "@gluestack-ui/popover": "0.1.29", "@gluestack-ui/pressable": "0.1.13", "@gluestack-ui/progress": "0.1.12", "@gluestack-ui/provider": "0.1.10", diff --git a/packages/unstyled/popover/CHANGELOG.md b/packages/unstyled/popover/CHANGELOG.md index f29af929ff..0bd520639c 100644 --- a/packages/unstyled/popover/CHANGELOG.md +++ b/packages/unstyled/popover/CHANGELOG.md @@ -1,5 +1,17 @@ # @gluestack-ui/popover +## 0.1.29 + +### Patch Changes + +- - Popover arrow support [PR](https://github.com/gluestack/gluestack-ui/pull/1677) + - Popover animation improvements + + - Popover top placement position for mobile + +- Updated dependencies + - @react-native-aria/overlays@0.3.11 + ## 0.1.28 ### Patch Changes diff --git a/packages/unstyled/popover/package.json b/packages/unstyled/popover/package.json index 1a3ac4da4b..3268dc8980 100644 --- a/packages/unstyled/popover/package.json +++ b/packages/unstyled/popover/package.json @@ -1,6 +1,6 @@ { "name": "@gluestack-ui/popover", - "version": "0.1.28", + "version": "0.1.29", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/index.d.ts", @@ -49,7 +49,7 @@ "@react-native-aria/dialog": "^0.0.3", "@react-native-aria/focus": "^0.2.9", "@react-native-aria/interactions": "^0.2.11", - "@react-native-aria/overlays": "^0.3.10" + "@react-native-aria/overlays": "^0.3.11" }, "peerDependencies": { "react": ">=16",