Skip to content

Commit

Permalink
version(checkbox): @oku-ui/checkbox@0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
productdevbook committed May 30, 2023
1 parent 3715573 commit 14b6fcb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions packages/components/checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oku-ui/checkbox",
"type": "module",
"version": "0.1.3",
"version": "0.1.4",
"license": "MIT",
"source": "src/index.ts",
"funding": "https://github.com/sponsors/productdevbook",
Expand Down Expand Up @@ -33,10 +33,10 @@
"vue": "^3.3.2"
},
"dependencies": {
"@oku-ui/primitive": "workspace:^",
"@oku-ui/provide": "workspace:^",
"@oku-ui/use-composable": "workspace:^",
"@oku-ui/utils": "workspace:^"
"@oku-ui/primitive": "latest",
"@oku-ui/provide": "latest",
"@oku-ui/use-composable": "latest",
"@oku-ui/utils": "latest"
},
"devDependencies": {
"tsconfig": "workspace:^"
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 14b6fcb

Please sign in to comment.