Skip to content

Commit 52f0f5f

Browse files
Version Packages (next)
1 parent 5d82573 commit 52f0f5f

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
@@ -164,6 +164,7 @@
164164
"famous-pants-pay",
165165
"fast-donkeys-pay",
166166
"fast-penguins-matter",
167+
"fast-toes-act",
167168
"fast-weeks-clean",
168169
"few-badgers-guess",
169170
"few-cheetahs-taste",
@@ -258,6 +259,7 @@
258259
"heavy-doors-applaud",
259260
"heavy-ducks-leave",
260261
"heavy-ears-rule",
262+
"heavy-feet-attend",
261263
"hip-balloons-begin",
262264
"hip-garlics-tap",
263265
"hip-months-breathe",
@@ -374,6 +376,7 @@
374376
"moody-owls-cry",
375377
"moody-sheep-type",
376378
"moody-toys-relax",
379+
"nasty-carrots-develop",
377380
"nasty-glasses-begin",
378381
"nasty-lions-double",
379382
"nasty-yaks-peel",
@@ -440,6 +443,7 @@
440443
"poor-seahorses-flash",
441444
"popular-apes-bathe",
442445
"popular-cameras-tie",
446+
"popular-cups-bathe",
443447
"popular-feet-rule",
444448
"popular-games-hug",
445449
"popular-ligers-perform",
@@ -510,6 +514,7 @@
510514
"sharp-kids-happen",
511515
"sharp-tomatoes-learn",
512516
"shiny-baboons-play",
517+
"shiny-kangaroos-move",
513518
"shiny-mayflies-clean",
514519
"shiny-melons-love",
515520
"shiny-months-tease",

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.191
4+
5+
### Patch Changes
6+
7+
- fix: properly assign trailing comments ([#12471](https://github.com/sveltejs/svelte/pull/12471))
8+
9+
- breaking: remove deep reactivity from non-bindable props ([#12484](https://github.com/sveltejs/svelte/pull/12484))
10+
11+
- fix: ensure async initial store value is noticed ([#12486](https://github.com/sveltejs/svelte/pull/12486))
12+
13+
- fix: don't add imports to hoisted event parameters ([#12493](https://github.com/sveltejs/svelte/pull/12493))
14+
15+
- fix: set `volume` through DOM property rather than attribute ([#12485](https://github.com/sveltejs/svelte/pull/12485))
16+
317
## 5.0.0-next.190
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.190",
5+
"version": "5.0.0-next.191",
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.190';
9+
export const VERSION = '5.0.0-next.191';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)