Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,19 @@
"brave-baboons-talk",
"calm-paths-pull",
"chilled-turkeys-leave",
"clean-actors-jam",
"curly-waves-search",
"eager-wings-crash",
"eight-months-camp",
"fifty-flies-yell",
"fresh-eyes-bet",
"funny-pandas-clean",
"little-gifts-wave",
"moody-hands-check",
"nasty-ladybugs-trade",
"plenty-geese-enter",
"sharp-llamas-grab",
"smooth-foxes-taste",
"tricky-hounds-relate",
"wicked-laws-bake"
]
Expand Down
6 changes: 6 additions & 0 deletions packages/start-nitro-v2-vite-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @solidjs/vite-plugin-nitro-2

## 0.3.0-alpha.0

### Minor Changes

- 798b285: Updated dependencies.

## 0.2.0-alpha.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/start-nitro-v2-vite-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@solidjs/vite-plugin-nitro-2",
"description": "Nitro v2 plugin for development with SolidStart 2.0",
"version": "0.2.0",
"version": "0.3.0-alpha.0",
"type": "module",
"scripts": {
"build": "tsc",
Expand Down
13 changes: 13 additions & 0 deletions packages/start/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @solidjs/start

## 2.0.0-alpha.3

### Minor Changes

- 798b285: Updated dependencies.
- f6f0452: seroval json mode
- b9c4ade: feat: add `env:*` runtime environment variables support

### Patch Changes

- ff9607c: import DevEnvironment and Rollup as type from vite
- 2885905: fix: clone request headers in single-flight to avoid mutating immutable headers

## 2.0.0-alpha.2

### Minor Changes
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": "2.0.0-alpha.2",
"version": "2.0.0-alpha.3",
"type": "module",
"scripts": {
"build": "pnpm validate-imports && tsc && node scripts/build.js",
Expand Down