Skip to content

Commit 563d669

Browse files
ci: release (#28)
* ci: release * chore: update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Stephanie Lin <102728558+lin-stephanie@users.noreply.github.com>
1 parent aec3423 commit 563d669

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

.changeset/every-snails-raise.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/astro-loader-bluesky-posts/CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
# astro-loader-bluesky-posts
22

3+
## 1.2.2
4+
5+
### Patch Changes ([`aec3423`](https://github.com/lin-stephanie/astro-loaders/commit/aec342343b0872dbf2d1eab3132a216230a6a45d))
6+
7+
- Update the entry Zod schema
8+
- Resolve `<Content />` becomes non-functional when `fetchThread: true` is set
9+
310
## 1.2.1
411

5-
### Patch Changes
12+
### Patch Changes ([`981ee1a`](https://github.com/lin-stephanie/astro-loaders/commit/981ee1a25cd856bcb2f77626764f89ecae20aff3))
613

7-
- Refactor first parameter type of exported `renderPostAsHtml` from [PostView](https://github.com/bluesky-social/atproto/blob/main/packages/api/src/client/types/app/bsky/feed/defs.ts#L26) to [RichTextProps](https://github.com/bluesky-social/atproto/blob/main/packages/api/src/rich-text/rich-text.ts#L105) ([`981ee1a`](https://github.com/lin-stephanie/astro-loaders/commit/981ee1a25cd856bcb2f77626764f89ecae20aff3))
14+
- Refactor first parameter type of exported `renderPostAsHtml` from [PostView](https://github.com/bluesky-social/atproto/blob/main/packages/api/src/client/types/app/bsky/feed/defs.ts#L26) to [RichTextProps](https://github.com/bluesky-social/atproto/blob/main/packages/api/src/rich-text/rich-text.ts#L105)
815
- Update docs
916

1017
## 1.2.0

packages/astro-loader-bluesky-posts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "astro-loader-bluesky-posts",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "Astro loader for loading Bluesky posts and threads using post URLs or AT-URIs.",
55
"author": "Stephanie Lin <norwaywoods047@gmail.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)