Skip to content

Commit 8318b3d

Browse files
Version Packages (next) (#11474)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent dca8861 commit 8318b3d

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

.changeset/pre.json

Lines changed: 6 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",
@@ -157,6 +158,7 @@
157158
"great-fans-unite",
158159
"great-icons-retire",
159160
"green-eggs-approve",
161+
"green-fishes-lie",
160162
"green-hounds-play",
161163
"green-tigers-judge",
162164
"grumpy-jars-sparkle",
@@ -222,6 +224,7 @@
222224
"long-lobsters-mate",
223225
"loud-cheetahs-flow",
224226
"loud-mugs-smile",
227+
"loud-numbers-flow",
225228
"loud-ravens-drop",
226229
"loud-socks-look",
227230
"lovely-carpets-lick",
@@ -271,6 +274,7 @@
271274
"old-jokes-deliver",
272275
"old-mails-sneeze",
273276
"old-oranges-compete",
277+
"olive-apples-lick",
274278
"olive-kangaroos-brake",
275279
"olive-mice-fix",
276280
"olive-moons-act",
@@ -350,6 +354,7 @@
350354
"sharp-tomatoes-learn",
351355
"shiny-baboons-play",
352356
"shiny-mayflies-clean",
357+
"shiny-melons-love",
353358
"shiny-rats-heal",
354359
"shiny-shrimps-march",
355360
"short-buses-camp",
@@ -463,6 +468,7 @@
463468
"twelve-onions-juggle",
464469
"twelve-worms-jog",
465470
"two-candles-move",
471+
"two-dogs-accept",
466472
"two-dragons-yell",
467473
"two-falcons-buy",
468474
"unlucky-boxes-obey",

packages/svelte/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
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: only initiate scroll if scroll binding has existing value ([#11469](https://github.com/sveltejs/svelte/pull/11469))
10+
11+
- fix: restore value after attribute removal during hydration ([#11465](https://github.com/sveltejs/svelte/pull/11465))
12+
13+
- fix: check if svelte component exists on custom element destroy ([#11488](https://github.com/sveltejs/svelte/pull/11488))
14+
15+
- fix: ensure derived is detected as dirty correctly ([#11496](https://github.com/sveltejs/svelte/pull/11496))
16+
17+
- fix: prevent false positive ownership warning ([#11490](https://github.com/sveltejs/svelte/pull/11490))
18+
319
## 5.0.0-next.123
420

521
### 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)