Skip to content

Commit 229f830

Browse files
Version Packages (next)
1 parent 6bd6f09 commit 229f830

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
@@ -142,6 +142,7 @@
142142
"gentle-dolls-juggle",
143143
"gentle-sheep-hug",
144144
"gentle-spies-happen",
145+
"gentle-toys-chew",
145146
"giant-bananas-turn",
146147
"giant-moons-own",
147148
"giant-planets-shake",
@@ -222,6 +223,7 @@
222223
"long-lobsters-mate",
223224
"loud-cheetahs-flow",
224225
"loud-mugs-smile",
226+
"loud-numbers-flow",
225227
"loud-ravens-drop",
226228
"loud-socks-look",
227229
"lovely-carpets-lick",
@@ -271,6 +273,7 @@
271273
"old-jokes-deliver",
272274
"old-mails-sneeze",
273275
"old-oranges-compete",
276+
"olive-apples-lick",
274277
"olive-kangaroos-brake",
275278
"olive-mice-fix",
276279
"olive-moons-act",
@@ -350,6 +353,7 @@
350353
"sharp-tomatoes-learn",
351354
"shiny-baboons-play",
352355
"shiny-mayflies-clean",
356+
"shiny-melons-love",
353357
"shiny-rats-heal",
354358
"shiny-shrimps-march",
355359
"short-buses-camp",
@@ -463,6 +467,7 @@
463467
"twelve-onions-juggle",
464468
"twelve-worms-jog",
465469
"two-candles-move",
470+
"two-dogs-accept",
466471
"two-dragons-yell",
467472
"two-falcons-buy",
468473
"unlucky-boxes-obey",

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.124
4+
5+
### Patch Changes
6+
7+
- fix: allow to access private fields after `this` reassignment ([#11487](https://github.com/sveltejs/svelte/pull/11487))
8+
9+
- fix: restore value after attribute removal during hydration ([#11465](https://github.com/sveltejs/svelte/pull/11465))
10+
11+
- fix: check if svelte component exists on custom element destroy ([#11488](https://github.com/sveltejs/svelte/pull/11488))
12+
13+
- fix: ensure derived is detected as dirty correctly ([#11496](https://github.com/sveltejs/svelte/pull/11496))
14+
15+
- fix: prevent false positive ownership warning ([#11490](https://github.com/sveltejs/svelte/pull/11490))
16+
317
## 5.0.0-next.123
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.123",
5+
"version": "5.0.0-next.124",
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.123';
9+
export const VERSION = '5.0.0-next.124';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)