Consistency improvements to several package descriptions (#6494)
* Add small improvements to package descriptions * Add changeset --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
This commit is contained in:
parent
e473de6d0f
commit
a13e9d7e33
11 changed files with 24 additions and 9 deletions
14
.changeset/tiny-hairs-battle.md
Normal file
14
.changeset/tiny-hairs-battle.md
Normal file
|
@ -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
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue