Skip to content

Commit c05e94f

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

File tree

4 files changed

+36
-2
lines changed

4 files changed

+36
-2
lines changed

.changeset/pre.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,14 @@
3434
"dry-eggs-play",
3535
"dry-eggs-retire",
3636
"dull-mangos-wave",
37+
"dull-roses-relate",
3738
"early-ads-tie",
3839
"eight-steaks-shout",
3940
"eighty-bikes-camp",
4041
"empty-crabs-think",
4142
"fair-crabs-check",
4243
"famous-knives-sneeze",
44+
"fast-weeks-clean",
4345
"few-mugs-fail",
4446
"fifty-rice-wait",
4547
"fifty-steaks-float",
@@ -64,6 +66,7 @@
6466
"honest-icons-change",
6567
"hungry-dots-fry",
6668
"hungry-tips-unite",
69+
"hungry-trees-travel",
6770
"itchy-beans-melt",
6871
"itchy-kings-deliver",
6972
"itchy-lions-wash",
@@ -83,13 +86,15 @@
8386
"light-pens-watch",
8487
"long-buckets-lay",
8588
"long-crews-return",
89+
"loud-cheetahs-flow",
8690
"lovely-carpets-lick",
8791
"lovely-items-turn",
8892
"lovely-rules-eat",
8993
"lucky-schools-hang",
9094
"moody-frogs-exist",
9195
"moody-owls-cry",
9296
"nasty-lions-double",
97+
"nasty-yaks-peel",
9398
"neat-dingos-clap",
9499
"new-boats-wait",
95100
"ninety-dingos-walk",
@@ -111,8 +116,10 @@
111116
"pretty-ties-help",
112117
"purple-dragons-peel",
113118
"quiet-camels-mate",
119+
"quiet-crabs-nail",
114120
"rare-pears-whisper",
115121
"real-guests-do",
122+
"red-doors-own",
116123
"rich-sheep-burn",
117124
"rich-tables-sing",
118125
"rotten-bags-type",
@@ -127,6 +134,7 @@
127134
"sharp-tomatoes-learn",
128135
"shiny-baboons-play",
129136
"shiny-shrimps-march",
137+
"short-buses-camp",
130138
"slimy-clouds-talk",
131139
"slimy-walls-draw",
132140
"slow-chefs-dream",
@@ -138,6 +146,7 @@
138146
"sour-forks-stare",
139147
"sour-rules-march",
140148
"spicy-plums-admire",
149+
"spotty-pens-agree",
141150
"stale-books-perform",
142151
"stale-comics-look",
143152
"strong-gifts-smoke",
@@ -172,6 +181,7 @@
172181
"wet-games-fly",
173182
"wicked-clouds-exercise",
174183
"wicked-doors-train",
184+
"wicked-hairs-cheer",
175185
"wild-foxes-wonder",
176186
"wise-dancers-hang",
177187
"wise-donkeys-marry",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.31
4+
5+
### Patch Changes
6+
7+
- fix: infer `svg` namespace correctly ([#10027](https://github.com/sveltejs/svelte/pull/10027))
8+
9+
- fix: keep intermediate number value representations ([`d171a39b0`](https://github.com/sveltejs/svelte/commit/d171a39b0ad97e2a05de1f38bc76a3d345e2b3d5))
10+
11+
- feat: allow modifiying derived props ([#10080](https://github.com/sveltejs/svelte/pull/10080))
12+
13+
- fix: improve signal consumer tracking behavior ([#10121](https://github.com/sveltejs/svelte/pull/10121))
14+
15+
- fix: support async/await in destructuring assignments ([#9962](https://github.com/sveltejs/svelte/pull/9962))
16+
17+
- fix: take into account member expressions when determining legacy reactive dependencies ([#10128](https://github.com/sveltejs/svelte/pull/10128))
18+
19+
- fix: make `ComponentType` generic optional ([`14dbc1be1`](https://github.com/sveltejs/svelte/commit/14dbc1be1720ff69e6f3c407e43c9c0765b0c140))
20+
21+
- fix: silence false positive state warning ([`dda4ad510`](https://github.com/sveltejs/svelte/commit/dda4ad510f1907a114a16227c3412eb00bd21738))
22+
23+
- fix: ensure nested blocks are inert during outro transitions ([#10126](https://github.com/sveltejs/svelte/pull/10126))
24+
25+
- fix: improve ssr template literal generation ([#10127](https://github.com/sveltejs/svelte/pull/10127))
26+
327
## 5.0.0-next.30
428

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

0 commit comments

Comments
 (0)