Skip to content

Commit b7af2ff

Browse files
Version Packages (next) (#9607)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 78a69ac commit b7af2ff

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
@@ -17,11 +17,15 @@
1717
"cold-birds-own",
1818
"cuddly-pianos-drop",
1919
"curly-lizards-dream",
20+
"dirty-garlics-design",
21+
"dirty-tips-add",
2022
"early-ads-tie",
2123
"eight-steaks-shout",
2224
"eighty-bikes-camp",
2325
"fair-crabs-check",
26+
"few-mugs-fail",
2427
"fifty-steaks-float",
28+
"forty-comics-invent",
2529
"fresh-weeks-trade",
2630
"funny-wombats-argue",
2731
"good-pianos-jump",
@@ -33,15 +37,20 @@
3337
"kind-deers-lay",
3438
"lazy-spiders-think",
3539
"long-crews-return",
40+
"lovely-items-turn",
3641
"lucky-schools-hang",
42+
"moody-frogs-exist",
3743
"moody-owls-cry",
3844
"new-boats-wait",
3945
"odd-needles-joke",
46+
"odd-schools-wait",
4047
"poor-eggs-enjoy",
4148
"popular-mangos-rest",
4249
"quiet-camels-mate",
4350
"rich-sheep-burn",
4451
"rotten-buckets-develop",
52+
"serious-zebras-scream",
53+
"seven-deers-jam",
4554
"sharp-gorillas-impress",
4655
"shiny-baboons-play",
4756
"shiny-shrimps-march",

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.11
4+
5+
### Patch Changes
6+
7+
- feat: add type of `$effect.active` ([#9624](https://github.com/sveltejs/svelte/pull/9624))
8+
9+
- fix: correct bind this multiple bindings ([#9617](https://github.com/sveltejs/svelte/pull/9617))
10+
11+
- chore: reuse common templates ([#9601](https://github.com/sveltejs/svelte/pull/9601))
12+
13+
- fix: handle undefined bubble events ([#9614](https://github.com/sveltejs/svelte/pull/9614))
14+
15+
- fix: dont error on stores looking like runes when runes explicitly turned off ([#9615](https://github.com/sveltejs/svelte/pull/9615))
16+
17+
- fix: improve member expression mutation logic ([#9625](https://github.com/sveltejs/svelte/pull/9625))
18+
19+
- chore: untrack keyed validation logic ([#9618](https://github.com/sveltejs/svelte/pull/9618))
20+
21+
- fix: ensure snippets have correct scope ([#9623](https://github.com/sveltejs/svelte/pull/9623))
22+
23+
- fix: better attribute casing logic ([#9626](https://github.com/sveltejs/svelte/pull/9626))
24+
325
## 5.0.0-next.10
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.10",
5+
"version": "5.0.0-next.11",
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.10';
9+
export const VERSION = '5.0.0-next.11';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)