Skip to content

Commit e8f7437

Browse files
Version Packages (next) (#11093)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5a1c756 commit e8f7437

File tree

4 files changed

+30
-2
lines changed

4 files changed

+30
-2
lines changed

.changeset/pre.json

+8
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",
@@ -54,6 +55,7 @@
5455
"cool-rabbits-tickle",
5556
"cool-roses-trade",
5657
"cuddly-pianos-drop",
58+
"cuddly-points-tickle",
5759
"curly-lizards-dream",
5860
"curvy-buses-laugh",
5961
"curvy-cups-cough",
@@ -74,6 +76,7 @@
7476
"dull-pots-add",
7577
"dull-roses-relate",
7678
"early-ads-tie",
79+
"eight-hornets-punch",
7780
"eight-steaks-shout",
7881
"eighty-bikes-camp",
7982
"eighty-days-cheat",
@@ -104,6 +107,7 @@
104107
"forty-peaches-unite",
105108
"forty-suns-smile",
106109
"four-flies-hammer",
110+
"four-mice-hammer",
107111
"fresh-impalas-bow",
108112
"fresh-weeks-trade",
109113
"friendly-candles-relate",
@@ -116,6 +120,7 @@
116120
"gentle-spies-happen",
117121
"giant-moons-own",
118122
"giant-planets-shake",
123+
"giant-plants-grin",
119124
"giant-roses-press",
120125
"good-buses-reply",
121126
"good-cars-visit",
@@ -191,6 +196,7 @@
191196
"metal-lobsters-burn",
192197
"mighty-cooks-scream",
193198
"mighty-files-hammer",
199+
"mighty-frogs-obey",
194200
"moody-carrots-lay",
195201
"moody-frogs-exist",
196202
"moody-houses-argue",
@@ -234,7 +240,9 @@
234240
"poor-seahorses-flash",
235241
"popular-ligers-perform",
236242
"popular-mangos-rest",
243+
"popular-walls-hunt",
237244
"pretty-ties-help",
245+
"proud-queens-sniff",
238246
"purple-dragons-peel",
239247
"quiet-apricots-dream",
240248
"quiet-berries-end",

packages/svelte/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
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: execute sole static script tag ([#11095](https://github.com/sveltejs/svelte/pull/11095))
10+
11+
- fix: make static `element` property available for the SvelteComponent type ([#11079](https://github.com/sveltejs/svelte/pull/11079))
12+
13+
- fix: improve internal proxied state signal heuristic ([#11102](https://github.com/sveltejs/svelte/pull/11102))
14+
15+
- fix: keep sibling selectors when dealing with slots/render tags/`svelte:element` tags ([#11096](https://github.com/sveltejs/svelte/pull/11096))
16+
17+
- fix: ensure deep mutation ownership widening ([#11094](https://github.com/sveltejs/svelte/pull/11094))
18+
19+
- fix: improve compiled output of multiple call expression in single text node ([#11097](https://github.com/sveltejs/svelte/pull/11097))
20+
21+
- fix: improve hydration of svelte head blocks ([#11099](https://github.com/sveltejs/svelte/pull/11099))
22+
323
## 5.0.0-next.95
424

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