Skip to content

Commit

Permalink
chore: @gluestack-ui/hooks version bump to 0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Viraj-10 committed Dec 27, 2023
1 parent 5b1f50e commit dabab4d
Show file tree
Hide file tree
Showing 24 changed files with 133 additions and 68 deletions.
14 changes: 14 additions & 0 deletions packages/themed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @gluestack-ui/themed

## 1.0.33

### Patch Changes

- @gluestack-ui/actionsheet@0.2.36
- @gluestack-ui/alert-dialog@0.1.24
- @gluestack-ui/menu@0.2.26
- @gluestack-ui/modal@0.1.28
- @gluestack-ui/popover@0.1.28
- @gluestack-ui/select@0.1.21
- @gluestack-ui/slider@0.1.19
- @gluestack-ui/toast@1.0.3
- @gluestack-ui/tooltip@0.1.25

## 1.0.32

### Patch Changes
Expand Down
62 changes: 31 additions & 31 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.32",
"version": "1.0.33",
"main": "build/index.js",
"types": "build/index.d.ts",
"module": "build/index",
Expand Down Expand Up @@ -32,37 +32,37 @@
"@expo/html-elements": "latest",
"@gluestack-style/animation-resolver": "1.0.3",
"@gluestack-style/legend-motion-animation-driver": "1.0.3",
"@gluestack-ui/accordion": "^0.0.3",
"@gluestack-ui/actionsheet": "0.2.35",
"@gluestack-ui/alert": "^0.1.12",
"@gluestack-ui/alert-dialog": "^0.1.23",
"@gluestack-ui/avatar": "^0.1.15",
"@gluestack-ui/accordion": "0.0.3",
"@gluestack-ui/actionsheet": "0.2.36",
"@gluestack-ui/alert": "0.1.12",
"@gluestack-ui/alert-dialog": "0.1.24",
"@gluestack-ui/avatar": "0.1.15",
"@gluestack-ui/button": "0.1.34",
"@gluestack-ui/checkbox": "^0.1.22",
"@gluestack-ui/divider": "^0.1.8",
"@gluestack-ui/fab": "^0.1.17",
"@gluestack-ui/form-control": "^0.1.15",
"@gluestack-ui/icon": "^0.1.20",
"@gluestack-ui/image": "^0.1.7",
"@gluestack-ui/input": "^0.1.23",
"@gluestack-ui/linear-gradient": "^0.1.2",
"@gluestack-ui/link": "^0.1.16",
"@gluestack-ui/menu": "^0.2.25",
"@gluestack-ui/modal": "^0.1.27",
"@gluestack-ui/overlay": "^0.1.12",
"@gluestack-ui/popover": "^0.1.27",
"@gluestack-ui/pressable": "^0.1.13",
"@gluestack-ui/progress": "^0.1.12",
"@gluestack-ui/provider": "^0.1.10",
"@gluestack-ui/radio": "^0.1.23",
"@gluestack-ui/select": "^0.1.20",
"@gluestack-ui/slider": "^0.1.18",
"@gluestack-ui/spinner": "^0.1.14",
"@gluestack-ui/switch": "^0.1.17",
"@gluestack-ui/tabs": "^0.1.14",
"@gluestack-ui/textarea": "^0.1.19",
"@gluestack-ui/toast": "^1.0.2",
"@gluestack-ui/tooltip": "^0.1.24",
"@gluestack-ui/checkbox": "0.1.22",
"@gluestack-ui/divider": "0.1.8",
"@gluestack-ui/fab": "0.1.17",
"@gluestack-ui/form-control": "0.1.15",
"@gluestack-ui/icon": "0.1.20",
"@gluestack-ui/image": "0.1.7",
"@gluestack-ui/input": "0.1.23",
"@gluestack-ui/linear-gradient": "0.1.2",
"@gluestack-ui/link": "0.1.16",
"@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/pressable": "0.1.13",
"@gluestack-ui/progress": "0.1.12",
"@gluestack-ui/provider": "0.1.10",
"@gluestack-ui/radio": "0.1.23",
"@gluestack-ui/select": "0.1.21",
"@gluestack-ui/slider": "0.1.19",
"@gluestack-ui/spinner": "0.1.14",
"@gluestack-ui/switch": "0.1.17",
"@gluestack-ui/tabs": "0.1.14",
"@gluestack-ui/textarea": "0.1.19",
"@gluestack-ui/toast": "1.0.3",
"@gluestack-ui/tooltip": "0.1.25",
"@legendapp/motion": "latest"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/unstyled/actionsheet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @gluestack-ui/actionsheet

