Skip to content

Commit 872906c

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

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

.changeset/pre.json

+5
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"breezy-carrots-flash",
4343
"breezy-rules-beg",
4444
"breezy-waves-camp",
45+
"bright-berries-smell",
4546
"bright-falcons-float",
4647
"bright-peas-juggle",
4748
"bright-snakes-sing",
@@ -126,13 +127,15 @@
126127
"eighty-bikes-camp",
127128
"eighty-days-cheat",
128129
"eighty-lizards-notice",
130+
"eleven-avocados-walk",
129131
"eleven-beers-yell",
130132
"eleven-cycles-applaud",
131133
"eleven-hounds-pump",
132134
"empty-bags-heal",
133135
"empty-bulldogs-exercise",
134136
"empty-coins-build",
135137
"empty-crabs-think",
138+
"empty-files-prove",
136139
"empty-flowers-change",
137140
"empty-geckos-pretend",
138141
"empty-horses-tell",
@@ -569,6 +572,7 @@
569572
"ten-teachers-travel",
570573
"ten-ties-repair",
571574
"ten-worms-reflect",
575+
"tender-lemons-judge",
572576
"tender-rocks-walk",
573577
"thick-cycles-rule",
574578
"thick-pans-tell",
@@ -631,6 +635,7 @@
631635
"wicked-doors-train",
632636
"wicked-hairs-cheer",
633637
"wicked-wasps-allow",
638+
"wicked-ways-reply",
634639
"wild-foxes-wonder",
635640
"wild-moose-compare",
636641
"wise-apples-care",

packages/svelte/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# svelte
22

3+
## 5.0.0-next.166
4+
5+
### Patch Changes
6+
7+
- fix: remove correct event listener from document ([#12101](https://github.com/sveltejs/svelte/pull/12101))
8+
9+
- fix: correctly serialize object assignment expressions ([#12175](https://github.com/sveltejs/svelte/pull/12175))
10+
11+
- fix: robustify migration script around indentation and comments ([#12176](https://github.com/sveltejs/svelte/pull/12176))
12+
13+
- fix: improve await block behaviour in non-runes mode ([#12179](https://github.com/sveltejs/svelte/pull/12179))
14+
15+
- fix: improve select handling of dynamic value with placeholders ([#12181](https://github.com/sveltejs/svelte/pull/12181))
16+
317
## 5.0.0-next.165
418

519
### Patch Changes

packages/svelte/package.json

+1-1
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.165",
5+
"version": "5.0.0-next.166",
66
"type": "module",
77
"types": "./types/index.d.ts",
88
"engines": {

packages/svelte/src/version.js

+1-1
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.165';
9+
export const VERSION = '5.0.0-next.166';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)