Skip to content

Commit 5e9428a

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

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

.changeset/pre.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,14 @@
101101
"eight-steaks-shout",
102102
"eighty-bikes-camp",
103103
"eighty-days-cheat",
104+
"eighty-lizards-notice",
104105
"eleven-beers-yell",
105106
"eleven-cycles-applaud",
106107
"empty-bags-heal",
107108
"empty-bulldogs-exercise",
108109
"empty-coins-build",
109110
"empty-crabs-think",
111+
"empty-flowers-change",
110112
"empty-geckos-pretend",
111113
"empty-tools-share",
112114
"fair-bags-smoke",
@@ -152,6 +154,7 @@
152154
"gentle-sheep-hug",
153155
"gentle-spies-happen",
154156
"gentle-toys-chew",
157+
"gentle-trees-exercise",
155158
"giant-bananas-turn",
156159
"giant-moons-own",
157160
"giant-planets-shake",
@@ -163,6 +166,7 @@
163166
"good-pianos-jump",
164167
"good-plums-type",
165168
"good-rivers-yawn",
169+
"good-roses-argue",
166170
"gorgeous-monkeys-carry",
167171
"gorgeous-singers-rest",
168172
"great-fans-unite",
@@ -302,12 +306,14 @@
302306
"pink-goats-promise",
303307
"pink-mayflies-tie",
304308
"plenty-starfishes-dress",
309+
"plenty-zoos-fix",
305310
"polite-dolphins-care",
306311
"polite-pumpkins-guess",
307312
"polite-ravens-study",
308313
"poor-eggs-enjoy",
309314
"poor-hats-design",
310315
"poor-seahorses-flash",
316+
"popular-apes-bathe",
311317
"popular-ligers-perform",
312318
"popular-mangos-rest",
313319
"popular-walls-hunt",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.132
4+
5+
### Patch Changes
6+
7+
- chore: improve runtime overhead of creating comment templates ([#11591](https://github.com/sveltejs/svelte/pull/11591))
8+
9+
- fix: replicate Svelte 4 props update detection in legacy mode ([#11577](https://github.com/sveltejs/svelte/pull/11577))
10+
11+
- fix: allow for non optional chain call expression in render ([#11578](https://github.com/sveltejs/svelte/pull/11578))
12+
13+
- fix: correctly handle falsy values of style directives in SSR mode ([#11583](https://github.com/sveltejs/svelte/pull/11583))
14+
15+
- fix: improve handling of lazy image elements ([#11593](https://github.com/sveltejs/svelte/pull/11593))
16+
17+
- fix: skip deriveds for props with known safe calls ([#11595](https://github.com/sveltejs/svelte/pull/11595))
18+
319
## 5.0.0-next.131
420

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

0 commit comments

Comments
 (0)