Skip to content

Commit 7ed8331

Browse files
Version Packages (next)
1 parent 9bbc332 commit 7ed8331

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
@@ -70,6 +70,7 @@
7070
"eight-steaks-shout",
7171
"eighty-bikes-camp",
7272
"eighty-days-cheat",
73+
"eleven-beers-yell",
7374
"eleven-cycles-applaud",
7475
"empty-bags-heal",
7576
"empty-bulldogs-exercise",
@@ -82,6 +83,7 @@
8283
"famous-knives-sneeze",
8384
"famous-pants-pay",
8485
"fast-weeks-clean",
86+
"few-clouds-shop",
8587
"few-mugs-fail",
8688
"fifty-rice-wait",
8789
"fifty-steaks-float",
@@ -340,6 +342,7 @@
340342
"thirty-wombats-relax",
341343
"three-camels-sell",
342344
"three-icons-trade",
345+
"three-lions-visit",
343346
"three-papayas-buy",
344347
"three-suits-grin",
345348
"tidy-buses-whisper",

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.85
4+
5+
### Patch Changes
6+
7+
- feat: use implicit return for each block keys ([#10938](https://github.com/sveltejs/svelte/pull/10938))
8+
9+
- breaking: always run pre effects immediately ([#10928](https://github.com/sveltejs/svelte/pull/10928))
10+
11+
- feat: more efficient each block compiler output ([#10937](https://github.com/sveltejs/svelte/pull/10937))
12+
313
## 5.0.0-next.84
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.84",
5+
"version": "5.0.0-next.85",
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.84';
9+
export const VERSION = '5.0.0-next.85';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)