diff options
-rw-r--r-- | .changeset/tiny-hairs-battle.md | 14 | ||||
-rw-r--r-- | packages/astro-prism/package.json | 2 | ||||
-rw-r--r-- | packages/integrations/alpinejs/package.json | 2 | ||||
-rw-r--r-- | packages/integrations/cloudflare/package.json | 2 | ||||
-rw-r--r-- | packages/integrations/image/package.json | 2 | ||||
-rw-r--r-- | packages/integrations/markdoc/package.json | 2 | ||||
-rw-r--r-- | packages/integrations/mdx/package.json | 2 | ||||
-rw-r--r-- | packages/integrations/partytown/package.json | 2 | ||||
-rw-r--r-- | packages/integrations/prefetch/package.json | 2 | ||||
-rw-r--r-- | packages/integrations/sitemap/package.json | 2 | ||||
-rw-r--r-- | packages/markdown/component/package.json | 1 |
11 files changed, 24 insertions, 9 deletions
diff --git a/.changeset/tiny-hairs-battle.md b/.changeset/tiny-hairs-battle.md new file mode 100644 index 000000000..65bac2b1a --- /dev/null +++ b/.changeset/tiny-hairs-battle.md @@ -0,0 +1,14 @@ +--- +'@astrojs/prism': patch +'@astrojs/alpinejs': patch +'@astrojs/cloudflare': patch +'@astrojs/image': patch +'@astrojs/markdoc': patch +'@astrojs/mdx': patch +'@astrojs/partytown': patch +'@astrojs/prefetch': patch +'@astrojs/sitemap': patch +'@astrojs/markdown-component': patch +--- + +Consistency improvements to several package descriptions diff --git a/packages/astro-prism/package.json b/packages/astro-prism/package.json index c7c2a3193..6055448a9 100644 --- a/packages/astro-prism/package.json +++ b/packages/astro-prism/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/prism", "version": "2.1.0", - "description": "Supports Prism highlighting in Astro projects", + "description": "Add Prism syntax highlighting support to your Astro site", "author": "withastro", "type": "module", "license": "MIT", diff --git a/packages/integrations/alpinejs/package.json b/packages/integrations/alpinejs/package.json index f705eaf96..dbe7c7909 100644 --- a/packages/integrations/alpinejs/package.json +++ b/packages/integrations/alpinejs/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/alpinejs", - "description": "The official Alpine.js integration for Astro.", + "description": "Use Alpine within Astro", "version": "0.2.0", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json index a36b84408..c3f6b34b7 100644 --- a/packages/integrations/cloudflare/package.json +++ b/packages/integrations/cloudflare/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/cloudflare", - "description": "Deploy your site to cloudflare workers or cloudflare pages", + "description": "Deploy your site to Cloudflare Workers/Pages", "version": "6.2.0", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json index db490e3be..adb28d51a 100644 --- a/packages/integrations/image/package.json +++ b/packages/integrations/image/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/image", - "description": "Load and transform images in your Astro site.", + "description": "Load and transform images in your Astro site", "version": "0.16.0", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json index bccfb530f..6f9dd75e5 100644 --- a/packages/integrations/markdoc/package.json +++ b/packages/integrations/markdoc/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/markdoc", - "description": "Use Markdoc within Astro", + "description": "Add support for Markdoc pages in your Astro site", "version": "0.0.1", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json index 5a471f660..4ab4ccbe8 100644 --- a/packages/integrations/mdx/package.json +++ b/packages/integrations/mdx/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/mdx", - "description": "Use MDX within Astro", + "description": "Add support for MDX pages in your Astro site", "version": "0.18.0", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/integrations/partytown/package.json b/packages/integrations/partytown/package.json index 517edbb1c..b585bda68 100644 --- a/packages/integrations/partytown/package.json +++ b/packages/integrations/partytown/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/partytown", - "description": "Astro + Partytown integration", + "description": "Use Partytown to move scripts into a web worker in your Astro project", "version": "1.1.0", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/integrations/prefetch/package.json b/packages/integrations/prefetch/package.json index 74398b363..e9eb9546c 100644 --- a/packages/integrations/prefetch/package.json +++ b/packages/integrations/prefetch/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/prefetch", - "description": "Faster page navigations by prefetching links when the browser is idle.", + "description": "Prefetch page navigations in your Astro site", "version": "0.2.0", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/integrations/sitemap/package.json b/packages/integrations/sitemap/package.json index 10b1f93fb..7d8c93d27 100644 --- a/packages/integrations/sitemap/package.json +++ b/packages/integrations/sitemap/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/sitemap", - "description": "Generate a sitemap for Astro", + "description": "Generate a sitemap for your Astro site", "version": "1.2.0", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/markdown/component/package.json b/packages/markdown/component/package.json index 51587e085..ad1533ce2 100644 --- a/packages/markdown/component/package.json +++ b/packages/markdown/component/package.json @@ -1,5 +1,6 @@ { "name": "@astrojs/markdown-component", + "description": "Use the legacy Markdown component in your Astro site", "version": "1.0.2", "type": "module", "author": "withastro", |