Skip to content

Commit

Permalink
v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
weotch committed Nov 30, 2023
1 parent 18255b8 commit db9d1fc
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.8.0"
"version": "0.8.1"
}
4 changes: 2 additions & 2 deletions packages/contentful/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-visual/contentful",
"version": "0.8.0",
"version": "0.8.1",
"description": "Image and video renderer for Contentful assets.",
"author": "Bukwild <info@bukwild.com>",
"license": "MIT",
Expand All @@ -14,7 +14,7 @@
"test": "cypress run --component"
},
"dependencies": {
"@react-visual/react": "^0.8.0"
"@react-visual/react": "^0.8.1"
},
"peerDependencies": {
"react": "^18"
Expand Down
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.8.0",
"version": "0.8.1",
"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.8.0"
"@react-visual/react": "^0.8.1"
},
"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.8.0",
"version": "0.8.1",
"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.8.0",
"version": "0.8.1",
"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.8.0",
"@react-visual/next": "^0.8.1",
"@sanity/asset-utils": "^1",
"@sanity/image-url": "^1"
},
Expand Down

0 comments on commit db9d1fc

Please sign in to comment.