diff --git a/.changeset/every-showers-switch.md b/.changeset/every-showers-switch.md new file mode 100644 index 00000000..08141c69 --- /dev/null +++ b/.changeset/every-showers-switch.md @@ -0,0 +1,7 @@ +--- +'@astro-community/astro-embed-integration': minor +'@astro-community/astro-embed-spotify': minor +'astro-embed': minor +--- + +Adds Spotify astro-embed component diff --git a/demo/package.json b/demo/package.json index 56f7f410..7857e895 100644 --- a/demo/package.json +++ b/demo/package.json @@ -14,6 +14,7 @@ "@astro-community/astro-embed-gist": "workspace:*", "@astro-community/astro-embed-link-preview": "workspace:*", "@astro-community/astro-embed-mastodon": "workspace:*", + "@astro-community/astro-embed-spotify": "workspace:*", "@astro-community/astro-embed-vimeo": "workspace:*", "@astro-community/astro-embed-youtube": "workspace:*", "@astrojs/mdx": "^5.0.4", diff --git a/demo/src/pages/index.astro b/demo/src/pages/index.astro index 4535ee34..837e009d 100644 --- a/demo/src/pages/index.astro +++ b/demo/src/pages/index.astro @@ -36,6 +36,9 @@ import Base from '../layouts/Base.astro';
  • <Gist/> component examples
  • +
  • + <Spotify/> component examples +
  • Other examples