Skip to content

Commit

Permalink
chore: release v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vikiboss committed Dec 9, 2024
1 parent 6d6c426 commit 56fe07a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/example-for-test/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "reactive-examples",
"private": true,
"version": "0.2.3",
"version": "0.2.4",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand Down
2 changes: 1 addition & 1 deletion examples/full-featured/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "reactive-examples",
"private": true,
"version": "0.2.3",
"version": "0.2.4",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/reactive/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 56fe07a

Please sign in to comment.