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 2d37826 commit bc92bd2
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
5 changes: 5 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,13 +307,15 @@
"healthy-mangos-brush",
"healthy-planes-vanish",
"healthy-zebras-accept",
"heavy-cars-ring",
"heavy-comics-move",
"heavy-doors-applaud",
"heavy-ducks-leave",
"heavy-ears-rule",
"heavy-feet-attend",
"heavy-houses-pay",
"hip-balloons-begin",
"hip-beers-shake",
"hip-garlics-tap",
"hip-goats-smoke",
"hip-jeans-provide",
Expand Down Expand Up @@ -344,6 +347,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 +512,7 @@
"orange-yaks-protect",
"orange-zoos-heal",
"perfect-actors-bake",
"perfect-cooks-shop",
"perfect-hairs-matter",
"perfect-hats-dance",
"perfect-pugs-shake",
Expand Down
14 changes: 14 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# 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: hoist imports on top ([#13082](https://github.com/sveltejs/svelte/pull/13082))

- 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 bc92bd2

Please sign in to comment.