Skip to content

Commit e7f51e4

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

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@
152152
"dull-worms-relax",
153153
"early-ads-tie",
154154
"early-months-whisper",
155+
"early-taxis-allow",
155156
"eight-carrots-hunt",
156157
"eight-comics-tell",
157158
"eight-cougars-watch",
@@ -362,6 +363,7 @@
362363
"itchy-peaches-compare",
363364
"itchy-pianos-marry",
364365
"itchy-terms-guess",
366+
"khaki-camels-punch",
365367
"khaki-cheetahs-refuse",
366368
"khaki-cooks-develop",
367369
"khaki-donkeys-jump",
@@ -755,6 +757,7 @@
755757
"strong-pans-doubt",
756758
"stupid-bottles-lay",
757759
"stupid-cars-behave",
760+
"stupid-dodos-hide",
758761
"stupid-parents-crash",
759762
"stupid-rivers-stare",
760763
"sweet-bottles-check",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.248
4+
5+
### Patch Changes
6+
7+
- feat: provide guidance in browser console when logging $state objects ([#13142](https://github.com/sveltejs/svelte/pull/13142))
8+
9+
- fix: ensure correct parent effect is associated with render effects ([#13274](https://github.com/sveltejs/svelte/pull/13274))
10+
11+
- feat: unwrap function expressions where possible, and optimise bindings ([#13269](https://github.com/sveltejs/svelte/pull/13269))
12+
313
## 5.0.0-next.247
414

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

0 commit comments

Comments
 (0)