Skip to content

Commit 0ef67ea

Browse files
Version packages (rc)
1 parent eac5eb1 commit 0ef67ea

29 files changed

Lines changed: 126 additions & 31 deletions

File tree

.changeset/pre.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"arch-tier2-consolidations",
5353
"async-arg-border-typing",
5454
"async-slot-args-value-tier",
55+
"async-waterfall-attribution",
5556
"attribution-unstable-memo-output",
5657
"attribution-wide-write",
5758
"audit-driver-family-decline-multi-slot",
@@ -373,6 +374,7 @@
373374
"head-shell-hold-probe-seam",
374375
"hide-internal-type-exports",
375376
"hoist-web-protocol-components",
377+
"hot-scope-fanout-aggregation",
376378
"html-element-claims",
377379
"hydrating-store-engine-seam",
378380
"hydration-primitive-wrappers",
@@ -457,6 +459,7 @@
457459
"per-row-patch-unbinds",
458460
"perf-2893-guard-cleanup",
459461
"perf-dep-revalidation-and-reconcile",
462+
"perf-footer-attribution-discovery",
460463
"perfect-spies-pretend",
461464
"phase2-optimistic-code-reduction",
462465
"pin-prop-condition-memo-id-parity",
@@ -531,6 +534,9 @@
531534
"server-store-replacement-optimistic-noop",
532535
"setter-row-ops-tentative-lists",
533536
"settle-superseded-flight-dependents",
537+
"settle-walk-dev-invariant",
538+
"settle-walk-invariant-completion",
539+
"settle-walk-requires-initialization",
534540
"sever-reveal-group-at-boundaries",
535541
"shallow-compiled-slot-channel",
536542
"shallow-slot-alignment-samevaluezero",

packages/babel-plugin/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @solidjs/babel-plugin
22

3+
## 2.0.0-rc.6
4+
35
## 2.0.0-rc.5
46

57
### Patch Changes

packages/babel-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@solidjs/babel-plugin",
33
"description": "Babel compiler plugin for Solid templates",
4-
"version": "2.0.0-rc.5",
4+
"version": "2.0.0-rc.6",
55
"author": "Ryan Carniato",
66
"license": "MIT",
77
"repository": {

packages/compiler/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @solidjs/compiler
22

3+
## 2.0.0-rc.6
4+
35
## 2.0.0-rc.5
46

57
### Patch Changes

packages/compiler/npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solidjs/compiler-darwin-arm64",
3-
"version": "2.0.0-rc.5",
3+
"version": "2.0.0-rc.6",
44
"cpu": [
55
"arm64"
66
],

packages/compiler/npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solidjs/compiler-darwin-x64",
3-
"version": "2.0.0-rc.5",
3+
"version": "2.0.0-rc.6",
44
"cpu": [
55
"x64"
66
],

packages/compiler/npm/linux-arm64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solidjs/compiler-linux-arm64-gnu",
3-
"version": "2.0.0-rc.5",
3+
"version": "2.0.0-rc.6",
44
"cpu": [
55
"arm64"
66
],

packages/compiler/npm/linux-x64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solidjs/compiler-linux-x64-gnu",
3-
"version": "2.0.0-rc.5",
3+
"version": "2.0.0-rc.6",
44
"cpu": [
55
"x64"
66
],

packages/compiler/npm/wasm32-wasi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solidjs/compiler-wasm32-wasi",
3-
"version": "2.0.0-rc.5",
3+
"version": "2.0.0-rc.6",
44
"main": "compiler.wasi.cjs",
55
"files": [
66
"compiler.wasm32-wasi.wasm",

packages/compiler/npm/win32-x64-msvc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solidjs/compiler-win32-x64-msvc",
3-
"version": "2.0.0-rc.5",
3+
"version": "2.0.0-rc.6",
44
"cpu": [
55
"x64"
66
],

0 commit comments

Comments
 (0)