Skip to content

Commit 86b6b79

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

3 files changed

Lines changed: 11 additions & 1 deletion

File tree

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"changesets": [
88
"clean-lazy-entries",
99
"client-manifest-outdir",
10+
"compiler-package-rename",
1011
"dev-css-and-client-manifest",
1112
"empty-dragons-grow",
1213
"lazy-entry-eliminated-importers",

CHANGELOG.md

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

3+
## 3.0.0-next.12
4+
5+
### Patch Changes
6+
7+
- 7b2a3ba: Follow the native compiler package rename: `@dom-expressions/jsx-compiler` is
8+
now `@dom-expressions/compiler` (the binary is growing beyond the JSX
9+
transform, so the name no longer singles out one pass). No option or behavior
10+
changes — `jsx: "native"` works exactly as before.
11+
312
## 3.0.0-next.11
413

514
### 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": "vite-plugin-solid",
3-
"version": "3.0.0-next.11",
3+
"version": "3.0.0-next.12",
44
"description": "solid-js integration plugin for vite 3/4/5/6/7",
55
"type": "module",
66
"files": [

0 commit comments

Comments
 (0)