diff --git a/lerna.json b/lerna.json index 835a779..919f060 100644 --- a/lerna.json +++ b/lerna.json @@ -16,5 +16,5 @@ "registry": "https://registry.npmjs.org/" } }, - "version": "1.0.0" + "version": "1.0.1-canary.0" } diff --git a/packages/react/package.json b/packages/react/package.json index 9b4dc53..824cc91 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -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": { @@ -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" }, diff --git a/packages/utils/package.json b/packages/utils/package.json index 2be41c5..8ec662c 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -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": { diff --git a/packages/vue/package.json b/packages/vue/package.json index fc49f64..be3c031 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -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": { @@ -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",