Skip to content

Commit

Permalink
Add ui keyword to package.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis committed Oct 8, 2024
1 parent 273efb4 commit 91e70e7
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .changeset/many-geckos-hunt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'@astro-community/astro-embed-link-preview': patch
'@astro-community/astro-embed-twitter': patch
'@astro-community/astro-embed-youtube': patch
'@astro-community/astro-embed-vimeo': patch
'astro-embed': patch
---

Add additional `ui` keyword for better categorization in Astro’s integrations library
1 change: 1 addition & 0 deletions packages/astro-embed-link-preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"keywords": [
"astro",
"astro-component",
"ui",
"embeds",
"open-graph"
],
Expand Down
1 change: 1 addition & 0 deletions packages/astro-embed-twitter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"keywords": [
"astro",
"astro-component",
"ui",
"embeds",
"twitter"
],
Expand Down
1 change: 1 addition & 0 deletions packages/astro-embed-vimeo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"keywords": [
"astro",
"astro-component",
"ui",
"embeds",
"vimeo"
],
Expand Down
1 change: 1 addition & 0 deletions packages/astro-embed-youtube/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"keywords": [
"astro",
"astro-component",
"ui",
"embeds",
"youtube"
],
Expand Down
1 change: 1 addition & 0 deletions packages/astro-embed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"keywords": [
"astro",
"astro-component",
"ui",
"embeds",
"twitter",
"vimeo",
Expand Down

0 comments on commit 91e70e7

Please sign in to comment.