Skip to content

Commit

Permalink
v1.0.38
Browse files Browse the repository at this point in the history
  • Loading branch information
ankit-tailor committed Jan 22, 2024
1 parent 10242a6 commit a0016b1
Show file tree
Hide file tree
Showing 9 changed files with 55 additions and 9 deletions.
2 changes: 1 addition & 1 deletion example/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
12 changes: 12 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": {
Expand Down
10 changes: 10 additions & 0 deletions packages/react-native-aria/overlays/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion packages/react-native-aria/overlays/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
12 changes: 12 additions & 0 deletions packages/themed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/themed/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
12 changes: 12 additions & 0 deletions packages/unstyled/popover/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/unstyled/popover/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit a0016b1

Please sign in to comment.