Skip to content

Commit 98e2571

Browse files
Version Packages (next)
1 parent 3462c54 commit 98e2571

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

.changeset/pre.json

+4
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",
@@ -191,6 +193,7 @@
191193
"metal-lobsters-burn",
192194
"mighty-cooks-scream",
193195
"mighty-files-hammer",
196+
"mighty-frogs-obey",
194197
"moody-carrots-lay",
195198
"moody-frogs-exist",
196199
"moody-houses-argue",
@@ -234,6 +237,7 @@
234237
"poor-seahorses-flash",
235238
"popular-ligers-perform",
236239
"popular-mangos-rest",
240+
"popular-walls-hunt",
237241
"pretty-ties-help",
238242
"purple-dragons-peel",
239243
"quiet-apricots-dream",

packages/svelte/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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: ensure deep mutation ownership widening ([#11094](https://github.com/sveltejs/svelte/pull/11094))
12+
13+
- fix: improve compiled output of multiple call expression in single text node ([#11097](https://github.com/sveltejs/svelte/pull/11097))
14+
315
## 5.0.0-next.95
416

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