Skip to content

Commit fdf662b

Browse files
Version Packages (next)
1 parent 48549f7 commit fdf662b

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

.changeset/pre.json

+6
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"chatty-taxis-juggle",
4444
"chilled-pumas-invite",
4545
"chilly-dolphins-lick",
46+
"chilly-rocks-hug",
4647
"chilly-snakes-scream",
4748
"clean-eels-beg",
4849
"clever-chefs-relate",
@@ -74,6 +75,7 @@
7475
"dull-pots-add",
7576
"dull-roses-relate",
7677
"early-ads-tie",
78+
"eight-hornets-punch",
7779
"eight-steaks-shout",
7880
"eighty-bikes-camp",
7981
"eighty-days-cheat",
@@ -104,6 +106,7 @@
104106
"forty-peaches-unite",
105107
"forty-suns-smile",
106108
"four-flies-hammer",
109+
"four-mice-hammer",
107110
"fresh-impalas-bow",
108111
"fresh-weeks-trade",
109112
"friendly-candles-relate",
@@ -116,6 +119,7 @@
116119
"gentle-spies-happen",
117120
"giant-moons-own",
118121
"giant-planets-shake",
122+
"giant-plants-grin",
119123
"giant-roses-press",
120124
"good-buses-reply",
121125
"good-cars-visit",
@@ -191,6 +195,7 @@
191195
"metal-lobsters-burn",
192196
"mighty-cooks-scream",
193197
"mighty-files-hammer",
198+
"mighty-frogs-obey",
194199
"moody-carrots-lay",
195200
"moody-frogs-exist",
196201
"moody-houses-argue",
@@ -234,6 +239,7 @@
234239
"poor-seahorses-flash",
235240
"popular-ligers-perform",
236241
"popular-mangos-rest",
242+
"popular-walls-hunt",
237243
"pretty-ties-help",
238244
"purple-dragons-peel",
239245
"quiet-apricots-dream",

packages/svelte/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# svelte
22

3+
## 5.0.0-next.96
4+
5+
### Patch Changes
6+
7+
- feat: introduce `$host` rune, deprecate `createEventDispatcher` ([#11059](https://github.com/sveltejs/svelte/pull/11059))
8+
9+
- fix: make static `element` property available for the SvelteComponent type ([#11079](https://github.com/sveltejs/svelte/pull/11079))
10+
11+
- fix: improve internal proxied state signal heuristic ([#11102](https://github.com/sveltejs/svelte/pull/11102))
12+
13+
- fix: keep sibling selectors when dealing with slots/render tags/`svelte:element` tags ([#11096](https://github.com/sveltejs/svelte/pull/11096))
14+
15+
- fix: ensure deep mutation ownership widening ([#11094](https://github.com/sveltejs/svelte/pull/11094))
16+
17+
- fix: improve compiled output of multiple call expression in single text node ([#11097](https://github.com/sveltejs/svelte/pull/11097))
18+
319
## 5.0.0-next.95
420

521
### Patch Changes

packages/svelte/package.json

+1-1
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.95",
5+
"version": "5.0.0-next.96",
66
"type": "module",
77
"types": "./types/index.d.ts",
88
"engines": {

packages/svelte/src/version.js

+1-1
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.95';
9+
export const VERSION = '5.0.0-next.96';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)