Skip to content

Commit bf0d1ef

Browse files
Version Packages (next) (#12395)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 277370a commit bf0d1ef

File tree

4 files changed

+27
-2
lines changed

4 files changed

+27
-2
lines changed

.changeset/pre.json

Lines changed: 7 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,12 +229,14 @@
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",
233236
"green-snails-tickle",
234237
"green-tigers-judge",
235238
"grumpy-avocados-fetch",
239+
"grumpy-insects-sleep",
236240
"grumpy-jars-sparkle",
237241
"happy-beds-scream",
238242
"happy-dogs-jump",
@@ -450,6 +454,7 @@
450454
"red-doors-own",
451455
"red-feet-worry",
452456
"red-poets-study",
457+
"red-pots-pretend",
453458
"rich-cobras-exist",
454459
"rich-garlics-laugh",
455460
"rich-olives-yell",
@@ -592,6 +597,7 @@
592597
"swift-ravens-hunt",
593598
"swift-seahorses-deliver",
594599
"tall-books-grin",
600+
"tall-dragons-switch",
595601
"tall-garlics-try",
596602
"tall-mugs-buy",
597603
"tall-shrimps-worry",
@@ -649,6 +655,7 @@
649655
"tough-buckets-thank",
650656
"tough-radios-punch",
651657
"tough-tomatoes-explain",
658+
"tricky-ears-shout",
652659
"tricky-laws-bathe",
653660
"twelve-beans-drive",
654661
"twelve-cows-learn",

packages/svelte/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
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: disallow using `let:` directives with component render tags ([#12400](https://github.com/sveltejs/svelte/pull/12400))
14+
15+
- fix: mark variables in shorthand style directives as referenced ([#12392](https://github.com/sveltejs/svelte/pull/12392))
16+
17+
- fix: handle empty else if block in legacy AST ([#12397](https://github.com/sveltejs/svelte/pull/12397))
18+
19+
- fix: properly delay intro transitions ([#12389](https://github.com/sveltejs/svelte/pull/12389))
20+
321
## 5.0.0-next.181
422

523
### 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)