1 parent 4df6fae commit c16cf07Copy full SHA for c16cf07
3 files changed
.changeset/pre.json
@@ -5,6 +5,7 @@
5
"@solidjs/start-devtools": "0.0.0"
6
},
7
"changesets": [
8
- "initial-release"
+ "initial-release",
9
+ "quiet-cats-smile"
10
]
11
}
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @solidjs/start-devtools
2
3
+## 1.0.0-next.1
4
+
+### Patch Changes
+- 4df6fae: Support server rendering the development error boundary and avoid duplicate toolbars when authored entries wrap their app.
## 1.0.0-next.0
### Major Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "@solidjs/start-devtools",
- "version": "1.0.0-next.0",
+ "version": "1.0.0-next.1",
"description": "Development error and server-function tooling for Solid Start mode",
"type": "module",
"module": "./dist/index.js",
0 commit comments