Skip to content

Commit a31b2e1

Browse files
Version Packages (next) (#9650)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 81d3e47 commit a31b2e1

File tree

4 files changed

+34
-3
lines changed

4 files changed

+34
-3
lines changed

.changeset/pre.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"fifty-steaks-float",
2929
"forty-comics-invent",
3030
"fresh-weeks-trade",
31+
"friendly-lies-camp",
3132
"funny-wombats-argue",
3233
"good-pianos-jump",
3334
"green-eggs-approve",
@@ -38,6 +39,7 @@
3839
"khaki-mails-draw",
3940
"kind-deers-lay",
4041
"lazy-spiders-think",
42+
"light-pens-watch",
4143
"long-crews-return",
4244
"lovely-items-turn",
4345
"lovely-rules-eat",
@@ -47,22 +49,28 @@
4749
"new-boats-wait",
4850
"odd-needles-joke",
4951
"odd-schools-wait",
52+
"polite-pumpkins-guess",
5053
"poor-eggs-enjoy",
5154
"popular-mangos-rest",
5255
"quiet-camels-mate",
56+
"rare-pears-whisper",
5357
"rich-sheep-burn",
5458
"rotten-buckets-develop",
5559
"serious-zebras-scream",
5660
"seven-deers-jam",
61+
"seven-ravens-check",
5762
"sharp-gorillas-impress",
5863
"shiny-baboons-play",
5964
"shiny-shrimps-march",
65+
"slimy-clouds-talk",
6066
"small-papayas-laugh",
6167
"soft-geese-learn",
6268
"sour-rules-march",
69+
"stale-comics-look",
6370
"strong-lemons-provide",
6471
"tall-shrimps-worry",
6572
"ten-worms-reflect",
73+
"thin-foxes-lick",
6674
"thirty-flowers-sit",
6775
"thirty-ghosts-fix",
6876
"thirty-impalas-repair",
@@ -71,6 +79,7 @@
7179
"two-falcons-buy",
7280
"wet-games-fly",
7381
"wicked-clouds-exercise",
74-
"wicked-doors-train"
82+
"wicked-doors-train",
83+
"witty-camels-warn"
7584
]
7685
}

packages/svelte/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# svelte
22

3+
## 5.0.0-next.14
4+
5+
### Patch Changes
6+
7+
- feat: warn on references to mutated non-state in template ([#9669](https://github.com/sveltejs/svelte/pull/9669))
8+
9+
- fix: prevent reactive snippet from reinitializing unnecessarily ([#9665](https://github.com/sveltejs/svelte/pull/9665))
10+
11+
- fix: take event attributes into account when checking a11y ([#9664](https://github.com/sveltejs/svelte/pull/9664))
12+
13+
- feat: add $effect.root rune ([#9638](https://github.com/sveltejs/svelte/pull/9638))
14+
15+
- feat: support type definition in {@const} ([#9609](https://github.com/sveltejs/svelte/pull/9609))
16+
17+
- feat: ignore `src`, `srcset`, and `href` attributes when hydrating ([#9662](https://github.com/sveltejs/svelte/pull/9662))
18+
19+
- chore: bump esrap ([#9649](https://github.com/sveltejs/svelte/pull/9649))
20+
21+
- chore: improve `<svelte:element>` generated code ([#9648](https://github.com/sveltejs/svelte/pull/9648))
22+
23+
- chore: prevent some unused variable creation ([#9571](https://github.com/sveltejs/svelte/pull/9571))
24+
325
## 5.0.0-next.13
426

527
### 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.13",
5+
"version": "5.0.0-next.14",
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.13';
9+
export const VERSION = '5.0.0-next.14';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)