Skip to content

Commit

Permalink
Merge pull request #2326 from gluestack/release/@gluestack-ui/slider@…
Browse files Browse the repository at this point in the history
…0.1.26

v0.1.26
  • Loading branch information
ankit-tailor authored Jul 18, 2024
2 parents 00ccd7e + 76bfe09 commit 849e289
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 7 deletions.
2 changes: 1 addition & 1 deletion example/storybook-nativewind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@gluestack-style/animation-resolver": "^1.0.4",
"@gluestack-style/react": "^1.0.57",
"@gluestack-ui/config": "^1.1.19",
"@gluestack-ui/themed": "^1.1.40",
"@gluestack-ui/themed": "^1.1.41",
"@gluestack/design-system": "^0.5.36",
"@gorhom/bottom-sheet": "^5.0.0-alpha.10",
"@legendapp/motion": "^2.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,19 +61,19 @@
"@gluestack-ui/provider": "0.1.12",
"@gluestack-ui/radio": "0.1.31",
"@gluestack-ui/select": "0.1.27",
"@gluestack-ui/slider": "0.1.25",
"@gluestack-ui/slider": "0.1.26",
"@gluestack-ui/spinner": "0.1.14",
"@gluestack-ui/switch": "0.1.22",
"@gluestack-ui/tabs": "0.1.16",
"@gluestack-ui/textarea": "0.1.23",
"@gluestack-ui/themed": "1.1.40",
"@gluestack-ui/themed": "1.1.41",
"@gluestack-ui/toast": "1.0.7",
"@gluestack-ui/tooltip": "0.1.32",
"@legendapp/motion": "latest"
},
"peerDependencies": {
"@gluestack-style/react": ">=1.0.57",
"@gluestack-ui/themed": ">=1.1.40"
"@gluestack-ui/themed": ">=1.1.41"
},
"release-it": {
"git": {
Expand Down
7 changes: 7 additions & 0 deletions packages/themed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @gluestack-ui/themed

## 1.1.41

### Patch Changes

- Updated dependencies
- @gluestack-ui/slider@0.1.26

## 1.1.40

### 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.1.40",
"version": "1.1.41",
"main": "build/index.js",
"types": "build/index.d.ts",
"module": "build/index",
Expand Down Expand Up @@ -60,7 +60,7 @@
"@gluestack-ui/provider": "0.1.12",
"@gluestack-ui/radio": "0.1.31",
"@gluestack-ui/select": "0.1.27",
"@gluestack-ui/slider": "0.1.25",
"@gluestack-ui/slider": "0.1.26",
"@gluestack-ui/spinner": "0.1.14",
"@gluestack-ui/switch": "0.1.22",
"@gluestack-ui/tabs": "0.1.16",
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.26

### Patch Changes

- - Fixed sliderTrackHeight prop
- Fixed step prop

## 0.1.25

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.25",
"version": "0.1.26",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
Expand Down

0 comments on commit 849e289

Please sign in to comment.