chore: integration keywords (#2847)

* updating integration package keywords

* adding a changeset
This commit is contained in:
Tony Sullivan 2022-03-21 19:31:15 +00:00 committed by GitHub
parent 0bc3b72958
commit 3b621f7a61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 60 additions and 0 deletions

View file

@ -0,0 +1,14 @@
---
'@astrojs/lit': patch
'@astrojs/partytown': patch
'@astrojs/preact': patch
'@astrojs/react': patch
'@astrojs/sitemap': patch
'@astrojs/solid-js': patch
'@astrojs/svelte': patch
'@astrojs/tailwind': patch
'@astrojs/turbolinks': patch
'@astrojs/vue': patch
---
Adds keywords to the official integrations to support discoverability on Astro's Integrations site

View file

@ -11,6 +11,11 @@
"url": "https://github.com/withastro/astro.git",
"directory": "packages/integrations/lit"
},
"keywords": [
"astro-component",
"renderer",
"lit"
],
"bugs": "https://github.com/withastro/astro/issues",
"homepage": "https://astro.build",
"exports": {

View file

@ -11,6 +11,11 @@
"url": "https://github.com/withastro/astro.git",
"directory": "packages/integrations/partytown"
},
"keywords": [
"astro-component",
"analytics",
"performance"
],
"bugs": "https://github.com/withastro/astro/issues",
"homepage": "https://astro.build",
"exports": {

View file

@ -11,6 +11,11 @@
"url": "https://github.com/withastro/astro.git",
"directory": "packages/integrations/preact"
},
"keywords": [
"astro-component",
"renderer",
"preact"
],
"bugs": "https://github.com/withastro/astro/issues",
"homepage": "https://astro.build",
"exports": {

View file

@ -11,6 +11,11 @@
"url": "https://github.com/withastro/astro.git",
"directory": "packages/integrations/react"
},
"keywords": [
"astro-component",
"renderer",
"react"
],
"bugs": "https://github.com/withastro/astro/issues",
"homepage": "https://astro.build",
"exports": {

View file

@ -11,6 +11,10 @@
"url": "https://github.com/withastro/astro.git",
"directory": "packages/integrations/sitemap"
},
"keywords": [
"astro-component",
"seo"
],
"bugs": "https://github.com/withastro/astro/issues",
"homepage": "https://astro.build",
"exports": {

View file

@ -11,6 +11,11 @@
"url": "https://github.com/withastro/astro.git",
"directory": "packages/integrations/solid"
},
"keywords": [
"astro-component",
"renderer",
"solid"
],
"bugs": "https://github.com/withastro/astro/issues",
"homepage": "https://astro.build",
"exports": {

View file

@ -11,6 +11,11 @@
"url": "https://github.com/withastro/astro.git",
"directory": "packages/integrations/svelte"
},
"keywords": [
"astro-component",
"renderer",
"svelte"
],
"bugs": "https://github.com/withastro/astro/issues",
"homepage": "https://astro.build",
"exports": {

View file

@ -11,6 +11,9 @@
"url": "https://github.com/withastro/astro.git",
"directory": "packages/integrations/tailwind"
},
"keywords": [
"astro-component"
],
"bugs": "https://github.com/withastro/astro/issues",
"homepage": "https://astro.build",
"exports": {

View file

@ -11,6 +11,10 @@
"url": "https://github.com/withastro/astro.git",
"directory": "packages/integrations/turbolinks"
},
"keywords": [
"astro-component",
"performance"
],
"bugs": "https://github.com/withastro/astro/issues",
"homepage": "https://astro.build",
"exports": {

View file

@ -11,6 +11,11 @@
"url": "https://github.com/withastro/astro.git",
"directory": "packages/integrations/vue"
},
"keywords": [
"astro-component",
"renderer",
"vue"
],
"bugs": "https://github.com/withastro/astro/issues",
"homepage": "https://astro.build",
"exports": {