We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 487a628 commit 365c1d8Copy full SHA for 365c1d8
3 files changed
.changeset/pre.json
@@ -4,5 +4,7 @@
4
"initialVersions": {
5
"vite-plugin-solid": "3.0.0-next.2"
6
},
7
- "changesets": []
+ "changesets": [
8
+ "empty-dragons-grow"
9
+ ]
10
}
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 3.0.0-next.3
+
+### Patch Changes
+- 824f72c: allow vite 8 in peerDeps
## 2.11.10
11
### Patch Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-solid",
- "version": "3.0.0-next.2",
+ "version": "3.0.0-next.3",
"description": "solid-js integration plugin for vite 3/4/5/6/7",
"type": "module",
"files": [
0 commit comments