Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansolid committed Dec 19, 2023
1 parent aa1cc51 commit 7c5e3b3
Show file tree
Hide file tree
Showing 15 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion examples/bare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "node ./.output/server/index.mjs"
},
"dependencies": {
"@solidjs/start": "^0.4.0-alpha.11",
"@solidjs/start": "^0.4.0",
"solid-js": "^1.8.7",
"vinxi": "0.0.52"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@solidjs/meta": "^0.29.2",
"@solidjs/router": "^0.10.5",
"@solidjs/start": "^0.4.0-alpha.11",
"@solidjs/start": "^0.4.0",
"solid-js": "^1.8.7",
"vinxi": "0.0.52"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/experiments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@solidjs/meta": "^0.29.2",
"@solidjs/router": "^0.10.5",
"@solidjs/start": "^0.4.0-alpha.11",
"@solidjs/start": "^0.4.0",
"solid-js": "^1.8.7",
"vinxi": "0.0.52"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/hackernews/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@solidjs/router": "^0.10.5",
"@solidjs/start": "^0.4.0-alpha.11",
"@solidjs/start": "^0.4.0",
"solid-js": "^1.8.7",
"vinxi": "0.0.52"
},
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 @@
},
"dependencies": {
"@solidjs/router": "^0.10.5",
"@solidjs/start": "^0.4.0-alpha.11",
"@solidjs/start": "^0.4.0",
"solid-js": "^1.8.7",
"unstorage": "1.10.1",
"vinxi": "0.0.52"
Expand Down
2 changes: 1 addition & 1 deletion examples/with-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@solidjs/router": "^0.10.5",
"@solidjs/start": "^0.4.0-alpha.11",
"@solidjs/start": "^0.4.0",
"solid-js": "^1.8.7",
"unstorage": "1.10.1",
"vinxi": "0.0.52"
Expand Down
2 changes: 1 addition & 1 deletion examples/with-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@mdx-js/mdx": "^2.3.0",
"@solidjs/router": "^0.10.5",
"@solidjs/start": "^0.4.0-alpha.11",
"@solidjs/start": "^0.4.0",
"@vinxi/plugin-mdx": "^3.6.5",
"solid-js": "^1.8.7",
"vinxi": "0.0.52",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@prisma/client": "^5.7.0",
"@solidjs/router": "^0.10.5",
"@solidjs/start": "^0.4.0-alpha.11",
"@solidjs/start": "^0.4.0",
"prisma": "^5.7.0",
"solid-js": "^1.8.7",
"vinxi": "0.0.52"
Expand Down
2 changes: 1 addition & 1 deletion examples/with-solid-styled/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@solidjs/meta": "^0.29.2",
"@solidjs/router": "^0.10.5",
"@solidjs/start": "^0.4.0-alpha.11",
"@solidjs/start": "^0.4.0",
"solid-js": "^1.8.7",
"solid-styled": "^0.8.2",
"vinxi": "0.0.52",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@solidjs/router": "^0.10.5",
"@solidjs/start": "^0.4.0-alpha.11",
"@solidjs/start": "^0.4.0",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.26",
"solid-js": "^1.8.7",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-trpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@trpc/server": "^10.44.1",
"@solidjs/meta": "^0.29.2",
"@solidjs/router": "^0.10.5",
"@solidjs/start": "^0.4.0-alpha.11",
"@solidjs/start": "^0.4.0",
"solid-js": "^1.8.7",
"valibot": "^0.23.0",
"vinxi": "0.0.52"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-solid",
"version": "0.4.0-alpha.11",
"version": "0.4.0",
"description": "Create Solid apps with low configuration",
"author": "Ryan Carniato",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/mdx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solid-start-mdx",
"version": "0.4.0-alpha.11",
"version": "0.4.0",
"description": "",
"main": "./index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/start/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solidjs/start",
"version": "0.4.0-alpha.11",
"version": "0.4.0",
"type": "module",
"author": "Ryan Carniato",
"publishConfig": {
Expand Down
22 changes: 11 additions & 11 deletions pnpm-lock.yaml

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

0 comments on commit 7c5e3b3

Please sign in to comment.