Skip to content

Commit 30b143c

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

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@
142142
"eleven-beers-yell",
143143
"eleven-cows-judge",
144144
"eleven-cycles-applaud",
145+
"eleven-donuts-sit",
145146
"eleven-hounds-pump",
146147
"empty-bags-heal",
147148
"empty-bulldogs-exercise",
@@ -379,6 +380,7 @@
379380
"nasty-carrots-develop",
380381
"nasty-glasses-begin",
381382
"nasty-lions-double",
383+
"nasty-mayflies-smoke",
382384
"nasty-yaks-peel",
383385
"neat-boats-shake",
384386
"neat-dingos-clap",
@@ -521,6 +523,7 @@
521523
"shiny-pillows-relax",
522524
"shiny-rats-heal",
523525
"shiny-shrimps-march",
526+
"shiny-starfishes-cross",
524527
"short-buses-camp",
525528
"short-countries-rush",
526529
"shy-fishes-drive",

packages/svelte/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# svelte
22

3+
## 5.0.0-next.192
4+
5+
### Patch Changes
6+
7+
- fix: make animations more robust to quick shuffling ([#12496](https://github.com/sveltejs/svelte/pull/12496))
8+
9+
- feat: warn if binding to a non-reactive property ([#12500](https://github.com/sveltejs/svelte/pull/12500))
10+
11+
- fix: ensure $state proxy invokes set accessor if present ([#12503](https://github.com/sveltejs/svelte/pull/12503))
12+
313
## 5.0.0-next.191
414

515
### 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.191",
5+
"version": "5.0.0-next.192",
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.191';
9+
export const VERSION = '5.0.0-next.192';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)