Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Lusito committed Jun 7, 2024
1 parent 09597fb commit ab67ee6
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion demos/tsx-dom-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
},
"dependencies": {
"esbuild": "0.21.4",
"tsx-dom": "3.0.0"
"tsx-dom": "3.0.1"
}
}
2 changes: 1 addition & 1 deletion demos/tsx-dom-ssr-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"node-cache": "5.1.2",
"pirates": "4.0.6",
"scatman": "0.10.0",
"tsx-dom-ssr": "1.0.0"
"tsx-dom-ssr": "1.0.1"
}
}
14 changes: 7 additions & 7 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/tsx-dom-ssr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tsx-dom-ssr",
"version": "1.0.0",
"version": "1.0.1",
"description": "A simple way to use tsx syntax to do async server-side-rendering.",
"keywords": [
"TypeScript",
Expand Down Expand Up @@ -37,6 +37,6 @@
"build": "rimraf dist && tsc -p tsconfig.build.json"
},
"dependencies": {
"tsx-dom-types": "2.0.0"
"tsx-dom-types": "2.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/tsx-dom-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tsx-dom-types",
"version": "2.0.0",
"version": "2.0.1",
"description": "Types for creating JSX/TSX libraries like tsx-dom",
"keywords": [
"TypeScript",
Expand Down
4 changes: 2 additions & 2 deletions packages/tsx-dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tsx-dom",
"version": "3.0.0",
"version": "3.0.1",
"description": "A simple way to use tsx syntax to create native dom elements using document.createElement.",
"keywords": [
"TypeScript",
Expand Down Expand Up @@ -35,6 +35,6 @@
"test": "jest"
},
"dependencies": {
"tsx-dom-types": "2.0.0"
"tsx-dom-types": "2.0.1"
}
}

0 comments on commit ab67ee6

Please sign in to comment.