Skip to content

Commit

Permalink
update to version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mimecorg committed Sep 5, 2024
1 parent a1ef68b commit 551b1b6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"build-prod": "vite build"
},
"dependencies": {
"leaner": "^0.1.1"
"leaner": "^0.1.2"
},
"devDependencies": {
"vite": "^5.2.11"
Expand Down
2 changes: 1 addition & 1 deletion examples/todomvc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "vite build"
},
"dependencies": {
"leaner": "^0.1.1",
"leaner": "^0.1.2",
"todomvc-app-css": "^2.4.3"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/leaner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leaner",
"version": "0.1.1",
"version": "0.1.2",
"description": "Thin, reactive wrapper for DOM",
"type": "module",
"files": [
Expand Down

0 comments on commit 551b1b6

Please sign in to comment.