From 44fb79b8b51de902d20084377ddee4624d5704b6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 1 Jan 2025 16:00:17 +0000 Subject: [PATCH] ci: release --- .changeset/tiny-swans-look.md | 7 ------- packages/astro-loader-bluesky-posts/CHANGELOG.md | 9 +++++++++ packages/astro-loader-bluesky-posts/package.json | 2 +- 3 files changed, 10 insertions(+), 8 deletions(-) delete mode 100644 .changeset/tiny-swans-look.md create mode 100644 packages/astro-loader-bluesky-posts/CHANGELOG.md diff --git a/.changeset/tiny-swans-look.md b/.changeset/tiny-swans-look.md deleted file mode 100644 index b65c253..0000000 --- a/.changeset/tiny-swans-look.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"astro-loader-bluesky-posts": major ---- - -Support loading Bluesky posts using [AT-URI](https://atproto.com/specs/at-uri-scheme) -- Customizable HTML generation for posts (e.g., render posts with `` using `render(entry)`) -- Configurable thread loading and recursive filtering of the post author's replies diff --git a/packages/astro-loader-bluesky-posts/CHANGELOG.md b/packages/astro-loader-bluesky-posts/CHANGELOG.md new file mode 100644 index 0000000..e4b26ac --- /dev/null +++ b/packages/astro-loader-bluesky-posts/CHANGELOG.md @@ -0,0 +1,9 @@ +# astro-loader-bluesky-posts + +## 1.0.0 + +### Major Changes + +- Support loading Bluesky posts using [AT-URI](https://atproto.com/specs/at-uri-scheme) ([`bdaeced`](https://github.com/lin-stephanie/astro-loaders/commit/bdaeced70ec65483c742f199d7a15a620d89c138)) + - Customizable HTML generation for posts (e.g., render posts with `` using `render(entry)`) + - Configurable thread loading and recursive filtering of the post author's replies diff --git a/packages/astro-loader-bluesky-posts/package.json b/packages/astro-loader-bluesky-posts/package.json index b09e883..0e11893 100644 --- a/packages/astro-loader-bluesky-posts/package.json +++ b/packages/astro-loader-bluesky-posts/package.json @@ -1,6 +1,6 @@ { "name": "astro-loader-bluesky-posts", - "version": "0.0.0", + "version": "1.0.0", "description": "Astro loader for loading Bluesky posts and threads using AT-URI.", "author": "Stephanie Lin ", "license": "MIT",