Skip to content

Commit

Permalink
version(components): upgrade v0.2.2 (#210)
Browse files Browse the repository at this point in the history
* version(components): upgrade v0.2.1

* fix: lint issues

* version(components): upgrade v0.2.2
  • Loading branch information
productdevbook authored Jul 15, 2023
1 parent 2adc497 commit dc35303
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion packages/components/arrow/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oku-ui/arrow",
"type": "module",
"version": "0.2.0",
"version": "0.2.2",
"license": "MIT",
"source": "src/index.ts",
"funding": "https://github.com/sponsors/productdevbook",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/aspect-ratio/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oku-ui/aspect-ratio",
"type": "module",
"version": "0.2.0",
"version": "0.2.2",
"license": "MIT",
"source": "src/index.ts",
"funding": "https://github.com/sponsors/productdevbook",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/avatar/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oku-ui/avatar",
"type": "module",
"version": "0.2.0",
"version": "0.2.2",
"license": "MIT",
"source": "src/index.ts",
"funding": "https://github.com/sponsors/productdevbook",
Expand Down
2 changes: 1 addition & 1 deletion 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.2.0",
"version": "0.2.2",
"license": "MIT",
"source": "src/index.ts",
"funding": "https://github.com/sponsors/productdevbook",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/collapsible/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oku-ui/collapsible",
"type": "module",
"version": "0.2.0",
"version": "0.2.2",
"license": "MIT",
"source": "src/index.ts",
"funding": "https://github.com/sponsors/productdevbook",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/label/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oku-ui/label",
"type": "module",
"version": "0.2.0",
"version": "0.2.2",
"license": "MIT",
"source": "src/index.ts",
"funding": "https://github.com/sponsors/productdevbook",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/popper/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oku-ui/popper",
"type": "module",
"version": "0.2.0",
"version": "0.2.2",
"license": "MIT",
"source": "src/index.ts",
"funding": "https://github.com/sponsors/productdevbook",
Expand Down
10 changes: 5 additions & 5 deletions packages/components/progress/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oku-ui/progress",
"type": "module",
"version": "0.2.0",
"version": "0.2.2",
"license": "MIT",
"source": "src/index.ts",
"funding": "https://github.com/sponsors/productdevbook",
Expand Down Expand Up @@ -36,10 +36,10 @@
"vue": "^3.3.4"
},
"dependencies": {
"@oku-ui/primitive": "lastest",
"@oku-ui/provide": "lastest",
"@oku-ui/use-composable": "lastest",
"@oku-ui/utils": "lastest"
"@oku-ui/primitive": "latest",
"@oku-ui/provide": "latest",
"@oku-ui/use-composable": "latest",
"@oku-ui/utils": "latest"
},
"devDependencies": {
"tsconfig": "workspace:^"
Expand Down
6 changes: 3 additions & 3 deletions packages/components/separator/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oku-ui/separator",
"type": "module",
"version": "0.2.0",
"version": "0.2.2",
"license": "MIT",
"source": "src/index.ts",
"funding": "https://github.com/sponsors/productdevbook",
Expand Down Expand Up @@ -36,8 +36,8 @@
"vue": "^3.3.4"
},
"dependencies": {
"@oku-ui/primitive": "lastest",
"@oku-ui/utils": "lastest"
"@oku-ui/primitive": "latest",
"@oku-ui/utils": "latest"
},
"devDependencies": {
"tsconfig": "workspace:^"
Expand Down
10 changes: 5 additions & 5 deletions packages/components/toggle/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oku-ui/toggle",
"type": "module",
"version": "0.2.0",
"version": "0.2.2",
"license": "MIT",
"source": "src/index.ts",
"funding": "https://github.com/sponsors/productdevbook",
Expand Down Expand Up @@ -36,10 +36,10 @@
"vue": "^3.3.4"
},
"dependencies": {
"@oku-ui/primitive": "lastest",
"@oku-ui/provide": "lastest",
"@oku-ui/use-composable": "lastest",
"@oku-ui/utils": "lastest"
"@oku-ui/primitive": "latest",
"@oku-ui/provide": "latest",
"@oku-ui/use-composable": "latest",
"@oku-ui/utils": "latest"
},
"devDependencies": {
"tsconfig": "workspace:^"
Expand Down
20 changes: 10 additions & 10 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 dc35303

Please sign in to comment.