Skip to content

Commit 0b8399f

Browse files
Version Packages (next)
1 parent d959d4a commit 0b8399f

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

.changeset/pre.json

+6
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",
@@ -395,6 +399,7 @@
395399
"poor-seahorses-flash",
396400
"popular-apes-bathe",
397401
"popular-cameras-tie",
402+
"popular-feet-rule",
398403
"popular-games-hug",
399404
"popular-ligers-perform",
400405
"popular-mangos-rest",
@@ -449,6 +454,7 @@
449454
"serious-poems-brake",
450455
"serious-socks-cover",
451456
"serious-zebras-scream",
457+
"seven-bees-tell",
452458
"seven-deers-jam",
453459
"seven-garlics-serve",
454460
"seven-hornets-smile",

packages/svelte/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
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: make media bindings more robust ([#12206](https://github.com/sveltejs/svelte/pull/12206))
16+
17+
- fix: allow slot attribute inside snippets ([#12188](https://github.com/sveltejs/svelte/pull/12188))
18+
319
## 5.0.0-next.166
420

521
### 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)