From c29b8496a6c88fc30b91e27754d7ff2842f4d756 Mon Sep 17 00:00:00 2001 From: Robert Reinhard Date: Mon, 21 Aug 2023 23:04:32 -0700 Subject: [PATCH] v0.3.6 --- lerna.json | 2 +- packages/sanity-next/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lerna.json b/lerna.json index ed6c0b1..baf3ccb 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "npmClient": "yarn", "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "0.3.6-alpha.2" + "version": "0.3.6" } diff --git a/packages/sanity-next/package.json b/packages/sanity-next/package.json index 9b4e76b..be8a83c 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.6-alpha.2", + "version": "0.3.6", "description": "Image and video renderer for Sanity + Next.js projects", "author": "Bukwild ", "license": "MIT",