Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/@gluestack UI/overlay components experimental #807

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading