Skip to content

Commit b6598a3

Browse files
Version Packages (next) (#10934)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c683484 commit b6598a3

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

.changeset/pre.json

Lines changed: 4 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",
@@ -126,6 +128,7 @@
126128
"honest-buses-add",
127129
"honest-dragons-turn",
128130
"honest-icons-change",
131+
"hot-jobs-tap",
129132
"hungry-boxes-relate",
130133
"hungry-dots-fry",
131134
"hungry-singers-share",
@@ -340,6 +343,7 @@
340343
"thirty-wombats-relax",
341344
"three-camels-sell",
342345
"three-icons-trade",
346+
"three-lions-visit",
343347
"three-papayas-buy",
344348
"three-suits-grin",
345349
"tidy-buses-whisper",

packages/svelte/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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+
- fix: improve order of pre-effect execution ([#10942](https://github.com/sveltejs/svelte/pull/10942))
12+
13+
- feat: more efficient each block compiler output ([#10937](https://github.com/sveltejs/svelte/pull/10937))
14+
315
## 5.0.0-next.84
416

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