Skip to content

Commit 533622d

Browse files
Version Packages (next)
1 parent 0a16292 commit 533622d

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
"dry-clocks-grow",
6666
"dry-eggs-play",
6767
"dry-eggs-retire",
68+
"dry-pillows-exist",
6869
"dull-coins-vanish",
6970
"dull-mangos-wave",
7071
"dull-pots-add",
@@ -155,6 +156,7 @@
155156
"large-clouds-carry",
156157
"large-turkeys-deny",
157158
"late-crabs-lay",
159+
"late-peaches-mate",
158160
"lazy-masks-sit",
159161
"lazy-months-knock",
160162
"lazy-spiders-think",
@@ -178,6 +180,7 @@
178180
"lucky-toes-begin",
179181
"many-rockets-give",
180182
"many-trees-fix",
183+
"metal-clouds-raise",
181184
"metal-lobsters-burn",
182185
"mighty-cooks-scream",
183186
"mighty-files-hammer",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.91
4+
5+
### Patch Changes
6+
7+
- feat: more efficient hydration markers ([#11019](https://github.com/sveltejs/svelte/pull/11019))
8+
9+
- Add `name` to HTMLDetailsAttributes ([#11013](https://github.com/sveltejs/svelte/pull/11013))
10+
11+
- breaking: move compiler.cjs to compiler/index.js ([#10988](https://github.com/sveltejs/svelte/pull/10988))
12+
313
## 5.0.0-next.90
414

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