Skip to content

Commit eb8635c

Browse files
Version Packages (next)
1 parent 7783dd5 commit eb8635c

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

.changeset/pre.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
},
77
"changesets": [
88
"initial-release",
9-
"quiet-cats-smile"
9+
"modern-toolchain",
10+
"quiet-cats-smile",
11+
"safe-production-imports"
1012
]
1113
}

CHANGELOG.md

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

3+
## 1.0.0-next.2
4+
5+
### Patch Changes
6+
7+
- 7783dd5: Build with Rolldown, update the project toolchain, and strengthen package validation.
8+
- f7dd9d0: Make direct imports production-safe with a no-op default export and development-only browser and server implementations. Register server-function observers from the browser entry.
9+
310
## 1.0.0-next.1
411

512
### Patch 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.1",
3+
"version": "1.0.0-next.2",
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)