Skip to content

Commit

Permalink
chore: release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vikiboss committed Mar 2, 2024
1 parent d5e0d76 commit 2f92ff6
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.1.0",
"version": "0.1.1",
"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.1.0",
"version": "0.1.1",
"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.1.0",
"version": "0.1.1",
"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,6 +1,6 @@
{
"name": "reactive",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"type": "module",
"packageManager": "[email protected]",
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.1.0",
"version": "0.1.1",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down

0 comments on commit 2f92ff6

Please sign in to comment.