Skip to content

Commit 385988e

Browse files
authored
Merge pull request #265 from solidjs/changeset-release/next
Version Packages (next)
2 parents f718828 + 0665c38 commit 385988e

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
@@ -6,6 +6,7 @@
66
},
77
"changesets": [
88
"empty-dragons-grow",
9+
"lazy-load-native-compiler",
910
"lazy-manifest-robustness",
1011
"native-compiler-option",
1112
"six-lions-joke",

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.7
4+
5+
### Patch Changes
6+
7+
- f718828: Lazy-load the native JSX compiler so environments without native addon support can still use the default Babel compiler.
8+
39
## 3.0.0-next.6
410

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

0 commit comments

Comments
 (0)