Skip to content

Commit a7e810e

Browse files
committed
Merge branch 'patch' of github.com:gluestack/gluestack-ui into patch
2 parents c3e3119 + 7644a7b commit a7e810e

File tree

10 files changed

+26
-21
lines changed

10 files changed

+26
-21
lines changed

example/storybook-nativewind/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@gluestack-style/animation-resolver": "^1.0.4",
3333
"@gluestack-style/react": "^1.0.57",
3434
"@gluestack-ui/config": "^1.1.19",
35-
"@gluestack-ui/themed": "^1.1.41",
35+
"@gluestack-ui/themed": "^1.1.42",
3636
"@gluestack/design-system": "^0.5.36",
3737
"@gorhom/bottom-sheet": "^5.0.0-alpha.10",
3838
"@legendapp/motion": "^2.2.0",

example/storybook-nativewind/src/guides/more/FAQs/index.nw.stories.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ import {
117117

118118
- **Are there any known issues with gluestack v2?**
119119

120-
- You can check out the [troubleshooting](https://staging.gluestack.io/ui/docs/guides/more/troubleshooting#known-issues) page for this.
120+
- You can check out the [troubleshooting](https://gluestack.io/ui/docs/guides/more/troubleshooting#known-issues) page for this.
121121

122122
- **Are there any deprecated features from v1 that are not available in gluestack v2?**
123123
- Descendant Styling.

example/storybook-nativewind/src/home/overview/Upgrade to v2/index.nw.stories.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ At this time, we fully support migration for users in **Scenario 1 and Scenario
4949
npx gluestack-ui@latest init
5050
```
5151

52-
To refer more about the gluestack-ui v2 installation, check [this](https://staging.gluestack.io/ui/docs/home/getting-started/installation).
52+
To refer more about the gluestack-ui v2 installation, check [this](https://gluestack.io/ui/docs/home/getting-started/installation).
5353
## Step 2 : Setup Tailwind CSS
5454

5555
Import `global.css` / `globals.css` where Tailwind directives are defined.
@@ -70,7 +70,7 @@ To add all the components run the following command:
7070
npx gluestack-ui@latest add --all
7171
```
7272

73-
You can add only the necessary components instead of including all. Check [here](https://staging.gluestack.io/ui/docs/components/heading).
73+
You can add only the necessary components instead of including all. Check [here](https://gluestack.io/ui/docs/components/heading).
7474

7575
<CollapsibleCode>
7676

packages/config/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@gluestack-ui/icon": "0.1.22",
5252
"@gluestack-ui/image": "0.1.10",
5353
"@gluestack-ui/input": "0.1.31",
54-
"@gluestack-ui/link": "0.1.21",
54+
"@gluestack-ui/link": "0.1.22",
5555
"@gluestack-ui/menu": "0.2.34",
5656
"@gluestack-ui/modal": "0.1.34",
5757
"@gluestack-ui/overlay": "0.1.15",
@@ -61,19 +61,19 @@
6161
"@gluestack-ui/provider": "0.1.12",
6262
"@gluestack-ui/radio": "0.1.31",
6363
"@gluestack-ui/select": "0.1.27",
64-
"@gluestack-ui/slider": "0.1.26",
64+
"@gluestack-ui/slider": "0.1.25",
6565
"@gluestack-ui/spinner": "0.1.14",
6666
"@gluestack-ui/switch": "0.1.22",
6767
"@gluestack-ui/tabs": "0.1.16",
6868
"@gluestack-ui/textarea": "0.1.23",
69-
"@gluestack-ui/themed": "1.1.41",
69+
"@gluestack-ui/themed": "1.1.42",
7070
"@gluestack-ui/toast": "1.0.7",
7171
"@gluestack-ui/tooltip": "0.1.32",
7272
"@legendapp/motion": "latest"
7373
},
7474
"peerDependencies": {
7575
"@gluestack-style/react": ">=1.0.57",
76-
"@gluestack-ui/themed": ">=1.1.41"
76+
"@gluestack-ui/themed": ">=1.1.42"
7777
},
7878
"release-it": {
7979
"git": {

packages/themed/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
# @gluestack-ui/themed
22

3+
## 1.1.42
4+
5+
### Patch Changes
6+
7+
- - slider version bump
8+
39
## 1.1.41
410

511
### Patch Changes
612

713
- Updated dependencies
8-
- @gluestack-ui/slider@0.1.26
14+
- @gluestack-ui/link@0.1.22
915

1016
## 1.1.40
1117

packages/themed/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gluestack-ui/themed",
3-
"version": "1.1.41",
3+
"version": "1.1.42",
44
"main": "build/index.js",
55
"types": "build/index.d.ts",
66
"module": "build/index",
@@ -50,7 +50,7 @@
5050
"@gluestack-ui/icon": "0.1.22",
5151
"@gluestack-ui/image": "0.1.10",
5252
"@gluestack-ui/input": "0.1.31",
53-
"@gluestack-ui/link": "0.1.21",
53+
"@gluestack-ui/link": "0.1.22",
5454
"@gluestack-ui/menu": "0.2.34",
5555
"@gluestack-ui/modal": "0.1.34",
5656
"@gluestack-ui/overlay": "0.1.15",
@@ -60,7 +60,7 @@
6060
"@gluestack-ui/provider": "0.1.12",
6161
"@gluestack-ui/radio": "0.1.31",
6262
"@gluestack-ui/select": "0.1.27",
63-
"@gluestack-ui/slider": "0.1.26",
63+
"@gluestack-ui/slider": "0.1.25",
6464
"@gluestack-ui/spinner": "0.1.14",
6565
"@gluestack-ui/switch": "0.1.22",
6666
"@gluestack-ui/tabs": "0.1.16",

packages/unstyled/link/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @gluestack-ui/link
22

3+
## 0.1.22
4+
5+
### Patch Changes
6+
7+
- fix: disabled link
8+
39
## 0.1.21
410

511
### Patch Changes

packages/unstyled/link/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gluestack-ui/link",
3-
"version": "0.1.21",
3+
"version": "0.1.22",
44
"main": "lib/commonjs/index",
55
"module": "lib/module/index",
66
"types": "lib/typescript/index.d.ts",

packages/unstyled/slider/CHANGELOG.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
# @gluestack-ui/slider
22

3-
## 0.1.26
4-
5-
### Patch Changes
6-
7-
- - Fixed sliderTrackHeight prop
8-
- Fixed step prop
9-
103
## 0.1.25
114

125
### Patch Changes

packages/unstyled/slider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@gluestack-ui/slider",
33
"description": "A universal headless slider component for React Native, Next.js & React",
4-
"version": "0.1.26",
4+
"version": "0.1.25",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
77
"types": "lib/typescript/index.d.ts",

0 commit comments

Comments
 (0)