Skip to content

Commit b3aea7e

Browse files
committed
chore: release v0.0.8
1 parent 749ce38 commit b3aea7e

File tree

9 files changed

+9
-9
lines changed

9 files changed

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

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sciux/playground",
33
"type": "module",
4-
"version": "0.0.0",
4+
"version": "0.0.8",
55
"private": true,
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)