Skip to content

Commit

Permalink
version(core): core packages v0.2.0 (#209)
Browse files Browse the repository at this point in the history
* version(components): new version v0.2.0

* version(core): core packages v0.2.0
  • Loading branch information
productdevbook committed Jul 15, 2023
1 parent c9c8f48 commit 2adc497
Show file tree
Hide file tree
Showing 16 changed files with 98 additions and 78 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,16 @@
"@oku-ui/aspect-ratio": "workspace:^",
"@oku-ui/avatar": "workspace:^",
"@oku-ui/checkbox": "workspace:^",
"@oku-ui/collapsible": "workspace:^",
"@oku-ui/label": "workspace:^",
"@oku-ui/popper": "workspace:^",
"@oku-ui/primitive": "workspace:^",
"@oku-ui/progress": "workspace:^",
"@oku-ui/provide": "workspace:^",
"@oku-ui/separator": "workspace:^",
"@oku-ui/toggle": "workspace:^",
"@oku-ui/use-composable": "workspace:^",
"@oku-ui/utils": "workspace:^",
"@storybook/addon-essentials": "^7.0.26",
"@storybook/addon-interactions": "^7.0.26",
"@storybook/addon-links": "^7.0.26",
Expand Down
8 changes: 4 additions & 4 deletions 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-beta.1",
"version": "0.2.0",
"license": "MIT",
"source": "src/index.ts",
"funding": "https://github.com/sponsors/productdevbook",
Expand Down Expand Up @@ -36,9 +36,9 @@
"vue": "^3.3.4"
},
"dependencies": {
"@oku-ui/primitive": "workspace:^",
"@oku-ui/use-composable": "workspace:^",
"@oku-ui/utils": "workspace:^"
"@oku-ui/primitive": "latest",
"@oku-ui/use-composable": "latest",
"@oku-ui/utils": "latest"
},
"devDependencies": {
"tsconfig": "workspace:^"
Expand Down
6 changes: 3 additions & 3 deletions 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-beta.1",
"version": "0.2.0",
"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": "workspace:^",
"@oku-ui/utils": "workspace:^"
"@oku-ui/primitive": "latest",
"@oku-ui/utils": "latest"
},
"devDependencies": {
"tsconfig": "workspace:^"
Expand Down
10 changes: 5 additions & 5 deletions 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-beta.1",
"version": "0.2.0",
"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": "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
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-beta.1",
"version": "0.2.0",
"license": "MIT",
"source": "src/index.ts",
"funding": "https://github.com/sponsors/productdevbook",
Expand Down
10 changes: 5 additions & 5 deletions 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-beta.1",
"version": "0.2.0",
"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 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-beta.1",
"version": "0.2.0",
"license": "MIT",
"source": "src/index.ts",
"funding": "https://github.com/sponsors/productdevbook",
Expand Down Expand Up @@ -36,9 +36,9 @@
"vue": "^3.3.4"
},
"dependencies": {
"@oku-ui/primitive": "workspace:^",
"@oku-ui/use-composable": "workspace:^",
"@oku-ui/utils": "workspace:^"
"@oku-ui/primitive": "latest",
"@oku-ui/use-composable": "latest",
"@oku-ui/utils": "latest"
},
"devDependencies": {
"tsconfig": "workspace:^"
Expand Down
12 changes: 6 additions & 6 deletions 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-beta.1",
"version": "0.2.0",
"license": "MIT",
"source": "src/index.ts",
"funding": "https://github.com/sponsors/productdevbook",
Expand Down Expand Up @@ -34,11 +34,11 @@
},
"dependencies": {
"@floating-ui/vue": "^1.0.1",
"@oku-ui/arrow": "workspace:^",
"@oku-ui/primitive": "workspace:^",
"@oku-ui/provide": "workspace:^",
"@oku-ui/use-composable": "workspace:^",
"@oku-ui/utils": "workspace:^"
"@oku-ui/arrow": "latest",
"@oku-ui/primitive": "latest",
"@oku-ui/provide": "latest",
"@oku-ui/use-composable": "latest",
"@oku-ui/utils": "latest"
},
"devDependencies": {
"tsconfig": "workspace:^"
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-beta.1",
"version": "0.2.0",
"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": "workspace:^",
"@oku-ui/provide": "workspace:^",
"@oku-ui/use-composable": "workspace:^",
"@oku-ui/utils": "workspace:^"
"@oku-ui/primitive": "lastest",
"@oku-ui/provide": "lastest",
"@oku-ui/use-composable": "lastest",
"@oku-ui/utils": "lastest"
},
"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-beta.1",
"version": "0.2.0",
"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": "workspace:^",
"@oku-ui/utils": "workspace:^"
"@oku-ui/primitive": "lastest",
"@oku-ui/utils": "lastest"
},
"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-beta.1",
"version": "0.2.0",
"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": "workspace:^",
"@oku-ui/provide": "workspace:^",
"@oku-ui/use-composable": "workspace:^",
"@oku-ui/utils": "workspace:^"
"@oku-ui/primitive": "lastest",
"@oku-ui/provide": "lastest",
"@oku-ui/use-composable": "lastest",
"@oku-ui/utils": "lastest"
},
"devDependencies": {
"tsconfig": "workspace:^"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/primitive/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oku-ui/primitive",
"type": "module",
"version": "0.1.0",
"version": "0.2.0",
"license": "MIT",
"source": "src/index.ts",
"funding": "https://github.com/sponsors/productdevbook",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/provide/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oku-ui/provide",
"type": "module",
"version": "0.1.0",
"version": "0.2.0",
"license": "MIT",
"source": "src/index.ts",
"funding": "https://github.com/sponsors/productdevbook",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/use-composable/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oku-ui/use-composable",
"type": "module",
"version": "0.1.0",
"version": "0.2.0",
"license": "MIT",
"source": "src/index.ts",
"funding": "https://github.com/sponsors/productdevbook",
Expand Down Expand Up @@ -35,7 +35,7 @@
"vue": "^3.3.4"
},
"dependencies": {
"@oku-ui/utils": "workspace:^",
"@oku-ui/utils": "latest",
"@vueuse/core": "^10.2.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oku-ui/utils",
"type": "module",
"version": "0.1.0",
"version": "0.2.0",
"license": "MIT",
"source": "src/index.ts",
"funding": "https://github.com/sponsors/productdevbook",
Expand Down
Loading

0 comments on commit 2adc497

Please sign in to comment.