Skip to content

Commit 5acc82c

Browse files
committed
chore: @gluestack-ui/link version bump to 0.1.22
1 parent 00ccd7e commit 5acc82c

File tree

6 files changed

+20
-7
lines changed

6 files changed

+20
-7
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.40",
35+
"@gluestack-ui/themed": "^1.1.41",
3636
"@gluestack/design-system": "^0.5.36",
3737
"@gorhom/bottom-sheet": "^5.0.0-alpha.10",
3838
"@legendapp/motion": "^2.2.0",

packages/config/package.json

Lines changed: 3 additions & 3 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",
@@ -66,14 +66,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.40",
69+
"@gluestack-ui/themed": "1.1.41",
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.40"
76+
"@gluestack-ui/themed": ">=1.1.41"
7777
},
7878
"release-it": {
7979
"git": {

packages/themed/CHANGELOG.md

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

3+
## 1.1.41
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @gluestack-ui/link@0.1.22
9+
310
## 1.1.40
411

512
### Patch Changes

packages/themed/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gluestack-ui/themed",
3-
"version": "1.1.40",
3+
"version": "1.1.41",
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",

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",

0 commit comments

Comments
 (0)