Skip to content

Commit a24ea0a

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

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

.changeset/pre.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@
194194
"few-clouds-shop",
195195
"few-mugs-fail",
196196
"few-teachers-know",
197+
"few-walls-check",
197198
"few-zoos-own",
198199
"fifty-actors-agree",
199200
"fifty-masks-give",
@@ -247,6 +248,7 @@
247248
"fuzzy-donuts-provide",
248249
"gentle-dolls-juggle",
249250
"gentle-eagles-walk",
251+
"gentle-needles-train",
250252
"gentle-sheep-hug",
251253
"gentle-spies-happen",
252254
"gentle-ties-fetch",
@@ -290,6 +292,7 @@
290292
"grumpy-jars-sparkle",
291293
"happy-beds-scream",
292294
"happy-dogs-jump",
295+
"happy-dolls-joke",
293296
"happy-lobsters-lick",
294297
"happy-moles-live",
295298
"happy-planets-rest",
@@ -598,6 +601,7 @@
598601
"seven-hornets-smile",
599602
"seven-jobs-sniff",
600603
"seven-masks-end",
604+
"seven-news-live",
601605
"seven-ravens-check",
602606
"shaggy-cameras-live",
603607
"shaggy-comics-jog",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.241
4+
5+
### Patch Changes
6+
7+
- fix: prevent div/0 when generating transition keyframes ([#13058](https://github.com/sveltejs/svelte/pull/13058))
8+
9+
- fix: error on invalid element name ([#13057](https://github.com/sveltejs/svelte/pull/13057))
10+
11+
- fix: better compile errors for invalid tag names/placement ([#13045](https://github.com/sveltejs/svelte/pull/13045))
12+
13+
- fix: ensure event currentTarget is reset after propagation logic ([#13042](https://github.com/sveltejs/svelte/pull/13042))
14+
315
## 5.0.0-next.240
416

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

0 commit comments

Comments
 (0)