Skip to content

Commit b75f3f9

Browse files
Version Packages (next)
1 parent 48c5503 commit b75f3f9

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
@@ -258,6 +258,7 @@
258258
"heavy-doors-applaud",
259259
"heavy-ducks-leave",
260260
"heavy-ears-rule",
261+
"heavy-feet-attend",
261262
"hip-balloons-begin",
262263
"hip-garlics-tap",
263264
"hip-months-breathe",
@@ -374,6 +375,7 @@
374375
"moody-owls-cry",
375376
"moody-sheep-type",
376377
"moody-toys-relax",
378+
"nasty-carrots-develop",
377379
"nasty-glasses-begin",
378380
"nasty-lions-double",
379381
"nasty-yaks-peel",
@@ -440,6 +442,7 @@
440442
"poor-seahorses-flash",
441443
"popular-apes-bathe",
442444
"popular-cameras-tie",
445+
"popular-cups-bathe",
443446
"popular-feet-rule",
444447
"popular-games-hug",
445448
"popular-ligers-perform",
@@ -510,6 +513,7 @@
510513
"sharp-kids-happen",
511514
"sharp-tomatoes-learn",
512515
"shiny-baboons-play",
516+
"shiny-kangaroos-move",
513517
"shiny-mayflies-clean",
514518
"shiny-melons-love",
515519
"shiny-months-tease",

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