Skip to content

Commit 9ca2b7b

Browse files
Version Packages (next)
1 parent a94b83b commit 9ca2b7b

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
@@ -268,6 +268,7 @@
268268
"kind-spoons-return",
269269
"large-clouds-carry",
270270
"large-turkeys-deny",
271+
"large-waves-join",
271272
"late-bees-vanish",
272273
"late-crabs-lay",
273274
"late-grapes-judge",
@@ -295,6 +296,7 @@
295296
"loud-cheetahs-flow",
296297
"loud-mugs-smile",
297298
"loud-numbers-flow",
299+
"loud-penguins-unite",
298300
"loud-ravens-drop",
299301
"loud-socks-look",
300302
"lovely-bugs-sneeze",
@@ -324,6 +326,7 @@
324326
"moody-houses-argue",
325327
"moody-owls-cry",
326328
"moody-sheep-type",
329+
"nasty-glasses-begin",
327330
"nasty-lions-double",
328331
"nasty-yaks-peel",
329332
"neat-boats-shake",
@@ -338,6 +341,7 @@
338341
"new-rabbits-flow",
339342
"nice-avocados-move",
340343
"nine-cooks-join",
344+
"ninety-days-visit",
341345
"ninety-dingos-walk",
342346
"ninety-dots-train",
343347
"ninety-rockets-battle",
@@ -394,6 +398,7 @@
394398
"quiet-cobras-smile",
395399
"quiet-crabs-nail",
396400
"quiet-timers-speak",
401+
"rare-insects-tell",
397402
"rare-mirrors-act",
398403
"rare-pears-whisper",
399404
"rare-worms-hunt",

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.157
4+
5+
### Patch Changes
6+
7+
- fix: handle `is` attribute on elements with spread ([#12056](https://github.com/sveltejs/svelte/pull/12056))
8+
9+
- fix: correctly process empty lines in messages ([#12057](https://github.com/sveltejs/svelte/pull/12057))
10+
11+
- fix: rewrite state_unsafe_mutation message ([#12059](https://github.com/sveltejs/svelte/pull/12059))
12+
13+
- fix: support function invocation from imported `*.svelte` components ([#12061](https://github.com/sveltejs/svelte/pull/12061))
14+
15+
- fix: better types for `on` ([#12053](https://github.com/sveltejs/svelte/pull/12053))
16+
317
## 5.0.0-next.156
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.156",
5+
"version": "5.0.0-next.157",
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.156';
9+
export const VERSION = '5.0.0-next.157';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)