Skip to content

Commit 3fb523f

Browse files
Version Packages (next)
1 parent 4b8674f commit 3fb523f

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

.changeset/pre.json

Lines changed: 2 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",

packages/svelte/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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+
311
## 5.0.0-next.190
412

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