Skip to content

Commit c42b2c4

Browse files
committed
v1.2.0
1 parent 6f10587 commit c42b2c4

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"npmClient": "yarn",
33
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
4-
"version": "1.1.0"
4+
"version": "1.2.0"
55
}

packages/contentful/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-visual/contentful",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Image and video renderer for Contentful assets.",
55
"author": "Bukwild <info@bukwild.com>",
66
"license": "MIT",
@@ -16,7 +16,7 @@
1616
"typecheck": "tsc --noEmit"
1717
},
1818
"dependencies": {
19-
"@react-visual/react": "^1.1.0"
19+
"@react-visual/react": "^1.2.0"
2020
},
2121
"peerDependencies": {
2222
"react": "^18"

packages/next/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-visual/next",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Image and video renderer for Next.js projects",
55
"author": "Bukwild <info@bukwild.com>",
66
"license": "MIT",
@@ -16,7 +16,7 @@
1616
"typecheck": "tsc --noEmit"
1717
},
1818
"dependencies": {
19-
"@react-visual/react": "^1.1.0"
19+
"@react-visual/react": "^1.2.0"
2020
},
2121
"peerDependencies": {
2222
"next": "^14",

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-visual/react",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Image and video renderer for React projects",
55
"author": "Bukwild <info@bukwild.com>",
66
"license": "MIT",

packages/sanity-next/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-visual/sanity-next",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Image and video renderer for Sanity + Next.js projects",
55
"author": "Bukwild <info@bukwild.com>",
66
"license": "MIT",
@@ -16,7 +16,7 @@
1616
"typecheck": "tsc --noEmit"
1717
},
1818
"dependencies": {
19-
"@react-visual/next": "^1.1.0",
19+
"@react-visual/next": "^1.2.0",
2020
"@sanity/asset-utils": "^1",
2121
"@sanity/image-url": "^1"
2222
},

0 commit comments

Comments
 (0)