Skip to content

Commit 8c9d9a4

Browse files
Version Packages (next) (#11899)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1331cdc commit 8c9d9a4

File tree

4 files changed

+27
-2
lines changed

4 files changed

+27
-2
lines changed

.changeset/pre.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
"clever-rockets-burn",
6767
"clever-sloths-push",
6868
"clever-stingrays-shout",
69+
"cold-beans-tease",
6970
"cold-birds-own",
7071
"cold-cheetahs-judge",
7172
"cold-masks-learn",
@@ -139,6 +140,7 @@
139140
"few-clouds-shop",
140141
"few-mugs-fail",
141142
"few-teachers-know",
143+
"few-zoos-own",
142144
"fifty-masks-give",
143145
"fifty-rice-wait",
144146
"fifty-steaks-float",
@@ -215,6 +217,7 @@
215217
"honest-icons-change",
216218
"honest-nails-share",
217219
"honest-pans-kick",
220+
"hot-cooks-repair",
218221
"hot-jobs-tap",
219222
"hungry-boxes-relate",
220223
"hungry-dots-fry",
@@ -229,6 +232,7 @@
229232
"itchy-kings-deliver",
230233
"itchy-lions-wash",
231234
"itchy-panthers-shave",
235+
"itchy-peaches-compare",
232236
"itchy-terms-guess",
233237
"khaki-cooks-develop",
234238
"khaki-ligers-sing",
@@ -273,6 +277,7 @@
273277
"loud-numbers-flow",
274278
"loud-ravens-drop",
275279
"loud-socks-look",
280+
"lovely-bugs-sneeze",
276281
"lovely-carpets-lick",
277282
"lovely-houses-own",
278283
"lovely-items-turn",
@@ -522,6 +527,7 @@
522527
"thick-pans-tell",
523528
"thick-shirts-deliver",
524529
"thick-swans-type",
530+
"thin-colts-yawn",
525531
"thin-foxes-lick",
526532
"thin-years-rhyme",
527533
"thirty-flowers-sit",
@@ -539,6 +545,7 @@
539545
"three-suits-grin",
540546
"tidy-buses-whisper",
541547
"tidy-chefs-taste",
548+
"tidy-deers-hope",
542549
"tidy-fans-relax",
543550
"tidy-starfishes-allow",
544551
"tiny-kings-whisper",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.150
4+
5+
### Patch Changes
6+
7+
- fix: populate `this.#sources` when constructing reactive map ([#11913](https://github.com/sveltejs/svelte/pull/11913))
8+
9+
- fix: omit `state_referenced_locally` warning for component exports ([#11905](https://github.com/sveltejs/svelte/pull/11905))
10+
11+
- fix: ensure event.target is correct for delegation ([#11900](https://github.com/sveltejs/svelte/pull/11900))
12+
13+
- chore: speed up regex ([#11918](https://github.com/sveltejs/svelte/pull/11918))
14+
15+
- feat: bind `activeElement` and `pointerLockElement` in `<svelte:document>` ([#11879](https://github.com/sveltejs/svelte/pull/11879))
16+
17+
- fix: correctly backport `svelte:element` to old AST ([#11917](https://github.com/sveltejs/svelte/pull/11917))
18+
19+
- fix: add `unused-export-let` to legacy lint replacements ([#11896](https://github.com/sveltejs/svelte/pull/11896))
20+
321
## 5.0.0-next.149
422

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

0 commit comments

Comments
 (0)