Skip to content

Commit 36c5372

Browse files
Version Packages (next)
1 parent 8904e0f commit 36c5372

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

.changeset/pre.json

+3
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",
@@ -449,6 +451,7 @@
449451
"serious-poems-brake",
450452
"serious-socks-cover",
451453
"serious-zebras-scream",
454+
"seven-bees-tell",
452455
"seven-deers-jam",
453456
"seven-garlics-serve",
454457
"seven-hornets-smile",

packages/svelte/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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: allow slot attribute inside snippets ([#12188](https://github.com/sveltejs/svelte/pull/12188))
12+
313
## 5.0.0-next.166
414

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