Skip to content

Commit c16cf07

Browse files
Version Packages (next) (#7)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4df6fae commit c16cf07

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.changeset/pre.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"@solidjs/start-devtools": "0.0.0"
66
},
77
"changesets": [
8-
"initial-release"
8+
"initial-release",
9+
"quiet-cats-smile"
910
]
1011
}

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @solidjs/start-devtools
22

3+
## 1.0.0-next.1
4+
5+
### Patch Changes
6+
7+
- 4df6fae: Support server rendering the development error boundary and avoid duplicate toolbars when authored entries wrap their app.
8+
39
## 1.0.0-next.0
410

511
### Major Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solidjs/start-devtools",
3-
"version": "1.0.0-next.0",
3+
"version": "1.0.0-next.1",
44
"description": "Development error and server-function tooling for Solid Start mode",
55
"type": "module",
66
"module": "./dist/index.js",

0 commit comments

Comments
 (0)