Skip to content

Commit 3b621f7

Browse files
author
Tony Sullivan
authored
chore: integration keywords (#2847)
* updating integration package keywords * adding a changeset
1 parent 0bc3b72 commit 3b621f7

11 files changed

Lines changed: 60 additions & 0 deletions

File tree

.changeset/tidy-jobs-beg.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
'@astrojs/lit': patch
3+
'@astrojs/partytown': patch
4+
'@astrojs/preact': patch
5+
'@astrojs/react': patch
6+
'@astrojs/sitemap': patch
7+
'@astrojs/solid-js': patch
8+
'@astrojs/svelte': patch
9+
'@astrojs/tailwind': patch
10+
'@astrojs/turbolinks': patch
11+
'@astrojs/vue': patch
12+
---
13+
14+
Adds keywords to the official integrations to support discoverability on Astro's Integrations site

packages/integrations/lit/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
"url": "https://github.com/withastro/astro.git",
1212
"directory": "packages/integrations/lit"
1313
},
14+
"keywords": [
15+
"astro-component",
16+
"renderer",
17+
"lit"
18+
],
1419
"bugs": "https://github.com/withastro/astro/issues",
1520
"homepage": "https://astro.build",
1621
"exports": {

packages/integrations/partytown/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
"url": "https://github.com/withastro/astro.git",
1212
"directory": "packages/integrations/partytown"
1313
},
14+
"keywords": [
15+
"astro-component",
16+
"analytics",
17+
"performance"
18+
],
1419
"bugs": "https://github.com/withastro/astro/issues",
1520
"homepage": "https://astro.build",
1621
"exports": {

packages/integrations/preact/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
"url": "https://github.com/withastro/astro.git",
1212
"directory": "packages/integrations/preact"
1313
},
14+
"keywords": [
15+
"astro-component",
16+
"renderer",
17+
"preact"
18+
],
1419
"bugs": "https://github.com/withastro/astro/issues",
1520
"homepage": "https://astro.build",
1621
"exports": {

packages/integrations/react/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
"url": "https://github.com/withastro/astro.git",
1212
"directory": "packages/integrations/react"
1313
},
14+
"keywords": [
15+
"astro-component",
16+
"renderer",
17+
"react"
18+
],
1419
"bugs": "https://github.com/withastro/astro/issues",
1520
"homepage": "https://astro.build",
1621
"exports": {

packages/integrations/sitemap/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
"url": "https://github.com/withastro/astro.git",
1212
"directory": "packages/integrations/sitemap"
1313
},
14+
"keywords": [
15+
"astro-component",
16+
"seo"
17+
],
1418
"bugs": "https://github.com/withastro/astro/issues",
1519
"homepage": "https://astro.build",
1620
"exports": {

packages/integrations/solid/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
"url": "https://github.com/withastro/astro.git",
1212
"directory": "packages/integrations/solid"
1313
},
14+
"keywords": [
15+
"astro-component",
16+
"renderer",
17+
"solid"
18+
],
1419
"bugs": "https://github.com/withastro/astro/issues",
1520
"homepage": "https://astro.build",
1621
"exports": {

packages/integrations/svelte/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
"url": "https://github.com/withastro/astro.git",
1212
"directory": "packages/integrations/svelte"
1313
},
14+
"keywords": [
15+
"astro-component",
16+
"renderer",
17+
"svelte"
18+
],
1419
"bugs": "https://github.com/withastro/astro/issues",
1520
"homepage": "https://astro.build",
1621
"exports": {

packages/integrations/tailwind/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
"url": "https://github.com/withastro/astro.git",
1212
"directory": "packages/integrations/tailwind"
1313
},
14+
"keywords": [
15+
"astro-component"
16+
],
1417
"bugs": "https://github.com/withastro/astro/issues",
1518
"homepage": "https://astro.build",
1619
"exports": {

packages/integrations/turbolinks/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
"url": "https://github.com/withastro/astro.git",
1212
"directory": "packages/integrations/turbolinks"
1313
},
14+
"keywords": [
15+
"astro-component",
16+
"performance"
17+
],
1418
"bugs": "https://github.com/withastro/astro/issues",
1519
"homepage": "https://astro.build",
1620
"exports": {

0 commit comments

Comments
 (0)