From 9df736a34ba868300086d3db07a56f50e989b790 Mon Sep 17 00:00:00 2001
From: Robert Reinhard <robert.reinhard@bukwild.com>
Date: Thu, 10 Aug 2023 22:06:18 -0700
Subject: [PATCH] v0.3.0

---
 lerna.json                        | 2 +-
 packages/next/package.json        | 4 ++--
 packages/react/package.json       | 2 +-
 packages/sanity-next/package.json | 4 ++--
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/lerna.json b/lerna.json
index 2ca07cf..f7ca690 100644
--- a/lerna.json
+++ b/lerna.json
@@ -1,5 +1,5 @@
 {
   "npmClient": "yarn",
   "$schema": "node_modules/lerna/schemas/lerna-schema.json",
-  "version": "0.2.1"
+  "version": "0.3.0"
 }
diff --git a/packages/next/package.json b/packages/next/package.json
index 2fcd055..3c582a3 100644
--- a/packages/next/package.json
+++ b/packages/next/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@react-visual/next",
-  "version": "0.2.1",
+  "version": "0.3.0",
   "description": "Image and video renderer for Next.js projects",
   "author": "Bukwild <info@bukwild.com>",
   "license": "MIT",
@@ -14,7 +14,7 @@
     "test": "cypress run --component"
   },
   "dependencies": {
-    "@react-visual/react": "^0.2.0"
+    "@react-visual/react": "^0.3.0"
   },
   "peerDependencies": {
     "next": "^13",
diff --git a/packages/react/package.json b/packages/react/package.json
index 16c2c57..dd801d1 100644
--- a/packages/react/package.json
+++ b/packages/react/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@react-visual/react",
-  "version": "0.2.0",
+  "version": "0.3.0",
   "description": "Image and video renderer for React projects",
   "author": "Bukwild <info@bukwild.com>",
   "license": "MIT",
diff --git a/packages/sanity-next/package.json b/packages/sanity-next/package.json
index 0c10456..b70fe61 100644
--- a/packages/sanity-next/package.json
+++ b/packages/sanity-next/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@react-visual/sanity-next",
-  "version": "0.2.1",
+  "version": "0.3.0",
   "description": "Image and video renderer for Sanity + Next.js projects",
   "author": "Bukwild <info@bukwild.com>",
   "license": "MIT",
@@ -14,7 +14,7 @@
     "test": "cypress run --component"
   },
   "dependencies": {
-    "@react-visual/next": "^0.2.0",
+    "@react-visual/next": "^0.3.0",
     "@sanity/asset-utils": "^1",
     "@sanity/image-url": "^1"
   },