diff --git a/examples/basic/package.json b/examples/basic/package.json index 8824c82..13a9ff4 100644 --- a/examples/basic/package.json +++ b/examples/basic/package.json @@ -1,7 +1,7 @@ { "name": "reactive-basic-example", "private": true, - "version": "0.2.3", + "version": "0.2.4", "scripts": { "dev": "vite", "build": "tsc && vite build", diff --git a/examples/example-for-test/package.json b/examples/example-for-test/package.json index cf7fd7b..fcf3218 100644 --- a/examples/example-for-test/package.json +++ b/examples/example-for-test/package.json @@ -1,7 +1,7 @@ { "name": "reactive-examples", "private": true, - "version": "0.2.3", + "version": "0.2.4", "scripts": { "dev": "vite", "build": "tsc && vite build", diff --git a/examples/full-featured/package.json b/examples/full-featured/package.json index f4b13f1..41aad0f 100644 --- a/examples/full-featured/package.json +++ b/examples/full-featured/package.json @@ -1,7 +1,7 @@ { "name": "reactive-examples", "private": true, - "version": "0.2.3", + "version": "0.2.4", "scripts": { "dev": "vite", "build": "tsc && vite build", diff --git a/package.json b/package.json index 95b1c31..6f1b7f4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "reactive-mono-repo", "private": true, - "version": "0.2.3", + "version": "0.2.4", "packageManager": "pnpm@9.14.4", "type": "module", "license": "MIT", diff --git a/packages/reactive/package.json b/packages/reactive/package.json index b06255c..075dba5 100644 --- a/packages/reactive/package.json +++ b/packages/reactive/package.json @@ -1,6 +1,6 @@ { "name": "@shined/reactive", - "version": "0.2.3", + "version": "0.2.4", "type": "module", "main": "dist/index.js", "module": "dist/index.js",