Skip to content

Commit 9b017f9

Browse files
Version Packages (next)
1 parent ade3d1a commit 9b017f9

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

.changeset/pre.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
"curly-lizards-dream",
5656
"curvy-buses-laugh",
5757
"curvy-cups-cough",
58+
"curvy-flies-exercise",
5859
"curvy-ties-shout",
5960
"cyan-flowers-destroy",
6061
"cyan-spies-grin",
@@ -65,6 +66,7 @@
6566
"dry-clocks-grow",
6667
"dry-eggs-play",
6768
"dry-eggs-retire",
69+
"dry-pillows-exist",
6870
"dull-coins-vanish",
6971
"dull-mangos-wave",
7072
"dull-pots-add",
@@ -106,6 +108,7 @@
106108
"friendly-lies-camp",
107109
"funny-wombats-argue",
108110
"fuzzy-bags-camp",
111+
"fuzzy-donuts-provide",
109112
"gentle-dolls-juggle",
110113
"gentle-sheep-hug",
111114
"gentle-spies-happen",
@@ -155,6 +158,7 @@
155158
"large-clouds-carry",
156159
"large-turkeys-deny",
157160
"late-crabs-lay",
161+
"late-peaches-mate",
158162
"lazy-masks-sit",
159163
"lazy-months-knock",
160164
"lazy-spiders-think",
@@ -178,6 +182,7 @@
178182
"lucky-toes-begin",
179183
"many-rockets-give",
180184
"many-trees-fix",
185+
"metal-clouds-raise",
181186
"metal-lobsters-burn",
182187
"mighty-cooks-scream",
183188
"mighty-files-hammer",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.91
4+
5+
### Patch Changes
6+
7+
- fix: ensure correct context for action update/destroy functions ([#11023](https://github.com/sveltejs/svelte/pull/11023))
8+
9+
- feat: more efficient hydration markers ([#11019](https://github.com/sveltejs/svelte/pull/11019))
10+
11+
- fix: ensure effect cleanup functions are called with null `this` ([#11024](https://github.com/sveltejs/svelte/pull/11024))
12+
13+
- Add `name` to HTMLDetailsAttributes ([#11013](https://github.com/sveltejs/svelte/pull/11013))
14+
15+
- breaking: move compiler.cjs to compiler/index.js ([#10988](https://github.com/sveltejs/svelte/pull/10988))
16+
317
## 5.0.0-next.90
418

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

0 commit comments

Comments
 (0)