Skip to content

Commit 79f622e

Browse files
authored
Merge pull request #306 from solidjs/changeset-release/next
Version Packages (next)
2 parents fc5050f + 1f54691 commit 79f622e

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
@@ -17,6 +17,7 @@
1717
"bump-solid-beta-29",
1818
"bump-solid-beta-30",
1919
"bump-solid-beta-32",
20+
"bump-solid-rc-0",
2021
"clean-lazy-entries",
2122
"client-build-first-normal-order",
2223
"client-manifest-outdir",

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.28
4+
5+
### Patch Changes
6+
7+
- fc5050f: update to solid 2.0.0-rc.0 — the solid-js/@solidjs/web peer ranges and the babel-preset-solid dependency move from `>=2.0.0-beta.32 <2.0.0-experimental.0` to `^2.0.0-rc.0`, admitting the rc line (which the old experimental-capped upper bound excluded, since `experimental` sorts before `rc`), still flooring above the hazardous 2.0.0-experimental.* publishes, and auto-graduating to stable 2.x
8+
39
## 3.0.0-next.27
410

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

0 commit comments

Comments
 (0)