Skip to content

Commit

Permalink
Merge pull request #807 from gluestack/release/@gluestack-ui/overlay-…
Browse files Browse the repository at this point in the history
…components-experimental

Release/@gluestack UI/overlay components experimental
  • Loading branch information
makkarMeenu authored Jul 26, 2023
2 parents acfd3fd + baeb4cc commit e52880b
Show file tree
Hide file tree
Showing 14 changed files with 50 additions and 18 deletions.
10 changes: 0 additions & 10 deletions .changeset/cool-humans-reflect.md

This file was deleted.

4 changes: 2 additions & 2 deletions example/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"@expo/html-elements": "^0.4.2",
"@gluestack-style/animation-plugin": "latest",
"@gluestack-style/react": "0.1.34-alpha.1",
"@gluestack-ui/actionsheet": "^0.2.12",
"@gluestack-ui/alert-dialog": "^0.1.11",
"@gluestack-ui/actionsheet": "^0.2.14",
"@gluestack-ui/alert-dialog": "^0.1.13",
"@gluestack-ui/pressable": "^0.1.9",
"@gluestack/design-system": "^0.4.28",
"@legendapp/motion": "^2.2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/actionsheet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @gluestack-ui/actionsheet

## 0.2.14

### Patch Changes

- 997b0d64: Added experimentalOverlay flag for internal usecase
- experimental props for internal usecase

## 0.2.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/actionsheet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"ios",
"nextjs"
],
"version": "0.2.13-alpha.0",
"version": "0.2.14",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/alert-dialog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @gluestack-ui/alert-dialog

## 0.1.13

### Patch Changes

- 997b0d64: Added experimentalOverlay flag for internal usecase
- experimental props for internal usecase

## 0.1.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/alert-dialog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"ios",
"nextjs"
],
"version": "0.1.12-alpha.0",
"version": "0.1.13",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/menu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @gluestack-ui/menu

## 0.2.14

### Patch Changes

- 997b0d64: Added experimentalOverlay flag for internal usecase
- experimental props for internal usecase

## 0.2.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/menu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"ios",
"nextjs"
],
"version": "0.2.14-alpha.2",
"version": "0.2.14",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/modal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @gluestack-ui/modal

## 0.1.17

### Patch Changes

- 997b0d64: Added experimentalOverlay flag for internal usecase
- experimental props for internal usecase

## 0.1.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"ios",
"nextjs"
],
"version": "0.1.17-alpha.1",
"version": "0.1.17",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/popover/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @gluestack-ui/popover

## 0.1.18

### Patch Changes

- 997b0d64: Added experimentalOverlay flag for internal usecase
- experimental props for internal usecase

## 0.1.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/popover/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gluestack-ui/popover",
"version": "0.1.17-alpha.0",
"version": "0.1.18",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/tooltip/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @gluestack-ui/tooltip

## 0.1.14

### Patch Changes

- 997b0d64: Added experimentalOverlay flag for internal usecase
- experimental props for internal usecase

## 0.1.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tooltip/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@gluestack-ui/tooltip",
"description": "A universal headless tooltip component for React Native, Next.js & React",
"version": "0.1.13-alpha.0",
"version": "0.1.14",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
Expand Down

0 comments on commit e52880b

Please sign in to comment.