Skip to content

Commit f9859d1

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

File tree

4 files changed

+36
-2
lines changed

4 files changed

+36
-2
lines changed

.changeset/pre.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
"cool-roses-trade",
8888
"cuddly-pianos-drop",
8989
"cuddly-points-tickle",
90+
"curly-cooks-cheer",
9091
"curly-lizards-dream",
9192
"curvy-buses-laugh",
9293
"curvy-cups-cough",
@@ -108,6 +109,7 @@
108109
"dry-eggs-play",
109110
"dry-eggs-retire",
110111
"dry-fans-march",
112+
"dry-parrots-bathe",
111113
"dry-pillows-exist",
112114
"dull-coins-vanish",
113115
"dull-donkeys-smell",
@@ -229,6 +231,7 @@
229231
"happy-suits-film",
230232
"healthy-ants-film",
231233
"healthy-planes-vanish",
234+
"healthy-zebras-accept",
232235
"heavy-comics-move",
233236
"heavy-doors-applaud",
234237
"heavy-ducks-leave",
@@ -312,6 +315,7 @@
312315
"lovely-carpets-lick",
313316
"lovely-houses-own",
314317
"lovely-items-turn",
318+
"lovely-ravens-crash",
315319
"lovely-rules-eat",
316320
"lovely-zebras-own",
317321
"lucky-colts-remember",
@@ -328,6 +332,7 @@
328332
"mighty-cooks-scream",
329333
"mighty-files-hammer",
330334
"mighty-frogs-obey",
335+
"mighty-shoes-nail",
331336
"modern-apricots-promise",
332337
"modern-fishes-double",
333338
"moody-carrots-lay",
@@ -368,6 +373,7 @@
368373
"old-mails-sneeze",
369374
"old-oranges-compete",
370375
"olive-apples-lick",
376+
"olive-cobras-wonder",
371377
"olive-kangaroos-brake",
372378
"olive-mice-fix",
373379
"olive-moons-act",
@@ -395,6 +401,7 @@
395401
"poor-seahorses-flash",
396402
"popular-apes-bathe",
397403
"popular-cameras-tie",
404+
"popular-feet-rule",
398405
"popular-games-hug",
399406
"popular-ligers-perform",
400407
"popular-mangos-rest",
@@ -449,6 +456,7 @@
449456
"serious-poems-brake",
450457
"serious-socks-cover",
451458
"serious-zebras-scream",
459+
"seven-bees-tell",
452460
"seven-deers-jam",
453461
"seven-garlics-serve",
454462
"seven-hornets-smile",
@@ -480,6 +488,7 @@
480488
"silver-sheep-knock",
481489
"six-bears-trade",
482490
"six-boats-shave",
491+
"six-gorillas-obey",
483492
"sixty-items-crash",
484493
"sixty-numbers-hope",
485494
"sixty-pandas-rush",
@@ -606,6 +615,7 @@
606615
"tiny-taxis-whisper",
607616
"tough-radios-punch",
608617
"tough-tomatoes-explain",
618+
"tricky-laws-bathe",
609619
"twelve-beans-drive",
610620
"twelve-cows-learn",
611621
"twelve-dragons-join",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.167
4+
5+
### Patch Changes
6+
7+
- fix: make more types from `svelte/compiler` public ([#12189](https://github.com/sveltejs/svelte/pull/12189))
8+
9+
- fix: support contenteditable binding undefined fallback ([#12210](https://github.com/sveltejs/svelte/pull/12210))
10+
11+
- breaking: prevent usage of arguments keyword in certain places ([#12191](https://github.com/sveltejs/svelte/pull/12191))
12+
13+
- fix(types): export CompileResult and Warning ([#12212](https://github.com/sveltejs/svelte/pull/12212))
14+
15+
- fix: ensure element dir properties persist with text changes ([#12204](https://github.com/sveltejs/svelte/pull/12204))
16+
17+
- fix: disallow accessing internal Svelte props ([#12207](https://github.com/sveltejs/svelte/pull/12207))
18+
19+
- fix: make media bindings more robust ([#12206](https://github.com/sveltejs/svelte/pull/12206))
20+
21+
- fix: allow slot attribute inside snippets ([#12188](https://github.com/sveltejs/svelte/pull/12188))
22+
23+
- feat: allow `let props = $props()` and optimize prop read access ([#12201](https://github.com/sveltejs/svelte/pull/12201))
24+
25+
- feat: improve type arguments for Snippet and $bindable ([#12197](https://github.com/sveltejs/svelte/pull/12197))
26+
327
## 5.0.0-next.166
428

529
### 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.166",
5+
"version": "5.0.0-next.167",
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.166';
9+
export const VERSION = '5.0.0-next.167';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)