Skip to content

Commit

Permalink
release: v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Sep 9, 2024
1 parent eab7c93 commit e32c5d2
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "inclusion-vapor",
"private": true,
"version": "0.0.2",
"version": "0.0.3",
"license": "MIT",
"bugs": {
"url": "https://github.com/kazupon/inclusion-vapor/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/jsx-compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jsx-vapor-compiler",
"description": "jsx compiler for vapor",
"version": "0.0.2",
"version": "0.0.3",
"author": {
"name": "kazuya kawaguchi",
"email": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion packages/jsx-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jsx-vapor-explorer",
"private": true,
"version": "0.0.2",
"version": "0.0.3",
"scripts": {
"build": "unbuild"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "playground",
"private": true,
"version": "0.0.2",
"version": "0.0.3",
"type": "module",
"scripts": {
"build": "vite build --minify false",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-vapor-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-vapor-hooks",
"description": "react hooks for vapor",
"version": "0.0.2",
"version": "0.0.3",
"author": {
"name": "kazuya kawaguchi",
"email": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "inclusion-vapor-shared",
"description": "shared utils for inclusion-vapor",
"private": true,
"version": "0.0.2",
"version": "0.0.3",
"author": {
"name": "kazuya kawaguchi",
"email": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte-sfc-compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "svelte-vapor-sfc-compiler",
"description": "SFC-flavoured vapor svelte component compiler",
"version": "0.0.2",
"version": "0.0.3",
"author": {
"name": "kazuya kawaguchi",
"email": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte-template-compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "svelte-vapor-template-compiler",
"description": "svelte template compiler for vapor",
"version": "0.0.2",
"version": "0.0.3",
"author": {
"name": "kazuya kawaguchi",
"email": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte-template-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "svelte-vapor-template-explorer",
"private": true,
"version": "0.0.2",
"version": "0.0.3",
"scripts": {
"build": "unbuild"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte-vapor-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "svelte-vapor-runtime",
"description": "svelte runtime for vapor",
"version": "0.0.2",
"version": "0.0.3",
"author": {
"name": "kazuya kawaguchi",
"email": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion packages/unplugin-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-react-vapor",
"description": "unplugin for react-vapor",
"version": "0.0.2",
"version": "0.0.3",
"license": "MIT",
"funding": "https://github.com/sponsors/kazupon",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/unplugin-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-svelte-vapor",
"description": "unplugin for svelte-vapor",
"version": "0.0.2",
"version": "0.0.3",
"license": "MIT",
"funding": "https://github.com/sponsors/kazupon",
"bugs": {
Expand Down

0 comments on commit e32c5d2

Please sign in to comment.