Skip to content

Commit 76f05e5

Browse files
committed
chore: release v0.0.7
1 parent 41fe4d4 commit 76f05e5

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sciux/monorepo",
33
"type": "module",
4-
"version": "0.0.6",
4+
"version": "0.0.7",
55
"private": true,
66
"packageManager": "pnpm@10.4.0",
77
"scripts": {

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.6",
4+
"version": "0.0.7",
55
"description": "Layout components for SciuxKit",
66
"author": "BijonAI <info@bijon.ai>",
77
"license": "MIT",

packages/math/package.json

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

packages/theme-default/package.json

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

packages/utils-theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sciux/utils-theme",
33
"type": "module",
4-
"version": "0.0.6",
4+
"version": "0.0.7",
55
"description": "Theme utilities for SciuxKit",
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.6",
4+
"version": "0.0.7",
55
"description": "Widgets for SciuxKit",
66
"author": "BijonAI <info@bijon.ai>",
77
"license": "MIT",

0 commit comments

Comments
 (0)