Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
weotch committed Nov 27, 2023
1 parent f7ff122 commit d2faaf5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"npmClient": "yarn",
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.6.0"
"version": "0.7.0"
}
4 changes: 2 additions & 2 deletions packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-visual/next",
"version": "0.6.0",
"version": "0.7.0",
"description": "Image and video renderer for Next.js projects",
"author": "Bukwild <info@bukwild.com>",
"license": "MIT",
Expand All @@ -14,7 +14,7 @@
"test": "cypress run --component"
},
"dependencies": {
"@react-visual/react": "^0.6.0"
"@react-visual/react": "^0.7.0"
},
"peerDependencies": {
"next": "^13",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-visual/react",
"version": "0.6.0",
"version": "0.7.0",
"description": "Image and video renderer for React projects",
"author": "Bukwild <info@bukwild.com>",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/sanity-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-visual/sanity-next",
"version": "0.6.0",
"version": "0.7.0",
"description": "Image and video renderer for Sanity + Next.js projects",
"author": "Bukwild <info@bukwild.com>",
"license": "MIT",
Expand All @@ -14,7 +14,7 @@
"test": "cypress run --component"
},
"dependencies": {
"@react-visual/next": "^0.6.0",
"@react-visual/next": "^0.7.0",
"@sanity/asset-utils": "^1",
"@sanity/image-url": "^1"
},
Expand Down

0 comments on commit d2faaf5

Please sign in to comment.