Skip to content

Commit 1ce4cd5

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

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
@@ -58,6 +58,7 @@
5858
"calm-ravens-sneeze",
5959
"chatty-beans-divide",
6060
"chatty-cups-drop",
61+
"chatty-ghosts-unite",
6162
"chatty-sloths-allow",
6263
"chatty-taxis-juggle",
6364
"chilled-pumas-invite",
@@ -321,6 +322,7 @@
321322
"light-pens-watch",
322323
"little-ligers-exist",
323324
"little-pans-jog",
325+
"little-seals-reflect",
324326
"long-buckets-lay",
325327
"long-carrots-sneeze",
326328
"long-crews-return",
@@ -718,6 +720,7 @@
718720
"witty-steaks-dream",
719721
"witty-tomatoes-care",
720722
"witty-years-crash",
723+
"yellow-bananas-rhyme",
721724
"yellow-pugs-raise",
722725
"yellow-rockets-sit",
723726
"yellow-taxis-double",

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.186
4+
5+
### Patch Changes
6+
7+
- feat: skip pending block for already-resolved promises ([#12274](https://github.com/sveltejs/svelte/pull/12274))
8+
9+
- feat: add ability to ignore warnings through `warningFilter` compiler option ([#12296](https://github.com/sveltejs/svelte/pull/12296))
10+
11+
- fix: run animations in microtask so that deferred transitions can measure nodes correctly ([#12453](https://github.com/sveltejs/svelte/pull/12453))
12+
313
## 5.0.0-next.185
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.185",
5+
"version": "5.0.0-next.186",
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.185';
9+
export const VERSION = '5.0.0-next.186';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)