chore: integration keywords (#2847)
* updating integration package keywords * adding a changeset
This commit is contained in:
parent
0bc3b72958
commit
3b621f7a61
11 changed files with 60 additions and 0 deletions
14
.changeset/tidy-jobs-beg.md
Normal file
14
.changeset/tidy-jobs-beg.md
Normal 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
|
|
@ -11,6 +11,11 @@
|
||||||
"url": "https://github.com/withastro/astro.git",
|
"url": "https://github.com/withastro/astro.git",
|
||||||
"directory": "packages/integrations/lit"
|
"directory": "packages/integrations/lit"
|
||||||
},
|
},
|
||||||
|
"keywords": [
|
||||||
|
"astro-component",
|
||||||
|
"renderer",
|
||||||
|
"lit"
|
||||||
|
],
|
||||||
"bugs": "https://github.com/withastro/astro/issues",
|
"bugs": "https://github.com/withastro/astro/issues",
|
||||||
"homepage": "https://astro.build",
|
"homepage": "https://astro.build",
|
||||||
"exports": {
|
"exports": {
|
||||||
|
|
|
@ -11,6 +11,11 @@
|
||||||
"url": "https://github.com/withastro/astro.git",
|
"url": "https://github.com/withastro/astro.git",
|
||||||
"directory": "packages/integrations/partytown"
|
"directory": "packages/integrations/partytown"
|
||||||
},
|
},
|
||||||
|
"keywords": [
|
||||||
|
"astro-component",
|
||||||
|
"analytics",
|
||||||
|
"performance"
|
||||||
|
],
|
||||||
"bugs": "https://github.com/withastro/astro/issues",
|
"bugs": "https://github.com/withastro/astro/issues",
|
||||||
"homepage": "https://astro.build",
|
"homepage": "https://astro.build",
|
||||||
"exports": {
|
"exports": {
|
||||||
|
|
|
@ -11,6 +11,11 @@
|
||||||
"url": "https://github.com/withastro/astro.git",
|
"url": "https://github.com/withastro/astro.git",
|
||||||
"directory": "packages/integrations/preact"
|
"directory": "packages/integrations/preact"
|
||||||
},
|
},
|
||||||
|
"keywords": [
|
||||||
|
"astro-component",
|
||||||
|
"renderer",
|
||||||
|
"preact"
|
||||||
|
],
|
||||||
"bugs": "https://github.com/withastro/astro/issues",
|
"bugs": "https://github.com/withastro/astro/issues",
|
||||||
"homepage": "https://astro.build",
|
"homepage": "https://astro.build",
|
||||||
"exports": {
|
"exports": {
|
||||||
|
|
|
@ -11,6 +11,11 @@
|
||||||
"url": "https://github.com/withastro/astro.git",
|
"url": "https://github.com/withastro/astro.git",
|
||||||
"directory": "packages/integrations/react"
|
"directory": "packages/integrations/react"
|
||||||
},
|
},
|
||||||
|
"keywords": [
|
||||||
|
"astro-component",
|
||||||
|
"renderer",
|
||||||
|
"react"
|
||||||
|
],
|
||||||
"bugs": "https://github.com/withastro/astro/issues",
|
"bugs": "https://github.com/withastro/astro/issues",
|
||||||
"homepage": "https://astro.build",
|
"homepage": "https://astro.build",
|
||||||
"exports": {
|
"exports": {
|
||||||
|
|
|
@ -11,6 +11,10 @@
|
||||||
"url": "https://github.com/withastro/astro.git",
|
"url": "https://github.com/withastro/astro.git",
|
||||||
"directory": "packages/integrations/sitemap"
|
"directory": "packages/integrations/sitemap"
|
||||||
},
|
},
|
||||||
|
"keywords": [
|
||||||
|
"astro-component",
|
||||||
|
"seo"
|
||||||
|
],
|
||||||
"bugs": "https://github.com/withastro/astro/issues",
|
"bugs": "https://github.com/withastro/astro/issues",
|
||||||
"homepage": "https://astro.build",
|
"homepage": "https://astro.build",
|
||||||
"exports": {
|
"exports": {
|
||||||
|
|
|
@ -11,6 +11,11 @@
|
||||||
"url": "https://github.com/withastro/astro.git",
|
"url": "https://github.com/withastro/astro.git",
|
||||||
"directory": "packages/integrations/solid"
|
"directory": "packages/integrations/solid"
|
||||||
},
|
},
|
||||||
|
"keywords": [
|
||||||
|
"astro-component",
|
||||||
|
"renderer",
|
||||||
|
"solid"
|
||||||
|
],
|
||||||
"bugs": "https://github.com/withastro/astro/issues",
|
"bugs": "https://github.com/withastro/astro/issues",
|
||||||
"homepage": "https://astro.build",
|
"homepage": "https://astro.build",
|
||||||
"exports": {
|
"exports": {
|
||||||
|
|
|
@ -11,6 +11,11 @@
|
||||||
"url": "https://github.com/withastro/astro.git",
|
"url": "https://github.com/withastro/astro.git",
|
||||||
"directory": "packages/integrations/svelte"
|
"directory": "packages/integrations/svelte"
|
||||||
},
|
},
|
||||||
|
"keywords": [
|
||||||
|
"astro-component",
|
||||||
|
"renderer",
|
||||||
|
"svelte"
|
||||||
|
],
|
||||||
"bugs": "https://github.com/withastro/astro/issues",
|
"bugs": "https://github.com/withastro/astro/issues",
|
||||||
"homepage": "https://astro.build",
|
"homepage": "https://astro.build",
|
||||||
"exports": {
|
"exports": {
|
||||||
|
|
|
@ -11,6 +11,9 @@
|
||||||
"url": "https://github.com/withastro/astro.git",
|
"url": "https://github.com/withastro/astro.git",
|
||||||
"directory": "packages/integrations/tailwind"
|
"directory": "packages/integrations/tailwind"
|
||||||
},
|
},
|
||||||
|
"keywords": [
|
||||||
|
"astro-component"
|
||||||
|
],
|
||||||
"bugs": "https://github.com/withastro/astro/issues",
|
"bugs": "https://github.com/withastro/astro/issues",
|
||||||
"homepage": "https://astro.build",
|
"homepage": "https://astro.build",
|
||||||
"exports": {
|
"exports": {
|
||||||
|
|
|
@ -11,6 +11,10 @@
|
||||||
"url": "https://github.com/withastro/astro.git",
|
"url": "https://github.com/withastro/astro.git",
|
||||||
"directory": "packages/integrations/turbolinks"
|
"directory": "packages/integrations/turbolinks"
|
||||||
},
|
},
|
||||||
|
"keywords": [
|
||||||
|
"astro-component",
|
||||||
|
"performance"
|
||||||
|
],
|
||||||
"bugs": "https://github.com/withastro/astro/issues",
|
"bugs": "https://github.com/withastro/astro/issues",
|
||||||
"homepage": "https://astro.build",
|
"homepage": "https://astro.build",
|
||||||
"exports": {
|
"exports": {
|
||||||
|
|
|
@ -11,6 +11,11 @@
|
||||||
"url": "https://github.com/withastro/astro.git",
|
"url": "https://github.com/withastro/astro.git",
|
||||||
"directory": "packages/integrations/vue"
|
"directory": "packages/integrations/vue"
|
||||||
},
|
},
|
||||||
|
"keywords": [
|
||||||
|
"astro-component",
|
||||||
|
"renderer",
|
||||||
|
"vue"
|
||||||
|
],
|
||||||
"bugs": "https://github.com/withastro/astro/issues",
|
"bugs": "https://github.com/withastro/astro/issues",
|
||||||
"homepage": "https://astro.build",
|
"homepage": "https://astro.build",
|
||||||
"exports": {
|
"exports": {
|
||||||
|
|
Loading…
Reference in a new issue