Skip to content

Commit f2d1112

Browse files
Version Packages (next) (#9899)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 55656f5 commit f2d1112

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

.changeset/pre.json

+6
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@
1111
"changesets": [
1212
"afraid-moose-matter",
1313
"beige-flies-wash",
14+
"beige-rabbits-shave",
1415
"brave-walls-destroy",
1516
"brown-spoons-boil",
17+
"chatty-cups-drop",
1618
"chatty-taxis-juggle",
1719
"chilled-pumas-invite",
1820
"chilly-dolphins-lick",
@@ -45,7 +47,9 @@
4547
"great-icons-retire",
4648
"green-eggs-approve",
4749
"green-hounds-play",
50+
"happy-suits-film",
4851
"healthy-planes-vanish",
52+
"heavy-ears-rule",
4953
"honest-icons-change",
5054
"hungry-dots-fry",
5155
"hungry-tips-unite",
@@ -56,6 +60,7 @@
5660
"kind-deers-lay",
5761
"kind-eagles-join",
5862
"large-clouds-carry",
63+
"large-turkeys-deny",
5964
"late-crabs-lay",
6065
"lazy-masks-sit",
6166
"lazy-months-knock",
@@ -119,6 +124,7 @@
119124
"tall-tigers-wait",
120125
"tasty-numbers-perform",
121126
"ten-foxes-repeat",
127+
"ten-peaches-sleep",
122128
"ten-worms-reflect",
123129
"thin-foxes-lick",
124130
"thirty-flowers-sit",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.24
4+
5+
### Patch Changes
6+
7+
- fix: improve props aliasing ([#9900](https://github.com/sveltejs/svelte/pull/9900))
8+
9+
- feat: add support for `{@const}` inside snippet block ([#9904](https://github.com/sveltejs/svelte/pull/9904))
10+
11+
- fix: improve attribute directive reactivity detection ([#9907](https://github.com/sveltejs/svelte/pull/9907))
12+
13+
- fix: improve $inspect batching ([#9902](https://github.com/sveltejs/svelte/pull/9902))
14+
15+
- chore: improve readonly prop messaging ([#9901](https://github.com/sveltejs/svelte/pull/9901))
16+
17+
- fix: better support for top-level snippet declarations ([#9898](https://github.com/sveltejs/svelte/pull/9898))
18+
319
## 5.0.0-next.23
420

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

0 commit comments

Comments
 (0)