Skip to content

Commit da1235d

Browse files
Version Packages (next) (#9)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 550ba8e commit da1235d

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

.changeset/pre.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,11 @@
44
"initialVersions": {
55
"@solidjs/start-devtools": "0.0.0"
66
},
7-
"changesets": ["initial-release", "quiet-cats-smile"]
7+
"changesets": [
8+
"initial-release",
9+
"modern-toolchain",
10+
"native-oxc-toolchain",
11+
"quiet-cats-smile",
12+
"safe-production-imports"
13+
]
814
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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+
- 550ba8e: Build with the native Solid compiler and migrate formatting to Oxfmt.
9+
- 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.
10+
311
## 1.0.0-next.1
412

513
### 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)