diff --git a/lerna.json b/lerna.json index 90a5c36..90fc832 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "npmClient": "yarn", "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "0.5.1" + "version": "0.6.0" } diff --git a/packages/next/package.json b/packages/next/package.json index 7f72a68..8e37bab 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -1,6 +1,6 @@ { "name": "@react-visual/next", - "version": "0.5.1", + "version": "0.6.0", "description": "Image and video renderer for Next.js projects", "author": "Bukwild ", "license": "MIT", @@ -14,7 +14,7 @@ "test": "cypress run --component" }, "dependencies": { - "@react-visual/react": "^0.5.1" + "@react-visual/react": "^0.6.0" }, "peerDependencies": { "next": "^13", diff --git a/packages/react/package.json b/packages/react/package.json index 7605b88..052878f 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@react-visual/react", - "version": "0.5.1", + "version": "0.6.0", "description": "Image and video renderer for React projects", "author": "Bukwild ", "license": "MIT", diff --git a/packages/sanity-next/package.json b/packages/sanity-next/package.json index c812b11..caec4a5 100644 --- a/packages/sanity-next/package.json +++ b/packages/sanity-next/package.json @@ -1,6 +1,6 @@ { "name": "@react-visual/sanity-next", - "version": "0.5.1", + "version": "0.6.0", "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.5.1", + "@react-visual/next": "^0.6.0", "@sanity/asset-utils": "^1", "@sanity/image-url": "^1" },