Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/react-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-demo",
"version": "0.0.0",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "computekit",
"version": "0.1.0",
"version": "0.2.0",
"description": "WASM + Worker toolkit for React & Web apps. Run heavy logic fast, safely, and without blocking the UI.",
"private": true,
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@computekit/core",
"version": "0.1.3",
"version": "0.2.0",
"description": "Core WASM + Worker toolkit for running heavy computations without blocking the UI",
"type": "module",
"main": "./dist/index.cjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@computekit/react-query",
"version": "0.1.1",
"version": "0.2.0",
"description": "TanStack Query integration for ComputeKit - lightweight async compute with caching",
"type": "module",
"main": "./dist/index.cjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@computekit/react",
"version": "0.1.3",
"version": "0.2.0",
"description": "React bindings for ComputeKit - WASM + Worker toolkit",
"type": "module",
"main": "./dist/index.cjs",
Expand Down
Loading