Skip to content

Commit

Permalink
Version Packages (next) (#13046)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 28, 2024
1 parent fffb305 commit a24ea0a
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@
"few-clouds-shop",
"few-mugs-fail",
"few-teachers-know",
"few-walls-check",
"few-zoos-own",
"fifty-actors-agree",
"fifty-masks-give",
Expand Down Expand Up @@ -247,6 +248,7 @@
"fuzzy-donuts-provide",
"gentle-dolls-juggle",
"gentle-eagles-walk",
"gentle-needles-train",
"gentle-sheep-hug",
"gentle-spies-happen",
"gentle-ties-fetch",
Expand Down Expand Up @@ -290,6 +292,7 @@
"grumpy-jars-sparkle",
"happy-beds-scream",
"happy-dogs-jump",
"happy-dolls-joke",
"happy-lobsters-lick",
"happy-moles-live",
"happy-planets-rest",
Expand Down Expand Up @@ -598,6 +601,7 @@
"seven-hornets-smile",
"seven-jobs-sniff",
"seven-masks-end",
"seven-news-live",
"seven-ravens-check",
"shaggy-cameras-live",
"shaggy-comics-jog",
Expand Down
12 changes: 12 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# svelte

## 5.0.0-next.241

### Patch Changes

- fix: prevent div/0 when generating transition keyframes ([#13058](https://github.com/sveltejs/svelte/pull/13058))

- fix: error on invalid element name ([#13057](https://github.com/sveltejs/svelte/pull/13057))

- fix: better compile errors for invalid tag names/placement ([#13045](https://github.com/sveltejs/svelte/pull/13045))

- fix: ensure event currentTarget is reset after propagation logic ([#13042](https://github.com/sveltejs/svelte/pull/13042))

## 5.0.0-next.240

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "svelte",
"description": "Cybernetically enhanced web apps",
"license": "MIT",
"version": "5.0.0-next.240",
"version": "5.0.0-next.241",
"type": "module",
"types": "./types/index.d.ts",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/src/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
* https://svelte.dev/docs/svelte-compiler#svelte-version
* @type {string}
*/
export const VERSION = '5.0.0-next.240';
export const VERSION = '5.0.0-next.241';
export const PUBLIC_VERSION = '5';

0 comments on commit a24ea0a

Please sign in to comment.