From ffe6b224ad4f9736c76d9036f3222cc5a25d90ef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 00:46:35 +0200 Subject: [PATCH] Version Packages (#149) Co-authored-by: github-actions[bot] --- .changeset/twenty-shoes-stare.md | 9 --------- packages/astro-embed-integration/CHANGELOG.md | 11 +++++++++++ packages/astro-embed-integration/package.json | 8 ++++---- packages/astro-embed-twitter/CHANGELOG.md | 6 ++++++ packages/astro-embed-twitter/package.json | 2 +- packages/astro-embed-vimeo/CHANGELOG.md | 6 ++++++ packages/astro-embed-vimeo/package.json | 2 +- packages/astro-embed-youtube/CHANGELOG.md | 6 ++++++ packages/astro-embed-youtube/package.json | 2 +- packages/astro-embed/CHANGELOG.md | 12 ++++++++++++ packages/astro-embed/package.json | 10 +++++----- 11 files changed, 53 insertions(+), 21 deletions(-) delete mode 100644 .changeset/twenty-shoes-stare.md diff --git a/.changeset/twenty-shoes-stare.md b/.changeset/twenty-shoes-stare.md deleted file mode 100644 index 319e3c6..0000000 --- a/.changeset/twenty-shoes-stare.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@astro-community/astro-embed-integration": patch -"@astro-community/astro-embed-twitter": patch -"@astro-community/astro-embed-vimeo": patch -"@astro-community/astro-embed-youtube": patch -"astro-embed": patch ---- - -Adds support for Astro v5 diff --git a/packages/astro-embed-integration/CHANGELOG.md b/packages/astro-embed-integration/CHANGELOG.md index 6b8d7e4..9150b6d 100644 --- a/packages/astro-embed-integration/CHANGELOG.md +++ b/packages/astro-embed-integration/CHANGELOG.md @@ -1,5 +1,16 @@ # @astro-community/astro-embed-integration +## 0.7.2 + +### Patch Changes + +- [#148](https://github.com/delucis/astro-embed/pull/148) [`78346ae846925fa3ce90378d2f03c437620adcec`](https://github.com/delucis/astro-embed/commit/78346ae846925fa3ce90378d2f03c437620adcec) Thanks [@prototypa](https://github.com/prototypa)! - Adds support for Astro v5 + +- Updated dependencies [[`78346ae846925fa3ce90378d2f03c437620adcec`](https://github.com/delucis/astro-embed/commit/78346ae846925fa3ce90378d2f03c437620adcec)]: + - @astro-community/astro-embed-twitter@0.5.5 + - @astro-community/astro-embed-vimeo@0.3.9 + - @astro-community/astro-embed-youtube@0.5.4 + ## 0.7.1 ### Patch Changes diff --git a/packages/astro-embed-integration/package.json b/packages/astro-embed-integration/package.json index 2a29bc9..59b5cfb 100644 --- a/packages/astro-embed-integration/package.json +++ b/packages/astro-embed-integration/package.json @@ -1,6 +1,6 @@ { "name": "@astro-community/astro-embed-integration", - "version": "0.7.1", + "version": "0.7.2", "description": "Astro integration to automatically convert URLs in Markdown files to embeds", "type": "module", "exports": { @@ -23,9 +23,9 @@ "homepage": "https://astro-embed.netlify.app/integration", "dependencies": { "@astro-community/astro-embed-link-preview": "^0.2.0", - "@astro-community/astro-embed-twitter": "^0.5.4", - "@astro-community/astro-embed-vimeo": "^0.3.6", - "@astro-community/astro-embed-youtube": "^0.5.0", + "@astro-community/astro-embed-twitter": "^0.5.5", + "@astro-community/astro-embed-vimeo": "^0.3.9", + "@astro-community/astro-embed-youtube": "^0.5.4", "@types/unist": "^2.0.0", "astro-auto-import": "^0.4.2", "unist-util-select": "^4.0.1" diff --git a/packages/astro-embed-twitter/CHANGELOG.md b/packages/astro-embed-twitter/CHANGELOG.md index b7d0df5..9b25df3 100644 --- a/packages/astro-embed-twitter/CHANGELOG.md +++ b/packages/astro-embed-twitter/CHANGELOG.md @@ -1,5 +1,11 @@ # @astro-community/astro-embed-twitter +## 0.5.5 + +### Patch Changes + +- [#148](https://github.com/delucis/astro-embed/pull/148) [`78346ae846925fa3ce90378d2f03c437620adcec`](https://github.com/delucis/astro-embed/commit/78346ae846925fa3ce90378d2f03c437620adcec) Thanks [@prototypa](https://github.com/prototypa)! - Adds support for Astro v5 + ## 0.5.4 ### Patch Changes diff --git a/packages/astro-embed-twitter/package.json b/packages/astro-embed-twitter/package.json index 77bf463..d89b25a 100644 --- a/packages/astro-embed-twitter/package.json +++ b/packages/astro-embed-twitter/package.json @@ -1,6 +1,6 @@ { "name": "@astro-community/astro-embed-twitter", - "version": "0.5.4", + "version": "0.5.5", "description": "Component to easily embed Tweets on your Astro site", "type": "module", "exports": { diff --git a/packages/astro-embed-vimeo/CHANGELOG.md b/packages/astro-embed-vimeo/CHANGELOG.md index 4305515..3264bda 100644 --- a/packages/astro-embed-vimeo/CHANGELOG.md +++ b/packages/astro-embed-vimeo/CHANGELOG.md @@ -1,5 +1,11 @@ # @astro-community/astro-embed-vimeo +## 0.3.9 + +### Patch Changes + +- [#148](https://github.com/delucis/astro-embed/pull/148) [`78346ae846925fa3ce90378d2f03c437620adcec`](https://github.com/delucis/astro-embed/commit/78346ae846925fa3ce90378d2f03c437620adcec) Thanks [@prototypa](https://github.com/prototypa)! - Adds support for Astro v5 + ## 0.3.8 ### Patch Changes diff --git a/packages/astro-embed-vimeo/package.json b/packages/astro-embed-vimeo/package.json index 9b2ee3e..29779f6 100644 --- a/packages/astro-embed-vimeo/package.json +++ b/packages/astro-embed-vimeo/package.json @@ -1,6 +1,6 @@ { "name": "@astro-community/astro-embed-vimeo", - "version": "0.3.8", + "version": "0.3.9", "description": "Component to easily embed Vimeo videos on your Astro site", "type": "module", "exports": { diff --git a/packages/astro-embed-youtube/CHANGELOG.md b/packages/astro-embed-youtube/CHANGELOG.md index e240a32..2cab1c4 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.4 + +### Patch Changes + +- [#148](https://github.com/delucis/astro-embed/pull/148) [`78346ae846925fa3ce90378d2f03c437620adcec`](https://github.com/delucis/astro-embed/commit/78346ae846925fa3ce90378d2f03c437620adcec) Thanks [@prototypa](https://github.com/prototypa)! - Adds support for Astro v5 + ## 0.5.3 ### Patch Changes diff --git a/packages/astro-embed-youtube/package.json b/packages/astro-embed-youtube/package.json index d494d8c..3fbb9ff 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.3", + "version": "0.5.4", "description": "Component to easily embed YouTube videos on your Astro site", "type": "module", "exports": { diff --git a/packages/astro-embed/CHANGELOG.md b/packages/astro-embed/CHANGELOG.md index a86f3d9..bb1a62c 100644 --- a/packages/astro-embed/CHANGELOG.md +++ b/packages/astro-embed/CHANGELOG.md @@ -1,5 +1,17 @@ # astro-embed +## 0.7.3 + +### Patch Changes + +- [#148](https://github.com/delucis/astro-embed/pull/148) [`78346ae846925fa3ce90378d2f03c437620adcec`](https://github.com/delucis/astro-embed/commit/78346ae846925fa3ce90378d2f03c437620adcec) Thanks [@prototypa](https://github.com/prototypa)! - Adds support for Astro v5 + +- Updated dependencies [[`78346ae846925fa3ce90378d2f03c437620adcec`](https://github.com/delucis/astro-embed/commit/78346ae846925fa3ce90378d2f03c437620adcec)]: + - @astro-community/astro-embed-integration@0.7.2 + - @astro-community/astro-embed-twitter@0.5.5 + - @astro-community/astro-embed-vimeo@0.3.9 + - @astro-community/astro-embed-youtube@0.5.4 + ## 0.7.2 ### Patch Changes diff --git a/packages/astro-embed/package.json b/packages/astro-embed/package.json index 027820b..fa0a4f6 100644 --- a/packages/astro-embed/package.json +++ b/packages/astro-embed/package.json @@ -1,6 +1,6 @@ { "name": "astro-embed", - "version": "0.7.2", + "version": "0.7.3", "description": "Astro components to easily embed common media formats", "type": "module", "exports": { @@ -32,10 +32,10 @@ "homepage": "https://astro-embed.netlify.app/", "dependencies": { "@astro-community/astro-embed-link-preview": "^0.2.0", - "@astro-community/astro-embed-integration": "^0.7.1", - "@astro-community/astro-embed-twitter": "^0.5.4", - "@astro-community/astro-embed-vimeo": "^0.3.7", - "@astro-community/astro-embed-youtube": "^0.5.0" + "@astro-community/astro-embed-integration": "^0.7.2", + "@astro-community/astro-embed-twitter": "^0.5.5", + "@astro-community/astro-embed-vimeo": "^0.3.9", + "@astro-community/astro-embed-youtube": "^0.5.4" }, "peerDependencies": { "astro": "^2.0.0 || ^3.0.0-beta || ^4.0.0-beta || ^5.0.0-beta"