Skip to content

Commit ce7f9d8

Browse files
Version Packages (next)
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 69b5f1e commit ce7f9d8

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"native-compiler-custom-extensions",
4545
"native-compiler-option",
4646
"native-server-function-transform",
47+
"plugin-package-rename",
4748
"reject-prefixed-server-env-keys",
4849
"remove-client-manifest-virtual",
4950
"response-head-middleware-preview",

CHANGELOG.md

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

3+
## 3.0.0-next.27
4+
5+
### Patch Changes
6+
7+
- 5ec1370: The package is renamed from `vite-plugin-solid` to `@solidjs/vite-plugin` (#156). Migration is the dependency name and the import specifier — `npm install -D @solidjs/vite-plugin`, `import solid from '@solidjs/vite-plugin'` — everything else is unchanged. A final `vite-plugin-solid` release re-exports this package (default and named exports, subpath type declarations included) so existing setups keep working, but new installs should use the new name. User-facing strings follow: config-time errors and dev-overlay messages are now prefixed `[@solidjs/vite-plugin]`, the ambient type subpaths are `@solidjs/vite-plugin/virtual-solid-manifest` and `@solidjs/vite-plugin/boundary-modules`, and the dev-manifest bridge endpoint is `/@solidjs/vite-plugin/dev-manifest`.
8+
39
> **Package renamed.** Every version below this note was published to npm as
410
> [`vite-plugin-solid`](https://www.npmjs.com/package/vite-plugin-solid); the
511
> package is [`@solidjs/vite-plugin`](https://www.npmjs.com/package/@solidjs/vite-plugin)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solidjs/vite-plugin",
3-
"version": "3.0.0-next.26",
3+
"version": "3.0.0-next.27",
44
"description": "solid-js integration plugin for vite 6/7/8",
55
"type": "module",
66
"files": [

0 commit comments

Comments
 (0)