## 0.2.36

### Patch Changes

- Updated dependencies
- @gluestack-ui/hooks@0.1.11

## 0.2.35

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/unstyled/actionsheet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"ios",
"nextjs"
],
"version": "0.2.35",
"version": "0.2.36",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
Expand Down Expand Up @@ -43,7 +43,7 @@
"typescript": "^4.9.4"
},
"dependencies": {
"@gluestack-ui/hooks": "^0.1.7",
"@gluestack-ui/hooks": "0.1.11",
"@gluestack-ui/overlay": "^0.1.12",
"@gluestack-ui/transitions": "^0.1.10",
"@gluestack-ui/utils": "^0.1.12",
Expand Down
7 changes: 7 additions & 0 deletions packages/unstyled/alert-dialog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @gluestack-ui/alert-dialog

## 0.1.24

### Patch Changes

- Updated dependencies
- @gluestack-ui/hooks@0.1.11

## 0.1.16

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/unstyled/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.23",
"version": "0.1.24",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
Expand Down Expand Up @@ -43,7 +43,7 @@
"typescript": "^4.9.4"
},
"dependencies": {
"@gluestack-ui/hooks": "^0.1.7",
"@gluestack-ui/hooks": "0.1.11",
"@gluestack-ui/overlay": "^0.1.12",
"@gluestack-ui/utils": "^0.1.12",
"@react-native-aria/dialog": "^0.0.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/unstyled/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gluestack-ui/hooks

## 0.1.11

### Patch Changes

- fix: removed @gluestack-style/react dependency

## 0.1.8

### Patch Changes
Expand Down
4 changes: 1 addition & 3 deletions packages/unstyled/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.10",
"version": "0.1.11",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
Expand All @@ -17,7 +17,6 @@
"storybook": "cd example/native/storybook && yarn web"
},
"devDependencies": {
"@gluestack-style/react": "^1.0.8",
"@react-native-community/clipboard": "^1.5.1",
"@types/react": "^18.0.22",
"@types/react-native": "^0.72.3",
Expand All @@ -32,7 +31,6 @@
},
"dependencies": {},
"peerDependencies": {
"@gluestack-style/react": ">=1.0",
"react": ">=16",
"react-dom": ">=16"
},
Expand Down
8 changes: 0 additions & 8 deletions packages/unstyled/hooks/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,3 @@ export { useLayout } from './use-layout';
// export * from './use-clipboard';
export * from './use-disclose';
export * from './use-debounced-state';
export {
useMediaQuery,
useBreakpointValue,
useToken,
useColorMode,
useStyled,
useTheme,
} from '@gluestack-style/react';
7 changes: 7 additions & 0 deletions packages/unstyled/menu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @gluestack-ui/menu

## 0.2.26

### Patch Changes

- Updated dependencies
- @gluestack-ui/hooks@0.1.11

## 0.2.19

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/unstyled/menu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"ios",
"nextjs"
],
"version": "0.2.25",
"version": "0.2.26",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
Expand Down Expand Up @@ -43,7 +43,7 @@
"typescript": "^4.9.4"
},
"dependencies": {
"@gluestack-ui/hooks": "^0.1.7",
"@gluestack-ui/hooks": "0.1.11",
"@gluestack-ui/overlay": "^0.1.12",
"@gluestack-ui/utils": "^0.1.12",
"@react-aria/overlays": "^3.19.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/unstyled/modal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @gluestack-ui/modal

## 0.1.28

### Patch Changes

- Updated dependencies
- @gluestack-ui/hooks@0.1.11

## 0.1.20

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/unstyled/modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"ios",
"nextjs"
],
"version": "0.1.27",
"version": "0.1.28",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
Expand Down Expand Up @@ -43,7 +43,7 @@
"typescript": "^4.9.4"
},
"dependencies": {
"@gluestack-ui/hooks": "^0.1.7",
"@gluestack-ui/hooks": "0.1.11",
"@gluestack-ui/overlay": "^0.1.12",
"@gluestack-ui/utils": "^0.1.12",
"@react-native-aria/dialog": "^0.0.3",
Expand Down
7 changes: 7 additions & 0 deletions packages/unstyled/popover/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @gluestack-ui/popover

## 0.1.28

### Patch Changes

- Updated dependencies
- @gluestack-ui/hooks@0.1.11

## 0.1.21

### 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.27",
"version": "0.1.28",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
Expand Down Expand Up @@ -43,7 +43,7 @@
"typescript": "^4.9.4"
},
"dependencies": {
"@gluestack-ui/hooks": "^0.1.7",
"@gluestack-ui/hooks": "0.1.11",
"@gluestack-ui/overlay": "^0.1.12",
"@gluestack-ui/utils": "^0.1.12",
"@react-native-aria/dialog": "^0.0.3",
Expand Down
7 changes: 7 additions & 0 deletions packages/unstyled/select/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @gluestack-ui/select

## 0.1.21

### Patch Changes

- Updated dependencies
- @gluestack-ui/hooks@0.1.11

## 0.1.14

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/unstyled/select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"ios",
"nextjs"
],
"version": "0.1.20",
"version": "0.1.21",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
Expand Down Expand Up @@ -44,7 +44,7 @@
},
"dependencies": {
"@gluestack-ui/form-control": "^0.1.14",
"@gluestack-ui/hooks": "^0.1.7",
"@gluestack-ui/hooks": "0.1.11",
"@gluestack-ui/utils": "^0.1.12",
"@react-native-aria/focus": "^0.2.9"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/unstyled/slider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @gluestack-ui/slider

## 0.1.19

### Patch Changes

- Updated dependencies
- @gluestack-ui/hooks@0.1.11

## 0.1.12

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/unstyled/slider/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@gluestack-ui/slider",
"description": "A universal headless slider component for React Native, Next.js & React",
"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 @@ -30,7 +30,7 @@
},
"dependencies": {
"@gluestack-ui/form-control": "^0.1.14",
"@gluestack-ui/hooks": "^0.1.7",
"@gluestack-ui/hooks": "0.1.11",
"@gluestack-ui/utils": "^0.1.12",
"@react-aria/visually-hidden": "^3.8.1",
"@react-native-aria/interactions": "^0.2.11",
Expand Down
7 changes: 7 additions & 0 deletions packages/unstyled/toast/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @gluestack-ui/toast

## 1.0.3

### Patch Changes

- Updated dependencies
- @gluestack-ui/hooks@0.1.11

## 1.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/unstyled/toast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"ios",
"nextjs"
],
"version": "1.0.2",
"version": "1.0.3",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
Expand Down Expand Up @@ -43,7 +43,7 @@
"typescript": "^4.9.4"
},
"dependencies": {
"@gluestack-ui/hooks": "^0.1.7",
"@gluestack-ui/hooks": "0.1.11",
"@gluestack-ui/overlay": "^0.1.12",
"@gluestack-ui/transitions": "^0.1.10",
"@gluestack-ui/utils": "^0.1.12",
Expand Down
Loading

0 comments on commit dabab4d

Please sign in to comment.