Skip to content

Commit

Permalink
chore: @gluestack-ui/link verison bump to 0.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Viraj-10 committed Dec 11, 2023
1 parent 5ee5e11 commit c63519f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/unstyled/link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gluestack-ui/link",
"version": "0.1.16-alpha.0",
"version": "0.1.16",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/unstyled/link/src/useLink.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export function useLink(props: IUseLinkProp) {
onPress: () => {
addOnPressFunctionality(href, onPress);
},
href,
};
}

Expand Down

0 comments on commit c63519f

Please sign in to comment.