Skip to content

Commit e340ae3

Browse files
committed
chore: release v0.0.1
1 parent 06c7fdb commit e340ae3

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sciux/monorepo",
33
"type": "module",
4-
"version": "0.0.0",
4+
"version": "0.0.1",
55
"private": true,
66
"packageManager": "pnpm@10.4.0",
77
"scripts": {
@@ -15,7 +15,7 @@
1515
"test": "vitest",
1616
"typecheck": "tsc --noEmit",
1717
"prepare": "simple-git-hooks",
18-
"preview": "pnpm vite packages/test"
18+
"preview": "pnpm vite ./test"
1919
},
2020
"devDependencies": {
2121
"@antfu/eslint-config": "catalog:",

packages/layout/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sciux/layout",
33
"type": "module",
4-
"version": "0.0.0",
4+
"version": "0.0.1",
55
"description": "Layout components for SciuxKit",
66
"author": "BijonAI <info@bijon.ai>",
77
"license": "MIT",

packages/model/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sciux/model",
33
"type": "module",
4-
"version": "0.0.0",
4+
"version": "0.0.1",
55
"description": "Model components for SciuxKit",
66
"author": "BijonAI <info@bijon.ai>",
77
"license": "MIT",

packages/sciux/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sciux",
33
"type": "module",
4-
"version": "0.0.0",
4+
"version": "0.0.1",
55
"description": "Sciux library composed package.",
66
"author": "BijonAI <info@bijon.ai>",
77
"license": "MIT",

packages/widget/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sciux/widget",
33
"type": "module",
4-
"version": "0.0.0",
4+
"version": "0.0.1",
55
"description": "Widgets for SciuxKit",
66
"author": "BijonAI <info@bijon.ai>",
77
"license": "MIT",

0 commit comments

Comments
 (0)