Skip to content

Commit 8c838c8

Browse files
Version Packages (next)
1 parent dfe23a1 commit 8c838c8

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

.changeset/pre.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@
128128
"dirty-donuts-yell",
129129
"dirty-eyes-itch",
130130
"dirty-garlics-design",
131+
"dirty-jars-tap",
131132
"dirty-pens-look",
132133
"dirty-pianos-eat",
133134
"dirty-tips-add",
@@ -306,6 +307,7 @@
306307
"healthy-mangos-brush",
307308
"healthy-planes-vanish",
308309
"healthy-zebras-accept",
310+
"heavy-cars-ring",
309311
"heavy-comics-move",
310312
"heavy-doors-applaud",
311313
"heavy-ducks-leave",
@@ -344,6 +346,7 @@
344346
"itchy-kings-deliver",
345347
"itchy-lemons-punch",
346348
"itchy-lions-wash",
349+
"itchy-oranges-behave",
347350
"itchy-panthers-shave",
348351
"itchy-peaches-compare",
349352
"itchy-pianos-marry",
@@ -508,6 +511,7 @@
508511
"orange-yaks-protect",
509512
"orange-zoos-heal",
510513
"perfect-actors-bake",
514+
"perfect-cooks-shop",
511515
"perfect-hairs-matter",
512516
"perfect-hats-dance",
513517
"perfect-pugs-shake",
@@ -542,6 +546,7 @@
542546
"popular-roses-teach",
543547
"popular-walls-hunt",
544548
"pretty-ties-help",
549+
"proud-lobsters-lie",
545550
"proud-pets-hang",
546551
"proud-queens-sniff",
547552
"purple-dragons-peel",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.244
4+
5+
### Patch Changes
6+
7+
- fix: error on duplicate style and class directive ([#13097](https://github.com/sveltejs/svelte/pull/13097))
8+
9+
- fix: ensure $host rune correctly compiles in variable declarations ([#13127](https://github.com/sveltejs/svelte/pull/13127))
10+
11+
- fix: remove unnecessary update assignments ([#13113](https://github.com/sveltejs/svelte/pull/13113))
12+
13+
- fix: error at compile time on unsupported TypeScript language features ([#12982](https://github.com/sveltejs/svelte/pull/12982))
14+
15+
- fix: Ensure imports are above other statements ([#13132](https://github.com/sveltejs/svelte/pull/13132))
16+
317
## 5.0.0-next.243
418

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

0 commit comments

Comments
 (0)