Skip to content

Commit

Permalink
Consistency improvements to several package descriptions (#6494)
Browse files Browse the repository at this point in the history
* Add small improvements to package descriptions

* Add changeset

---------

Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
  • Loading branch information
yanthomasdev and natemoo-re committed Mar 13, 2023
1 parent e473de6 commit a13e9d7
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 9 deletions.
14 changes: 14 additions & 0 deletions .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
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
1 change: 1 addition & 0 deletions 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",
Expand Down

0 comments on commit a13e9d7

Please sign in to comment.