Skip to content

Commit d83bd7f

Browse files
Version Packages (next) (#9576)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 88f1a8f commit d83bd7f

File tree

4 files changed

+33
-2
lines changed

4 files changed

+33
-2
lines changed

.changeset/pre.json

+9
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,18 @@
1414
"brown-spoons-boil",
1515
"chilly-dolphins-lick",
1616
"clean-eels-beg",
17+
"cold-birds-own",
1718
"cuddly-pianos-drop",
1819
"curly-lizards-dream",
1920
"early-ads-tie",
2021
"eight-steaks-shout",
2122
"eighty-bikes-camp",
23+
"fair-crabs-check",
2224
"fifty-steaks-float",
2325
"fresh-weeks-trade",
2426
"funny-wombats-argue",
2527
"good-pianos-jump",
28+
"green-hounds-play",
2629
"honest-icons-change",
2730
"hungry-dots-fry",
2831
"itchy-lions-wash",
@@ -32,12 +35,15 @@
3235
"long-crews-return",
3336
"lucky-schools-hang",
3437
"moody-owls-cry",
38+
"new-boats-wait",
3539
"odd-needles-joke",
3640
"poor-eggs-enjoy",
41+
"popular-mangos-rest",
3742
"quiet-camels-mate",
3843
"rich-sheep-burn",
3944
"rotten-buckets-develop",
4045
"sharp-gorillas-impress",
46+
"shiny-baboons-play",
4147
"shiny-shrimps-march",
4248
"small-papayas-laugh",
4349
"soft-geese-learn",
@@ -46,7 +52,10 @@
4652
"tall-shrimps-worry",
4753
"thirty-flowers-sit",
4854
"thirty-ghosts-fix",
55+
"thirty-impalas-repair",
4956
"tiny-kings-whisper",
57+
"two-falcons-buy",
58+
"wicked-clouds-exercise",
5059
"wicked-doors-train"
5160
]
5261
}

packages/svelte/CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# svelte
22

3+
## 5.0.0-next.10
4+
5+
### Patch Changes
6+
7+
- chore: add inline new class warning ([#9583](https://github.com/sveltejs/svelte/pull/9583))
8+
9+
- fix: prevent false positives when detecting runes mode ([#9599](https://github.com/sveltejs/svelte/pull/9599))
10+
11+
- fix: deconflict generated names against globals ([#9570](https://github.com/sveltejs/svelte/pull/9570))
12+
13+
- chore: bump esrap ([#9590](https://github.com/sveltejs/svelte/pull/9590))
14+
15+
- feat: add $effect.active rune ([#9591](https://github.com/sveltejs/svelte/pull/9591))
16+
17+
- feat: add Snippet type ([#9584](https://github.com/sveltejs/svelte/pull/9584))
18+
19+
- fix: adjust event delegation heuristics ([#9581](https://github.com/sveltejs/svelte/pull/9581))
20+
21+
- chore: remove unused code ([#9593](https://github.com/sveltejs/svelte/pull/9593))
22+
23+
- fix: adjust regex ([#9572](https://github.com/sveltejs/svelte/pull/9572))
24+
325
## 5.0.0-next.9
426

527
### Patch Changes

packages/svelte/package.json

+1-1
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.9",
5+
"version": "5.0.0-next.10",
66
"type": "module",
77
"types": "./types/index.d.ts",
88
"engines": {

packages/svelte/src/version.js

+1-1
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.9';
9+
export const VERSION = '5.0.0-next.10';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)