Skip to content

Commit 761e9ac

Browse files
Version Packages (next)
1 parent ee9d5ef commit 761e9ac

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
@@ -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",
@@ -375,6 +377,7 @@
375377
"rotten-rules-invite",
376378
"rude-ghosts-tickle",
377379
"selfish-dragons-knock",
380+
"selfish-panthers-add",
378381
"selfish-socks-smile",
379382
"selfish-spies-help",
380383
"selfish-tools-hide",
@@ -418,6 +421,7 @@
418421
"sixty-items-crash",
419422
"sixty-numbers-hope",
420423
"sixty-pandas-rush",
424+
"sleepy-cats-eat",
421425
"slimy-clouds-talk",
422426
"slimy-laws-explode",
423427
"slimy-onions-approve",
@@ -437,6 +441,7 @@
437441
"smart-turkeys-tell",
438442
"smart-zebras-pay",
439443
"smooth-kids-protect",
444+
"smooth-pens-protect",
440445
"smooth-rings-rush",
441446
"soft-clocks-remember",
442447
"soft-geese-learn",

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.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: allow global next to `&` for nesting ([#11784](https://github.com/sveltejs/svelte/pull/11784))
12+
13+
- fix: parse ongotpointercapture and onlostpointercapture events correctly ([#11790](https://github.com/sveltejs/svelte/pull/11790))
14+
15+
- fix: only inject push/pop in SSR components when necessary ([#11771](https://github.com/sveltejs/svelte/pull/11771))
16+
317
## 5.0.0-next.141
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.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)