From dc2496f702e3b1b575a74c65db93f484ef95d097 Mon Sep 17 00:00:00 2001 From: Erika <3019731+Princesseuh@users.noreply.github.com> Date: Wed, 18 Jan 2023 15:43:04 +0100 Subject: [PATCH] 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 --- packages/integrations/image/package.json | 2 +- packages/integrations/mdx/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json index 798bdff0a3da..e2bdf0167fed 100644 --- a/packages/integrations/image/package.json +++ b/packages/integrations/image/package.json @@ -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", diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json index 0d20d8743392..49339368ca13 100644 --- a/packages/integrations/mdx/package.json +++ b/packages/integrations/mdx/package.json @@ -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",