We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e17472 commit 2521ff9Copy full SHA for 2521ff9
.changeset/pre.json
@@ -9,6 +9,7 @@
9
"brave-baboons-talk",
10
"calm-paths-pull",
11
"chilled-turkeys-leave",
12
+ "clean-actors-jam",
13
"eager-wings-crash",
14
"eight-months-camp",
15
"fifty-flies-yell",
packages/start/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @solidjs/start
2
3
+## 2.0.0-alpha.3
4
+
5
+### Patch Changes
6
7
+- ff9607c: import DevEnvironment and Rollup as type from vite
8
## 2.0.0-alpha.2
### Minor Changes
packages/start/package.json
@@ -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",
0 commit comments