chore: Fix image and MDX integrations version's number to get out of 1.0 (#5892)

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

* chore: Same thing for MDX integration
This commit is contained in:
Erika 2023-01-18 15:43:04 +01:00 committed by GitHub
parent 7d72aeeae8
commit dc2496f702
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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",

View file

@ -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",