Skip to content

Commit 384e3a4

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

File tree

4 files changed

+30
-2
lines changed

4 files changed

+30
-2
lines changed

.changeset/pre.json

+8
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"famous-knives-sneeze",
3131
"few-mugs-fail",
3232
"fifty-steaks-float",
33+
"five-tigers-search",
3334
"flat-melons-protect",
3435
"forty-comics-invent",
3536
"fresh-weeks-trade",
@@ -40,6 +41,7 @@
4041
"great-icons-retire",
4142
"green-eggs-approve",
4243
"green-hounds-play",
44+
"healthy-planes-vanish",
4345
"honest-icons-change",
4446
"hungry-dots-fry",
4547
"hungry-tips-unite",
@@ -68,6 +70,7 @@
6870
"odd-schools-wait",
6971
"odd-shoes-cheat",
7072
"old-flies-jog",
73+
"polite-dolphins-care",
7174
"polite-pumpkins-guess",
7275
"polite-ravens-study",
7376
"poor-eggs-enjoy",
@@ -86,17 +89,21 @@
8689
"shiny-shrimps-march",
8790
"slimy-clouds-talk",
8891
"small-papayas-laugh",
92+
"smart-parents-swim",
93+
"soft-clocks-remember",
8994
"soft-geese-learn",
9095
"sour-forks-stare",
9196
"sour-rules-march",
9297
"spicy-plums-admire",
9398
"stale-comics-look",
9499
"strong-lemons-provide",
95100
"sweet-mangos-beg",
101+
"swift-donkeys-perform",
96102
"swift-ravens-hunt",
97103
"swift-seahorses-deliver",
98104
"tall-shrimps-worry",
99105
"tall-tigers-wait",
106+
"tasty-numbers-perform",
100107
"ten-worms-reflect",
101108
"thin-foxes-lick",
102109
"thirty-flowers-sit",
@@ -107,6 +114,7 @@
107114
"twelve-onions-juggle",
108115
"two-dragons-yell",
109116
"two-falcons-buy",
117+
"unlucky-boxes-obey",
110118
"wet-games-fly",
111119
"wicked-clouds-exercise",
112120
"wicked-doors-train",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.20
4+
5+
### Patch Changes
6+
7+
- fix: better readonly checks for proxies ([#9808](https://github.com/sveltejs/svelte/pull/9808))
8+
9+
- fix: prevent infinite loops stemming from invalidation method ([#9811](https://github.com/sveltejs/svelte/pull/9811))
10+
11+
- fix: improve non state referenced warning ([#9809](https://github.com/sveltejs/svelte/pull/9809))
12+
13+
- fix: reuse existing proxy when object has multiple references ([#9821](https://github.com/sveltejs/svelte/pull/9821))
14+
15+
- fix: improve consistency issues around binding invalidation ([#9810](https://github.com/sveltejs/svelte/pull/9810))
16+
17+
- fix: tweak css nth regex ([#9806](https://github.com/sveltejs/svelte/pull/9806))
18+
19+
- fix: adjust children snippet default type ([`dcdd64548`](https://github.com/sveltejs/svelte/commit/dcdd645480ab412eb563632e70801f4d61c1d787))
20+
21+
- fix: correctly apply scope on component children ([#9824](https://github.com/sveltejs/svelte/pull/9824))
22+
323
## 5.0.0-next.19
424

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

0 commit comments

Comments
 (0)