Skip to content

Commit e860547

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

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
@@ -201,6 +201,7 @@
201201
"fifty-steaks-float",
202202
"fifty-toys-invite",
203203
"five-maps-reflect",
204+
"five-shirts-run",
204205
"five-tigers-search",
205206
"flat-feet-visit",
206207
"flat-ghosts-fly",
@@ -634,6 +635,7 @@
634635
"silver-points-approve",
635636
"silver-sheep-knock",
636637
"six-apes-peel",
638+
"six-beans-laugh",
637639
"six-bears-trade",
638640
"six-boats-shave",
639641
"six-chicken-kneel",
@@ -649,6 +651,7 @@
649651
"slimy-clouds-talk",
650652
"slimy-hairs-impress",
651653
"slimy-laws-explode",
654+
"slimy-news-help",
652655
"slimy-onions-approve",
653656
"slimy-walls-draw",
654657
"slow-beds-shave",

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.240
4+
5+
### Patch Changes
6+
7+
- fix: use WAAPI to control timing of JS-based animations ([#13018](https://github.com/sveltejs/svelte/pull/13018))
8+
9+
- fix: prevent binding to imports ([#13035](https://github.com/sveltejs/svelte/pull/13035))
10+
11+
- fix: never abort bidirectional transitions ([#13018](https://github.com/sveltejs/svelte/pull/13018))
12+
313
## 5.0.0-next.239
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.239",
5+
"version": "5.0.0-next.240",
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.239';
9+
export const VERSION = '5.0.0-next.240';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)