From 6fce869729bdc178f8ce71ce6eeddc29f023800f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2024 12:54:17 +0200 Subject: [PATCH] Version Packages (#139) Co-authored-by: github-actions[bot] --- .changeset/swift-horses-walk.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/swift-horses-walk.md diff --git a/.changeset/swift-horses-walk.md b/.changeset/swift-horses-walk.md deleted file mode 100644 index b4bb74a..0000000 --- a/.changeset/swift-horses-walk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astro-community/astro-embed-youtube': patch ---- - -Fixes accessibility of play button in YouTube embed by upgrading `lite-youtube-embed` diff --git a/packages/astro-embed-youtube/CHANGELOG.md b/packages/astro-embed-youtube/CHANGELOG.md index 8b22ded..e240a32 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.3 + +### Patch Changes + +- [#138](https://github.com/delucis/astro-embed/pull/138) [`e74c4233c5e2bb088e6bca642b09a5a6ef5f9df7`](https://github.com/delucis/astro-embed/commit/e74c4233c5e2bb088e6bca642b09a5a6ef5f9df7) Thanks [@delucis](https://github.com/delucis)! - Fixes accessibility of play button in YouTube embed by upgrading `lite-youtube-embed` + ## 0.5.2 ### Patch Changes diff --git a/packages/astro-embed-youtube/package.json b/packages/astro-embed-youtube/package.json index 7503ddf..1caf19d 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.2", + "version": "0.5.3", "description": "Component to easily embed YouTube videos on your Astro site", "type": "module", "exports": {