Skip to content

Commit

Permalink
v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
weotch committed Aug 11, 2023
1 parent 9731d2b commit cb7b55b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.3.3"
"version": "0.3.4"
}
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-visual/next",
"version": "0.3.3",
"version": "0.3.4",
"description": "Image and video renderer for Next.js 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.3.3",
"version": "0.3.4",
"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.3.3",
"@react-visual/next": "^0.3.4",
"@sanity/asset-utils": "^1",
"@sanity/image-url": "^1"
},
Expand Down

0 comments on commit cb7b55b

Please sign in to comment.