Skip to content

Commit 5803a73

Browse files
Version Packages (next)
1 parent 136a38b commit 5803a73

File tree

4 files changed

+30
-2
lines changed

4 files changed

+30
-2
lines changed

.changeset/pre.json

+8
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",
@@ -229,6 +230,7 @@
229230
"happy-suits-film",
230231
"healthy-ants-film",
231232
"healthy-planes-vanish",
233+
"healthy-zebras-accept",
232234
"heavy-comics-move",
233235
"heavy-doors-applaud",
234236
"heavy-ducks-leave",
@@ -312,6 +314,7 @@
312314
"lovely-carpets-lick",
313315
"lovely-houses-own",
314316
"lovely-items-turn",
317+
"lovely-ravens-crash",
315318
"lovely-rules-eat",
316319
"lovely-zebras-own",
317320
"lucky-colts-remember",
@@ -328,6 +331,7 @@
328331
"mighty-cooks-scream",
329332
"mighty-files-hammer",
330333
"mighty-frogs-obey",
334+
"mighty-shoes-nail",
331335
"modern-apricots-promise",
332336
"modern-fishes-double",
333337
"moody-carrots-lay",
@@ -368,6 +372,7 @@
368372
"old-mails-sneeze",
369373
"old-oranges-compete",
370374
"olive-apples-lick",
375+
"olive-cobras-wonder",
371376
"olive-kangaroos-brake",
372377
"olive-mice-fix",
373378
"olive-moons-act",
@@ -395,6 +400,7 @@
395400
"poor-seahorses-flash",
396401
"popular-apes-bathe",
397402
"popular-cameras-tie",
403+
"popular-feet-rule",
398404
"popular-games-hug",
399405
"popular-ligers-perform",
400406
"popular-mangos-rest",
@@ -449,6 +455,7 @@
449455
"serious-poems-brake",
450456
"serious-socks-cover",
451457
"serious-zebras-scream",
458+
"seven-bees-tell",
452459
"seven-deers-jam",
453460
"seven-garlics-serve",
454461
"seven-hornets-smile",
@@ -480,6 +487,7 @@
480487
"silver-sheep-knock",
481488
"six-bears-trade",
482489
"six-boats-shave",
490+
"six-gorillas-obey",
483491
"sixty-items-crash",
484492
"sixty-numbers-hope",
485493
"sixty-pandas-rush",

packages/svelte/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
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+
- breaking: prevent usage of arguments keyword in certain places ([#12191](https://github.com/sveltejs/svelte/pull/12191))
10+
11+
- fix(types): export CompileResult and Warning ([#12212](https://github.com/sveltejs/svelte/pull/12212))
12+
13+
- fix: ensure element dir properties persist with text changes ([#12204](https://github.com/sveltejs/svelte/pull/12204))
14+
15+
- fix: disallow accessing internal Svelte props ([#12207](https://github.com/sveltejs/svelte/pull/12207))
16+
17+
- fix: make media bindings more robust ([#12206](https://github.com/sveltejs/svelte/pull/12206))
18+
19+
- fix: allow slot attribute inside snippets ([#12188](https://github.com/sveltejs/svelte/pull/12188))
20+
21+
- feat: allow `let props = $props()` and optimize prop read access ([#12201](https://github.com/sveltejs/svelte/pull/12201))
22+
323
## 5.0.0-next.166
424

525
### Patch Changes

packages/svelte/package.json

+1-1
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

+1-1
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)