Skip to content

Commit

Permalink
Merge pull request #214 from nksaraf/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
nksaraf authored Feb 28, 2024
2 parents 6267049 + 0cb5e42 commit f3e2ac5
Show file tree
Hide file tree
Showing 31 changed files with 28 additions and 56 deletions.
6 changes: 0 additions & 6 deletions .changeset/cuddly-balloons-yawn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-bulldogs-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-insects-call.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wise-beds-work.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/witty-days-rush.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/react/rsc/fw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react": "0.0.0-experimental-035a41c4e-20230704",
"react-dom": "0.0.0-experimental-035a41c4e-20230704",
"tailwindcss": "^3.3.3",
"vinxi": "0.3.4"
"vinxi": "0.3.5"
},
"devDependencies": {
"@types/react": "^18.2.21",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/rsc/spa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"react-dom": "0.0.0-experimental-035a41c4e-20230704",
"tailwindcss": "^3.3.3",
"unstorage": "^1.10.1",
"vinxi": "0.3.4"
"vinxi": "0.3.5"
},
"devDependencies": {
"@types/react": "^18.2.21",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/spa/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"react": "0.0.0-experimental-035a41c4e-20230704",
"react-dom": "0.0.0-experimental-035a41c4e-20230704",
"tailwindcss": "^3.3.3",
"vinxi": "0.3.4"
"vinxi": "0.3.5"
},
"devDependencies": {
"@types/react": "^18.2.21",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/spa/mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"react": "0.0.0-experimental-035a41c4e-20230704",
"react-dom": "0.0.0-experimental-035a41c4e-20230704",
"tailwindcss": "^3.3.3",
"vinxi": "0.3.4",
"vinxi": "0.3.5",
"vite-plugin-inspect": "^0.7.38",
"wouter": "^2.11.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/spa/tanstack-router-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"react": "0.0.0-experimental-035a41c4e-20230704",
"react-dom": "0.0.0-experimental-035a41c4e-20230704",
"tailwindcss": "^3.3.3",
"vinxi": "0.3.4"
"vinxi": "0.3.5"
},
"devDependencies": {
"@types/react": "^18.2.21",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/spa/tanstack-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"react": "0.0.0-experimental-035a41c4e-20230704",
"react-dom": "0.0.0-experimental-035a41c4e-20230704",
"tailwindcss": "^3.3.3",
"vinxi": "0.3.4"
"vinxi": "0.3.5"
},
"devDependencies": {
"@types/react": "^18.2.21",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/spa/wouter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@vitejs/plugin-react": "^4.0.4",
"autoprefixer": "^10.4.15",
"tailwindcss": "^3.3.3",
"vinxi": "0.3.4"
"vinxi": "0.3.5"
}
}
2 changes: 1 addition & 1 deletion examples/react/ssr/basic-cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"react-dom": "0.0.0-experimental-035a41c4e-20230704",
"tailwindcss": "^3.3.3",
"unenv": "^1.9.0",
"vinxi": "0.3.4",
"vinxi": "0.3.5",
"ws": "^8.13.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/react/ssr/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"react": "0.0.0-experimental-035a41c4e-20230704",
"react-dom": "0.0.0-experimental-035a41c4e-20230704",
"tailwindcss": "^3.3.3",
"vinxi": "0.3.4"
"vinxi": "0.3.5"
},
"devDependencies": {
"@types/react": "^18.2.21",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/ssr/tanstack-router-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"react": "0.0.0-experimental-035a41c4e-20230704",
"react-dom": "0.0.0-experimental-035a41c4e-20230704",
"tailwindcss": "^3.3.3",
"vinxi": "0.3.4"
"vinxi": "0.3.5"
},
"devDependencies": {
"@types/react": "^18.2.21",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/ssr/wouter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react": "0.0.0-experimental-035a41c4e-20230704",
"react-dom": "0.0.0-experimental-035a41c4e-20230704",
"tailwindcss": "^3.3.3",
"vinxi": "0.3.4",
"vinxi": "0.3.5",
"wouter": "^2.11.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/spa/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"autoprefixer": "^10.4.15",
"solid-js": "^1.7.11",
"tailwindcss": "^3.3.3",
"vinxi": "0.3.4",
"vinxi": "0.3.5",
"vite": "^4.5.0",
"vite-plugin-solid": "^2.7.0"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/ssr/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"autoprefixer": "^10.4.15",
"solid-js": "^1.7.11",
"tailwindcss": "^3.3.3",
"vinxi": "0.3.4",
"vinxi": "0.3.5",
"vite-plugin-solid": "^2.7.0"
}
}
2 changes: 1 addition & 1 deletion examples/solid/ssr/solid-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"autoprefixer": "^10.4.15",
"solid-js": "^1.7.11",
"tailwindcss": "^3.3.3",
"vinxi": "0.3.4",
"vinxi": "0.3.5",
"vite-plugin-solid": "^2.7.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/vanilla/empty/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"start": "vinxi start"
},
"dependencies": {
"vinxi": "0.3.4"
"vinxi": "0.3.5"
}
}
2 changes: 1 addition & 1 deletion examples/vanilla/partyroom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"@vinxi/plugin-references": "0.0.29",
"autoprefixer": "^10.4.15",
"tailwindcss": "^3.3.3",
"vinxi": "0.3.4"
"vinxi": "0.3.5"
}
}
2 changes: 1 addition & 1 deletion examples/vanilla/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"start": "vinxi start -s server"
},
"dependencies": {
"vinxi": "0.3.4"
"vinxi": "0.3.5"
}
}
2 changes: 1 addition & 1 deletion examples/vanilla/spa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"@vinxi/server-functions": "0.3.0",
"autoprefixer": "^10.4.15",
"tailwindcss": "^3.3.3",
"vinxi": "0.3.4"
"vinxi": "0.3.5"
}
}
2 changes: 1 addition & 1 deletion examples/vanilla/stack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@vitejs/plugin-react": "^4.0.4",
"autoprefixer": "^10.4.15",
"tailwindcss": "^3.3.3",
"vinxi": "0.3.4"
"vinxi": "0.3.5"
},
"devDependencies": {
"@types/resolve": "^1.20.4"
Expand Down
2 changes: 1 addition & 1 deletion examples/vanilla/trpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"autoprefixer": "^10.4.15",
"superjson": "^1.13.3",
"tailwindcss": "^3.3.3",
"vinxi": "0.3.4"
"vinxi": "0.3.5"
}
}
2 changes: 1 addition & 1 deletion packages/vinxi-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@
"tailwind-merge": "^1.14.0",
"unocss": "^0.56.5",
"unocss-preset-radix": "^2.5.5",
"vinxi": "0.3.4"
"vinxi": "0.3.5"
}
}
2 changes: 1 addition & 1 deletion packages/vinxi-react-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"react": "0.0.0-experimental-035a41c4e-20230704",
"vinxi": "0.3.4"
"vinxi": "0.3.5"
},
"dependencies": {
"@vinxi/plugin-references": "0.0.29",
Expand Down
2 changes: 1 addition & 1 deletion packages/vinxi-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"@types/react": "^18.2.21",
"react": "0.0.0-experimental-035a41c4e-20230704",
"typescript": "^5.3.3",
"vinxi": "0.3.4"
"vinxi": "0.3.5"
}
}
6 changes: 3 additions & 3 deletions packages/vinxi-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vinxi/router",
"version": "0.3.4",
"version": "0.3.5",
"description": "",
"module": "index.js",
"type": "module",
Expand All @@ -18,9 +18,9 @@
"./spa": "./spa.js"
},
"peerDependencies": {
"vinxi": "0.3.4"
"vinxi": "0.3.5"
},
"devDependencies": {
"vinxi": "0.3.4"
"vinxi": "0.3.5"
}
}
2 changes: 1 addition & 1 deletion packages/vinxi-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"devDependencies": {
"@solidjs/meta": "^0.28.6",
"solid-js": "^1.7.11",
"vinxi": "0.3.4"
"vinxi": "0.3.5"
}
}
2 changes: 1 addition & 1 deletion packages/vinxi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vinxi",
"version": "0.3.4",
"version": "0.3.5",
"type": "module",
"author": "Nikhil Saraf <nsaraf98@gmail.com>",
"files": [
Expand Down

0 comments on commit f3e2ac5

Please sign in to comment.