Skip to content

Commit

Permalink
Merge pull request #719 from gluestack/release/@gluestack-ui/hooks-ov…
Browse files Browse the repository at this point in the history
…erlay-utils

chore: version upgrade
  • Loading branch information
makkarMeenu authored Jun 29, 2023
2 parents 07b1eec + c7b4a62 commit a9fba1a
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 5 deletions.
7 changes: 7 additions & 0 deletions packages/button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @gluestack-ui/button

## 0.1.19

### Patch Changes

- Updated dependencies
- @gluestack-ui/utils@0.1.6

## 0.1.18

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gluestack-ui/button",
"version": "0.1.18",
"version": "0.1.19",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
Expand Down Expand Up @@ -45,7 +45,7 @@
"dependencies": {
"@react-native-aria/focus": "^0.2.8",
"@react-native-aria/interactions": "^0.2.10",
"@gluestack-ui/utils": "0.1.5"
"@gluestack-ui/utils": "0.1.6"
},
"peerDependencies": {
"react": ">=16",
Expand Down
6 changes: 6 additions & 0 deletions packages/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gluestack-ui/hooks

## 0.1.3

### Patch Changes

- fixed typings

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@gluestack-ui/hooks",
"description": "Provides hooks used in gluestack-ui",
"version": "0.1.2",
"version": "0.1.3",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/overlay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gluestack-ui/overlay

## 0.1.8

### Patch Changes

- fixed typings

## 0.1.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/overlay/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@gluestack-ui/overlay",
"description": "A universal headless overlay component for React Native, Next.js & React",
"version": "0.1.7",
"version": "0.1.8",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gluestack-ui/utils

## 0.1.6

### Patch Changes

- fixed typings

## 0.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@gluestack-ui/utils",
"description": "Utility functions used internally in gluestack-ui",
"version": "0.1.5",
"version": "0.1.6",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
Expand Down

0 comments on commit a9fba1a

Please sign in to comment.