Skip to content

Commit fcdad4c

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

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
@@ -149,6 +149,7 @@
149149
"good-buses-reply",
150150
"good-cars-visit",
151151
"good-pianos-jump",
152+
"good-plums-type",
152153
"good-rivers-yawn",
153154
"gorgeous-singers-rest",
154155
"great-fans-unite",
@@ -257,6 +258,7 @@
257258
"nice-avocados-move",
258259
"nine-cooks-join",
259260
"ninety-dingos-walk",
261+
"ninety-dots-train",
260262
"odd-buckets-lie",
261263
"odd-needles-joke",
262264
"odd-schools-wait",
@@ -480,12 +482,15 @@
480482
"wise-donkeys-marry",
481483
"wise-jobs-admire",
482484
"wise-radios-exercise",
485+
"wise-ties-clap",
483486
"witty-camels-warn",
484487
"witty-readers-provide",
485488
"witty-steaks-dream",
486489
"witty-tomatoes-care",
487490
"witty-years-crash",
491+
"yellow-pugs-raise",
488492
"yellow-taxis-double",
493+
"young-ads-roll",
489494
"young-masks-refuse"
490495
]
491496
}

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.121
4+
5+
### Patch Changes
6+
7+
- fix: set correct component context when rendering snippets ([#11401](https://github.com/sveltejs/svelte/pull/11401))
8+
9+
- fix: detect style shorthands as stateful variables in legacy mode ([#11421](https://github.com/sveltejs/svelte/pull/11421))
10+
11+
- fix: improve unowned derived signal behaviour ([#11408](https://github.com/sveltejs/svelte/pull/11408))
12+
13+
- fix: rework binding type-checking strategy ([#11420](https://github.com/sveltejs/svelte/pull/11420))
14+
15+
- fix: improve html escaping of element attributes ([#11411](https://github.com/sveltejs/svelte/pull/11411))
16+
317
## 5.0.0-next.120
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.120",
5+
"version": "5.0.0-next.121",
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.120';
9+
export const VERSION = '5.0.0-next.121';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)