Skip to content

Commit

Permalink
v1.0.1-canary.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danestves committed Apr 28, 2022
1 parent b4865fa commit 820e6b8
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
Expand Up @@ -16,5 +16,5 @@
"registry": "https://registry.npmjs.org/"
}
},
"version": "1.0.0"
"version": "1.0.1-canary.0"
}
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lite-embed/react",
"version": "1.0.0",
"version": "1.0.1-canary.0",
"description": "Embed a YouTube or Vimeo video in your React app",
"homepage": "https://lite-embed.vercel.app/docs/react/installation",
"bugs": {
Expand Down Expand Up @@ -46,7 +46,7 @@
"test": "vitest run"
},
"dependencies": {
"@lite-embed/utils": "^1.0.0",
"@lite-embed/utils": "1.0.1-canary.0",
"@radix-ui/react-aspect-ratio": "^0.1.4",
"@stitches/react": "^1.2.8"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lite-embed/utils",
"version": "1.0.0",
"version": "1.0.1-canary.0",
"description": "Utility function for the components.",
"homepage": "https://github.com/danestves/lite-embed#readme",
"bugs": {
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lite-embed/vue",
"version": "1.0.0",
"version": "1.0.1-canary.0",
"description": "Embed a YouTube or Vimeo video in your Vue app",
"homepage": "https://lite-embed.vercel.app/docs/vue/installation",
"bugs": {
Expand Down Expand Up @@ -44,7 +44,7 @@
"test": "vitest run"
},
"dependencies": {
"@lite-embed/utils": "^1.0.0"
"@lite-embed/utils": "1.0.1-canary.0"
},
"devDependencies": {
"@testing-library/vue": "^6.5.1",
Expand Down

0 comments on commit 820e6b8

Please sign in to comment.