Skip to content

Commit 5ec6db9

Browse files
authored
Merge pull request #14 from tapava/develop
chore: update package versions to 1.0.0 for react-demo and 0.2.0 for …
2 parents afb2cf0 + 5337147 commit 5ec6db9

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

examples/react-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-demo",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "computekit",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "WASM + Worker toolkit for React & Web apps. Run heavy logic fast, safely, and without blocking the UI.",
55
"private": true,
66
"type": "module",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@computekit/core",
3-
"version": "0.1.3",
3+
"version": "0.2.0",
44
"description": "Core WASM + Worker toolkit for running heavy computations without blocking the UI",
55
"type": "module",
66
"main": "./dist/index.cjs",

packages/react-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@computekit/react-query",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "TanStack Query integration for ComputeKit - lightweight async compute with caching",
55
"type": "module",
66
"main": "./dist/index.cjs",

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@computekit/react",
3-
"version": "0.1.3",
3+
"version": "0.2.0",
44
"description": "React bindings for ComputeKit - WASM + Worker toolkit",
55
"type": "module",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)