Skip to content

Commit

Permalink
Version Packages (next)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 4, 2024
1 parent 2b362dd commit 6417d49
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 @@ -128,6 +128,7 @@
"dirty-donuts-yell",
"dirty-eyes-itch",
"dirty-garlics-design",
"dirty-jars-tap",
"dirty-pens-look",
"dirty-pianos-eat",
"dirty-tips-add",
Expand Down Expand Up @@ -306,6 +307,7 @@
"healthy-mangos-brush",
"healthy-planes-vanish",
"healthy-zebras-accept",
"heavy-cars-ring",
"heavy-comics-move",
"heavy-doors-applaud",
"heavy-ducks-leave",
Expand Down Expand Up @@ -344,6 +346,7 @@
"itchy-kings-deliver",
"itchy-lemons-punch",
"itchy-lions-wash",
"itchy-oranges-behave",
"itchy-panthers-shave",
"itchy-peaches-compare",
"itchy-pianos-marry",
Expand Down Expand Up @@ -508,6 +511,7 @@
"orange-yaks-protect",
"orange-zoos-heal",
"perfect-actors-bake",
"perfect-cooks-shop",
"perfect-hairs-matter",
"perfect-hats-dance",
"perfect-pugs-shake",
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.244

### Patch Changes

- fix: error on duplicate style and class directive ([#13097](https://github.com/sveltejs/svelte/pull/13097))

- fix: ensure $host rune correctly compiles in variable declarations ([#13127](https://github.com/sveltejs/svelte/pull/13127))

- fix: remove unnecessary update assignments ([#13113](https://github.com/sveltejs/svelte/pull/13113))

- fix: error at compile time on unsupported TypeScript language features ([#12982](https://github.com/sveltejs/svelte/pull/12982))

## 5.0.0-next.243

### 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.243",
"version": "5.0.0-next.244",
"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.243';
export const VERSION = '5.0.0-next.244';
export const PUBLIC_VERSION = '5';

0 comments on commit 6417d49

Please sign in to comment.