From c01ee3d719df38e8309505ef3db29d16611b7d85 Mon Sep 17 00:00:00 2001 From: Robert Reinhard Date: Fri, 11 Aug 2023 00:06:50 -0700 Subject: [PATCH] v0.3.3 --- lerna.json | 2 +- packages/next/package.json | 2 +- packages/sanity-next/package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lerna.json b/lerna.json index 1077c40..8d6a4ff 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "npmClient": "yarn", "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "0.3.2" + "version": "0.3.3" } diff --git a/packages/next/package.json b/packages/next/package.json index f86b803..fdcd356 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -1,6 +1,6 @@ { "name": "@react-visual/next", - "version": "0.3.2", + "version": "0.3.3", "description": "Image and video renderer for Next.js projects", "author": "Bukwild ", "license": "MIT", diff --git a/packages/sanity-next/package.json b/packages/sanity-next/package.json index fcf13aa..15c34b3 100644 --- a/packages/sanity-next/package.json +++ b/packages/sanity-next/package.json @@ -1,6 +1,6 @@ { "name": "@react-visual/sanity-next", - "version": "0.3.2", + "version": "0.3.3", "description": "Image and video renderer for Sanity + Next.js projects", "author": "Bukwild ", "license": "MIT", @@ -14,7 +14,7 @@ "test": "cypress run --component" }, "dependencies": { - "@react-visual/next": "^0.3.2", + "@react-visual/next": "^0.3.3", "@sanity/asset-utils": "^1", "@sanity/image-url": "^1" },