From a13e9d7e33baccf51e7d4815f99b481ad174bc57 Mon Sep 17 00:00:00 2001 From: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com> Date: Mon, 13 Mar 2023 11:25:47 -0300 Subject: [PATCH] Consistency improvements to several package descriptions (#6494) * Add small improvements to package descriptions * Add changeset --------- Co-authored-by: Nate Moore --- .changeset/tiny-hairs-battle.md | 14 ++++++++++++++ packages/astro-prism/package.json | 2 +- packages/integrations/alpinejs/package.json | 2 +- packages/integrations/cloudflare/package.json | 2 +- packages/integrations/image/package.json | 2 +- packages/integrations/markdoc/package.json | 2 +- packages/integrations/mdx/package.json | 2 +- packages/integrations/partytown/package.json | 2 +- packages/integrations/prefetch/package.json | 2 +- packages/integrations/sitemap/package.json | 2 +- packages/markdown/component/package.json | 1 + 11 files changed, 24 insertions(+), 9 deletions(-) create mode 100644 .changeset/tiny-hairs-battle.md diff --git a/.changeset/tiny-hairs-battle.md b/.changeset/tiny-hairs-battle.md new file mode 100644 index 000000000000..65bac2b1a352 --- /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 c7c2a3193ecf..6055448a93ba 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 f705eaf96efc..dbe7c79099a6 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 a36b84408bfa..c3f6b34b7c2a 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 db490e3bee1d..adb28d51a041 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 bccfb530f72a..6f9dd75e5d83 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 5a471f660486..4ab4ccbe84b0 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 517edbb1ca3c..b585bda688e0 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 74398b3630f6..e9eb9546c4f7 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 10b1f93fb44c..7d8c93d27766 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 51587e08570d..ad1533ce2d7b 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",