From 459b940a4b8bcf5902a3803870d6613134808dd3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 10 Apr 2024 22:28:34 +0000 Subject: [PATCH] Version Packages --- .changeset/fifty-balloons-wave.md | 5 ----- packages/astro-embed-youtube/CHANGELOG.md | 6 ++++++ packages/astro-embed-youtube/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/fifty-balloons-wave.md diff --git a/.changeset/fifty-balloons-wave.md b/.changeset/fifty-balloons-wave.md deleted file mode 100644 index 518154a0..00000000 --- a/.changeset/fifty-balloons-wave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astro-community/astro-embed-youtube': patch ---- - -Revert to `jpg` for `` poster diff --git a/packages/astro-embed-youtube/CHANGELOG.md b/packages/astro-embed-youtube/CHANGELOG.md index 6eb7985f..8b22ded5 100644 --- a/packages/astro-embed-youtube/CHANGELOG.md +++ b/packages/astro-embed-youtube/CHANGELOG.md @@ -1,5 +1,11 @@ # @astro-community/astro-embed-youtube +## 0.5.2 + +### Patch Changes + +- [#117](https://github.com/delucis/astro-embed/pull/117) [`c16d622eca47cd08d9455cc8be3a2a688f07c145`](https://github.com/delucis/astro-embed/commit/c16d622eca47cd08d9455cc8be3a2a688f07c145) Thanks [@jrouleau](https://github.com/jrouleau)! - Revert to `jpg` for `` poster + ## 0.5.1 ### Patch Changes diff --git a/packages/astro-embed-youtube/package.json b/packages/astro-embed-youtube/package.json index d22ce210..39f6e68b 100644 --- a/packages/astro-embed-youtube/package.json +++ b/packages/astro-embed-youtube/package.json @@ -1,6 +1,6 @@ { "name": "@astro-community/astro-embed-youtube", - "version": "0.5.1", + "version": "0.5.2", "description": "Component to easily embed YouTube videos on your Astro site", "type": "module", "exports": {