Skip to content

Commit 4fb4365

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

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
@@ -50,6 +50,7 @@
5050
"chatty-sloths-allow",
5151
"chatty-taxis-juggle",
5252
"chilled-pumas-invite",
53+
"chilled-seas-jog",
5354
"chilly-dolphins-lick",
5455
"chilly-rocks-hug",
5556
"chilly-snakes-scream",
@@ -62,6 +63,7 @@
6263
"cool-actors-tan",
6364
"cool-ants-leave",
6465
"cool-comics-marry",
66+
"cool-jobs-scream",
6567
"cool-peas-lick",
6668
"cool-poems-watch",
6769
"cool-rabbits-tickle",
@@ -154,6 +156,7 @@
154156
"good-pianos-jump",
155157
"good-plums-type",
156158
"good-rivers-yawn",
159+
"gorgeous-monkeys-carry",
157160
"gorgeous-singers-rest",
158161
"great-fans-unite",
159162
"great-icons-retire",
@@ -372,6 +375,7 @@
372375
"sixty-pandas-rush",
373376
"slimy-clouds-talk",
374377
"slimy-laws-explode",
378+
"slimy-onions-approve",
375379
"slimy-walls-draw",
376380
"slow-beds-shave",
377381
"slow-chefs-dream",
@@ -450,6 +454,7 @@
450454
"thirty-impalas-repair",
451455
"thirty-pears-hug",
452456
"thirty-wombats-relax",
457+
"three-buses-sleep",
453458
"three-camels-sell",
454459
"three-foxes-relax",
455460
"three-icons-trade",

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.125
4+
5+
### Patch Changes
6+
7+
- fix: coerce incremented/decremented sources ([#11506](https://github.com/sveltejs/svelte/pull/11506))
8+
9+
- feat: add support for svelte inspector ([#11514](https://github.com/sveltejs/svelte/pull/11514))
10+
11+
- fix: skip AST analysis of TypeScript AST nodes ([#11513](https://github.com/sveltejs/svelte/pull/11513))
12+
13+
- fix: use import.meta.hot.acceptExports when available to support partial hmr in vite ([#11453](https://github.com/sveltejs/svelte/pull/11453))
14+
15+
- feat: better error for `bind:this` legacy API usage ([#11498](https://github.com/sveltejs/svelte/pull/11498))
16+
317
## 5.0.0-next.124
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.124",
5+
"version": "5.0.0-next.125",
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.124';
9+
export const VERSION = '5.0.0-next.125';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)