Skip to content

Commit c9c8f48

Browse files
version(core): all core packages v0.1.0 publish (#208)
* chore: publish core package v0.1.0-beta.0 * chore: fix eslint * chore: component 0.2.0-beta.0 * chore: fix lint * chore: components 0.2.0-beta.1 * version(core): all core packages v0.1.0 publish * fix: lint issues
1 parent fa64a11 commit c9c8f48

File tree

17 files changed

+133
-19
lines changed

17 files changed

+133
-19
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
"typecheck": "tsc --noEmit",
3030
"clean": "rimraf 'packages/**/node_modules' 'playground/**/node_modules' 'node_modules'",
3131
"clean:dist": "rimraf 'packages/**/dist' 'playground/**/dist'",
32-
"clean:dts": "rimraf 'playground/vue3/src/components.d.ts' 'playground/vue3/src/auto-imports.d.ts' 'playground/nuxt3/.nuxt'"
32+
"clean:dts": "rimraf 'playground/vue3/src/components.d.ts' 'playground/vue3/src/auto-imports.d.ts' 'playground/nuxt3/.nuxt'",
33+
"update:version": "esno scripts/update-version.ts"
3334
},
3435
"devDependencies": {
3536
"@egoist/tailwindcss-icons": "^1.1.0",
@@ -59,6 +60,7 @@
5960
"eslint": "8.44.0",
6061
"eslint-config-custom": "workspace:*",
6162
"eslint-plugin-storybook": "^0.6.12",
63+
"esno": "^0.17.0",
6264
"jiti": "^1.19.1",
6365
"jsdom": "^22.1.0",
6466
"lint-staged": "^13.2.3",

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.1.0",
4+
"version": "0.2.0-beta.1",
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.1.0",
4+
"version": "0.2.0-beta.1",
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.1.1",
4+
"version": "0.2.0-beta.1",
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.1.4",
4+
"version": "0.2.0-beta.1",
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.1.3",
4+
"version": "0.2.0-beta.1",
55
"license": "MIT",
66
"source": "src/index.ts",
77
"funding": "https://github.com/sponsors/productdevbook",

packages/components/label/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/label",
33
"type": "module",
4-
"version": "0.1.0",
4+
"version": "0.2.0-beta.1",
55
"license": "MIT",
66
"source": "src/index.ts",
77
"funding": "https://github.com/sponsors/productdevbook",

packages/components/popper/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/popper",
33
"type": "module",
4-
"version": "0.1.0",
4+
"version": "0.2.0-beta.1",
55
"license": "MIT",
66
"source": "src/index.ts",
77
"funding": "https://github.com/sponsors/productdevbook",

packages/components/progress/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/progress",
33
"type": "module",
4-
"version": "0.1.0",
4+
"version": "0.2.0-beta.1",
55
"license": "MIT",
66
"source": "src/index.ts",
77
"funding": "https://github.com/sponsors/productdevbook",

packages/components/separator/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/separator",
33
"type": "module",
4-
"version": "0.1.2",
4+
"version": "0.2.0-beta.1",
55
"license": "MIT",
66
"source": "src/index.ts",
77
"funding": "https://github.com/sponsors/productdevbook",

0 commit comments

Comments
 (0)