Skip to content

Commit

Permalink
chore: Fix image and MDX integrations version's number to get out of …
Browse files Browse the repository at this point in the history
…1.0 (#5892)

* chore: Fix image integration version's number to get out of 1.0

* chore: Same thing for MDX integration
  • Loading branch information
Princesseuh authored Jan 18, 2023
1 parent 7d72aee commit dc2496f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/integrations/image/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@astrojs/image",
"description": "Load and transform images in your Astro site.",
"version": "1.0.0-beta.2",
"version": "0.12.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/mdx/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@astrojs/mdx",
"description": "Use MDX within Astro",
"version": "1.0.0-beta.2",
"version": "0.14.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
Expand Down

0 comments on commit dc2496f

Please sign in to comment.