Skip to content

Commit

Permalink
v1.0.0-canary.4
Browse files Browse the repository at this point in the history
  • Loading branch information
danestves committed Apr 3, 2022
1 parent 7c33c0d commit 7b66173
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-canary.3"
"version": "1.0.0-canary.4"
}
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-canary.3",
"version": "1.0.0-canary.4",
"description": "> TODO: description",
"homepage": "https://github.com/danestves/lite-embed#readme",
"bugs": {
Expand Down Expand Up @@ -46,7 +46,7 @@
"test": "vitest run"
},
"dependencies": {
"@lite-embed/utils": "1.0.0-canary.3",
"@lite-embed/utils": "1.0.0-canary.4",
"@radix-ui/react-aspect-ratio": "^0.1.4",
"@stitches/react": "^1.2.7"
},
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-canary.3",
"version": "1.0.0-canary.4",
"description": "> TODO: description",
"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-canary.3",
"version": "1.0.0-canary.4",
"description": "> TODO: description",
"homepage": "https://github.com/danestves/lite-embed#readme",
"bugs": {
Expand Down Expand Up @@ -44,7 +44,7 @@
"test": "vitest run"
},
"dependencies": {
"@lite-embed/utils": "1.0.0-canary.3"
"@lite-embed/utils": "1.0.0-canary.4"
},
"devDependencies": {
"@testing-library/vue": "^6.5.1",
Expand Down

0 comments on commit 7b66173

Please sign in to comment.