diff --git a/.changeset/config.json b/.changeset/config.json index 1f3c3b4..2be13d4 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -1,6 +1,6 @@ { "$schema": "https://unpkg.com/@changesets/config@3.1.1/schema.json", - "changelog": false, + "changelog": "@changesets/cli/changelog", "commit": false, "fixed": [], "linked": [], diff --git a/.changeset/initial-release.md b/.changeset/initial-release.md index 30adda5..737a261 100644 --- a/.changeset/initial-release.md +++ b/.changeset/initial-release.md @@ -1,6 +1,5 @@ --- -'@solidjs/start-devtools': minor +"@solidjs/start-devtools": major --- Add the Start development toolbar, runtime error overlay, and server-function inspector. - diff --git a/.changeset/pre.json b/.changeset/pre.json new file mode 100644 index 0000000..104338e --- /dev/null +++ b/.changeset/pre.json @@ -0,0 +1,8 @@ +{ + "mode": "pre", + "tag": "next", + "initialVersions": { + "@solidjs/start-devtools": "0.0.0" + }, + "changesets": [] +} diff --git a/README.md b/README.md index 624177e..af84163 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Development error and server-function tooling for Solid Start mode. `@solidjs/start-devtools` provides the toolbar used by the Solid Vite plugin in development. It includes runtime error inspection, source-mapped stack frames, and server-function request and response inspection. ```sh -pnpm add @solidjs/start-devtools +pnpm add @solidjs/start-devtools@next ``` The Vite plugin mounts it automatically. Integrations can use the package directly: