Skip to content

Commit bc92bd2

Browse files
Version Packages (next)
1 parent 2d37826 commit bc92bd2

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,13 +307,15 @@
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",
312314
"heavy-ears-rule",
313315
"heavy-feet-attend",
314316
"heavy-houses-pay",
315317
"hip-balloons-begin",
318+
"hip-beers-shake",
316319
"hip-garlics-tap",
317320
"hip-goats-smoke",
318321
"hip-jeans-provide",
@@ -344,6 +347,7 @@
344347
"itchy-kings-deliver",
345348
"itchy-lemons-punch",
346349
"itchy-lions-wash",
350+
"itchy-oranges-behave",
347351
"itchy-panthers-shave",
348352
"itchy-peaches-compare",
349353
"itchy-pianos-marry",
@@ -508,6 +512,7 @@
508512
"orange-yaks-protect",
509513
"orange-zoos-heal",
510514
"perfect-actors-bake",
515+
"perfect-cooks-shop",
511516
"perfect-hairs-matter",
512517
"perfect-hats-dance",
513518
"perfect-pugs-shake",

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: hoist imports on top ([#13082](https://github.com/sveltejs/svelte/pull/13082))
12+
13+
- fix: remove unnecessary update assignments ([#13113](https://github.com/sveltejs/svelte/pull/13113))
14+
15+
- fix: error at compile time on unsupported TypeScript language features ([#12982](https://github.com/sveltejs/svelte/pull/12982))
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)