Skip to content

Commit 09c15e7

Browse files
Version Packages (next)
1 parent 7a1326b commit 09c15e7

File tree

4 files changed

+30
-2
lines changed

4 files changed

+30
-2
lines changed

.changeset/pre.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,15 @@
5656
"chilled-pumas-invite",
5757
"chilled-seas-jog",
5858
"chilly-dolphins-lick",
59+
"chilly-pans-raise",
5960
"chilly-rocks-hug",
6061
"chilly-snakes-scream",
6162
"clean-eels-beg",
6263
"clever-chefs-relate",
6364
"clever-maps-travel",
6465
"clever-rockets-burn",
6566
"clever-sloths-push",
67+
"clever-stingrays-shout",
6668
"cold-birds-own",
6769
"cold-cheetahs-judge",
6870
"cold-masks-learn",
@@ -153,6 +155,7 @@
153155
"fresh-beds-wash",
154156
"fresh-dots-destroy",
155157
"fresh-impalas-bow",
158+
"fresh-walls-bathe",
156159
"fresh-weeks-trade",
157160
"friendly-candles-relate",
158161
"friendly-lies-camp",
@@ -166,6 +169,7 @@
166169
"gentle-spies-happen",
167170
"gentle-toys-chew",
168171
"gentle-trees-exercise",
172+
"gentle-wasps-pull",
169173
"giant-bananas-turn",
170174
"giant-moons-own",
171175
"giant-planets-shake",
@@ -190,6 +194,7 @@
190194
"grumpy-avocados-fetch",
191195
"grumpy-jars-sparkle",
192196
"happy-beds-scream",
197+
"happy-dogs-jump",
193198
"happy-suits-film",
194199
"healthy-ants-film",
195200
"healthy-planes-vanish",
@@ -375,6 +380,7 @@
375380
"rotten-rules-invite",
376381
"rude-ghosts-tickle",
377382
"selfish-dragons-knock",
383+
"selfish-panthers-add",
378384
"selfish-socks-smile",
379385
"selfish-spies-help",
380386
"selfish-tools-hide",
@@ -418,6 +424,7 @@
418424
"sixty-items-crash",
419425
"sixty-numbers-hope",
420426
"sixty-pandas-rush",
427+
"sleepy-cats-eat",
421428
"slimy-clouds-talk",
422429
"slimy-laws-explode",
423430
"slimy-onions-approve",
@@ -437,6 +444,7 @@
437444
"smart-turkeys-tell",
438445
"smart-zebras-pay",
439446
"smooth-kids-protect",
447+
"smooth-pens-protect",
440448
"smooth-rings-rush",
441449
"soft-clocks-remember",
442450
"soft-geese-learn",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.142
4+
5+
### Patch Changes
6+
7+
- fix: allow runelike writable as prop ([#11768](https://github.com/sveltejs/svelte/pull/11768))
8+
9+
- fix: support `array.lastIndexOf` without second argument ([#11766](https://github.com/sveltejs/svelte/pull/11766))
10+
11+
- fix: handle `this` parameter in TypeScript-annotated functions ([#11795](https://github.com/sveltejs/svelte/pull/11795))
12+
13+
- fix: allow classes to be reassigned ([#11794](https://github.com/sveltejs/svelte/pull/11794))
14+
15+
- fix: capture the correct event names when spreading attributes ([#11783](https://github.com/sveltejs/svelte/pull/11783))
16+
17+
- fix: allow global next to `&` for nesting ([#11784](https://github.com/sveltejs/svelte/pull/11784))
18+
19+
- fix: parse ongotpointercapture and onlostpointercapture events correctly ([#11790](https://github.com/sveltejs/svelte/pull/11790))
20+
21+
- fix: only inject push/pop in SSR components when necessary ([#11771](https://github.com/sveltejs/svelte/pull/11771))
22+
323
## 5.0.0-next.141
424

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

0 commit comments

Comments
 (0)