Skip to content

Commit 9208e1b

Browse files
Version Packages (next)
1 parent 8578857 commit 9208e1b

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
"dull-pots-add",
7575
"dull-roses-relate",
7676
"early-ads-tie",
77+
"eight-hornets-punch",
7778
"eight-steaks-shout",
7879
"eighty-bikes-camp",
7980
"eighty-days-cheat",
@@ -191,6 +192,7 @@
191192
"metal-lobsters-burn",
192193
"mighty-cooks-scream",
193194
"mighty-files-hammer",
195+
"mighty-frogs-obey",
194196
"moody-carrots-lay",
195197
"moody-frogs-exist",
196198
"moody-houses-argue",

packages/svelte/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# svelte
22

3+
## 5.0.0-next.96
4+
5+
### Patch Changes
6+
7+
- fix: make static `element` property available for the SvelteComponent type ([#11079](https://github.com/sveltejs/svelte/pull/11079))
8+
9+
- fix: ensure deep mutation ownership widening ([#11094](https://github.com/sveltejs/svelte/pull/11094))
10+
311
## 5.0.0-next.95
412

513
### 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.95",
5+
"version": "5.0.0-next.96",
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.95';
9+
export const VERSION = '5.0.0-next.96';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)