Skip to content

Commit e196bb2

Browse files
Version Packages (next) (#12459)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3d354f0 commit e196bb2

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
@@ -277,6 +277,7 @@
277277
"itchy-bulldogs-tan",
278278
"itchy-eels-marry",
279279
"itchy-kings-deliver",
280+
"itchy-lemons-punch",
280281
"itchy-lions-wash",
281282
"itchy-panthers-shave",
282283
"itchy-peaches-compare",
@@ -694,6 +695,7 @@
694695
"wet-pears-remain",
695696
"wet-wombats-repeat",
696697
"wicked-bikes-matter",
698+
"wicked-carrots-explain",
697699
"wicked-clouds-exercise",
698700
"wicked-doors-train",
699701
"wicked-emus-drive",

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.187
4+
5+
### Patch Changes
6+
7+
- fix: always pass original component to HMR wrapper ([#12454](https://github.com/sveltejs/svelte/pull/12454))
8+
9+
- fix: ensure previous transitions are properly aborted ([#12460](https://github.com/sveltejs/svelte/pull/12460))
10+
311
## 5.0.0-next.186
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.186",
5+
"version": "5.0.0-next.187",
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.186';
9+
export const VERSION = '5.0.0-next.187';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)