Skip to content

Commit 0eef77a

Browse files
Version Packages (next)
1 parent fd7b950 commit 0eef77a

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
@@ -46,6 +46,7 @@
4646
"breezy-waves-camp",
4747
"bright-berries-smell",
4848
"bright-falcons-float",
49+
"bright-needles-pretend",
4950
"bright-peas-juggle",
5051
"bright-snakes-sing",
5152
"brown-geckos-fry",
@@ -160,6 +161,7 @@
160161
"fast-donkeys-pay",
161162
"fast-penguins-matter",
162163
"fast-weeks-clean",
164+
"few-badgers-guess",
163165
"few-cheetahs-taste",
164166
"few-clouds-shop",
165167
"few-mugs-fail",
@@ -227,6 +229,7 @@
227229
"gorgeous-singers-rest",
228230
"great-fans-unite",
229231
"great-icons-retire",
232+
"great-plums-pretend",
230233
"green-eggs-approve",
231234
"green-fishes-lie",
232235
"green-hounds-play",
@@ -450,6 +453,7 @@
450453
"red-doors-own",
451454
"red-feet-worry",
452455
"red-poets-study",
456+
"red-pots-pretend",
453457
"rich-cobras-exist",
454458
"rich-garlics-laugh",
455459
"rich-olives-yell",
@@ -592,6 +596,7 @@
592596
"swift-ravens-hunt",
593597
"swift-seahorses-deliver",
594598
"tall-books-grin",
599+
"tall-dragons-switch",
595600
"tall-garlics-try",
596601
"tall-mugs-buy",
597602
"tall-shrimps-worry",

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.182
4+
5+
### Patch Changes
6+
7+
- fix: abort outro when intro starts ([#12321](https://github.com/sveltejs/svelte/pull/12321))
8+
9+
- feat: warn in dev on `{@html ...}` block hydration mismatch ([#12396](https://github.com/sveltejs/svelte/pull/12396))
10+
11+
- feat: only create a maximum of one document event listener per event ([#12383](https://github.com/sveltejs/svelte/pull/12383))
12+
13+
- fix: mark variables in shorthand style directives as referenced ([#12392](https://github.com/sveltejs/svelte/pull/12392))
14+
15+
- fix: handle empty else if block in legacy AST ([#12397](https://github.com/sveltejs/svelte/pull/12397))
16+
317
## 5.0.0-next.181
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.181",
5+
"version": "5.0.0-next.182",
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.181';
9+
export const VERSION = '5.0.0-next.182';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)