Skip to content

Commit

Permalink
deploy: cbe3abc
Browse files Browse the repository at this point in the history
  • Loading branch information
pernielsentikaer committed Jul 31, 2024
1 parent ecb790d commit 6f1233d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion information/lifecycle/deeplinks.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Deeplinks

Deeplinks are Raycast-specific URLs you can use to launch any command, as long as it's installed an enabled in Raycast.
Deeplinks are Raycast-specific URLs you can use to launch any command, as long as it's installed and enabled in Raycast.

They adhere to the following format:

Expand Down
4 changes: 4 additions & 0 deletions utils-reference/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ npm install --save @raycast/utils

## Changelog

### v1.16.3

- Fix an issue where `URLSearchParams` couldn't be passed as an option to `useFetch` or `useCachedPromise`, causing extensions to crash.

### v1.16.2

- Fixed the refresh token flow to log out the user instead of throwing an error.
Expand Down
2 changes: 1 addition & 1 deletion utils-reference/icons/getAvatarIcon.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function getAvatarIcon(
options?: {
background?: string;
gradient?: boolean;
}
},
): Image.Asset;
```

Expand Down
2 changes: 1 addition & 1 deletion utils-reference/icons/getFavicon.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function getFavicon(
fallback?: Image.Fallback;
size?: boolean;
mask?: Image.Mask;
}
},
): Image.ImageLike;
```

Expand Down
2 changes: 1 addition & 1 deletion utils-reference/icons/getProgressIcon.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function getProgressIcon(
options?: {
background?: Color | string;
backgroundOpacity?: number;
}
},
): Image.Asset;
```

Expand Down

0 comments on commit 6f1233d

Please sign in to comment.