Skip to content

Commit 3702038

Browse files
Version Packages (next) (#12750)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ec8a029 commit 3702038

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

.changeset/pre.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@
266266
"happy-moles-live",
267267
"happy-suits-film",
268268
"healthy-ants-film",
269+
"healthy-dancers-play",
269270
"healthy-mangos-brush",
270271
"healthy-planes-vanish",
271272
"healthy-zebras-accept",
@@ -416,8 +417,10 @@
416417
"nervous-turkeys-end",
417418
"new-boats-wait",
418419
"new-brooms-grin",
420+
"new-cooks-roll",
419421
"new-rabbits-flow",
420422
"nice-avocados-move",
423+
"nice-bottles-greet",
421424
"nice-jobs-breathe",
422425
"nine-cooks-join",
423426
"ninety-days-visit",
@@ -436,6 +439,7 @@
436439
"old-oranges-compete",
437440
"olive-apples-lick",
438441
"olive-cobras-wonder",
442+
"olive-forks-grin",
439443
"olive-kangaroos-brake",
440444
"olive-mice-fix",
441445
"olive-moons-act",
@@ -569,6 +573,7 @@
569573
"silver-mice-double",
570574
"silver-points-approve",
571575
"silver-sheep-knock",
576+
"six-apes-peel",
572577
"six-bears-trade",
573578
"six-boats-shave",
574579
"six-chicken-kneel",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.211
4+
5+
### Patch Changes
6+
7+
- fix: improve prop binding warning validation for stores ([#12745](https://github.com/sveltejs/svelte/pull/12745))
8+
9+
- chore: add error for derived self referencing ([#12746](https://github.com/sveltejs/svelte/pull/12746))
10+
11+
- fix: skip `is_standalone` optimisation for dynamic components ([#12767](https://github.com/sveltejs/svelte/pull/12767))
12+
13+
- fix: ensure unowned deriveds correctly update ([#12747](https://github.com/sveltejs/svelte/pull/12747))
14+
15+
- fix: order of arguments for `push_element` in `svelte:element` ([#12763](https://github.com/sveltejs/svelte/pull/12763))
16+
317
## 5.0.0-next.210
418

519
### Patch Changes

packages/svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "svelte",
33
"description": "Cybernetically enhanced web apps",
44
"license": "MIT",
5-
"version": "5.0.0-next.210",
5+
"version": "5.0.0-next.211",
66
"type": "module",
77
"types": "./types/index.d.ts",
88
"engines": {

packages/svelte/src/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
* https://svelte.dev/docs/svelte-compiler#svelte-version
77
* @type {string}
88
*/
9-
export const VERSION = '5.0.0-next.210';
9+
export const VERSION = '5.0.0-next.211';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)