Skip to content

Commit 8b80b79

Browse files
chore: publish 0.4.0-alpha.12
1 parent e02c7e8 commit 8b80b79

39 files changed

Lines changed: 58 additions & 40 deletions

File tree

packages/components/arrow/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@oku-ui/arrow",
33
"type": "module",
4-
"version": "0.4.0-alpha.11",
4+
"version": "0.4.0-alpha.12",
55
"license": "MIT",
66
"source": "src/index.ts",
77
"funding": "https://github.com/sponsors/productdevbook",

packages/components/aspect-ratio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@oku-ui/aspect-ratio",
33
"type": "module",
4-
"version": "0.4.0-alpha.11",
4+
"version": "0.4.0-alpha.12",
55
"license": "MIT",
66
"source": "src/index.ts",
77
"funding": "https://github.com/sponsors/productdevbook",

packages/components/avatar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@oku-ui/avatar",
33
"type": "module",
4-
"version": "0.4.0-alpha.11",
4+
"version": "0.4.0-alpha.12",
55
"license": "MIT",
66
"source": "src/index.ts",
77
"funding": "https://github.com/sponsors/productdevbook",

packages/components/checkbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@oku-ui/checkbox",
33
"type": "module",
4-
"version": "0.4.0-alpha.11",
4+
"version": "0.4.0-alpha.12",
55
"license": "MIT",
66
"source": "src/index.ts",
77
"funding": "https://github.com/sponsors/productdevbook",

packages/components/collapsible/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@oku-ui/collapsible",
33
"type": "module",
4-
"version": "0.4.0-alpha.11",
4+
"version": "0.4.0-alpha.12",
55
"license": "MIT",
66
"source": "src/index.ts",
77
"funding": "https://github.com/sponsors/productdevbook",

packages/components/collection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@oku-ui/collection",
33
"type": "module",
4-
"version": "0.4.0-alpha.11",
4+
"version": "0.4.0-alpha.12",
55
"license": "MIT",
66
"source": "src/index.ts",
77
"funding": "https://github.com/sponsors/productdevbook",

packages/components/direction/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@oku-ui/direction",
33
"type": "module",
4-
"version": "0.4.0-alpha.11",
4+
"version": "0.4.0-alpha.12",
55
"license": "MIT",
66
"source": "src/index.ts",
77
"funding": "https://github.com/sponsors/productdevbook",

packages/components/dismissable-layer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@oku-ui/dismissable-layer",
33
"type": "module",
4-
"version": "0.4.0-alpha.11",
4+
"version": "0.4.0-alpha.12",
55
"license": "MIT",
66
"source": "src/index.ts",
77
"funding": "https://github.com/sponsors/productdevbook",

packages/components/focus-scope/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@oku-ui/focus-scope",
33
"type": "module",
4-
"version": "0.4.0-alpha.11",
4+
"version": "0.4.0-alpha.12",
55
"license": "MIT",
66
"source": "src/index.ts",
77
"funding": "https://github.com/sponsors/productdevbook",

packages/components/hover-card/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@oku-ui/hover-card",
33
"type": "module",
4-
"version": "0.2.3",
4+
"version": "0.4.0-alpha.12",
55
"license": "MIT",
66
"source": "src/index.ts",
77
"funding": "https://github.com/sponsors/productdevbook",
@@ -38,16 +38,16 @@
3838
},
3939
"dependencies": {
4040
"@floating-ui/vue": "^1.0.2",
41-
"@oku-ui/dismissable-layer": "0.4.0-alpha.3",
41+
"@oku-ui/dismissable-layer": "latest",
4242
"@oku-ui/popper": "latest",
4343
"@oku-ui/portal": "latest",
44-
"@oku-ui/presence": "0.4.0-alpha.3",
44+
"@oku-ui/presence": "latest",
4545
"@oku-ui/primitive": "latest",
4646
"@oku-ui/provide": "latest",
47-
"@oku-ui/slot": "0.4.0-alpha.3",
47+
"@oku-ui/slot": "latest",
4848
"@oku-ui/use-composable": "latest",
4949
"@oku-ui/utils": "latest",
50-
"@oku-ui/visually-hidden": "0.4.0-alpha.3"
50+
"@oku-ui/visually-hidden": "latest"
5151
},
5252
"devDependencies": {
5353
"tsconfig": "workspace:^"

0 commit comments

Comments
 (0)