Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
weotch committed Aug 14, 2024
1 parent 6950812 commit cd737b7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions 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.1"
}
"version": "1.0.0"
}
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.1",
"version": "1.0.0",
"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.1"
"@react-visual/react": "^1.0.0"
},
"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.1",
"version": "1.0.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.8.1"
"@react-visual/react": "^1.0.0"
},
"peerDependencies": {
"next": "^14",
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.1",
"version": "1.0.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.8.1",
"version": "1.0.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.8.1",
"@react-visual/next": "^1.0.0",
"@sanity/asset-utils": "^1",
"@sanity/image-url": "^1"
},
Expand Down

0 comments on commit cd737b7

Please sign in to comment.