Skip to content

Commit fa8aa2d

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

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
@@ -25,6 +25,8 @@
2525
"cool-ants-leave",
2626
"cuddly-pianos-drop",
2727
"curly-lizards-dream",
28+
"curvy-ties-shout",
29+
"dirty-bats-punch",
2830
"dirty-garlics-design",
2931
"dirty-tips-add",
3032
"dry-clocks-grow",
@@ -54,6 +56,7 @@
5456
"happy-suits-film",
5557
"healthy-planes-vanish",
5658
"heavy-ears-rule",
59+
"hip-balloons-begin",
5760
"honest-icons-change",
5861
"hungry-dots-fry",
5962
"hungry-tips-unite",
@@ -80,6 +83,7 @@
8083
"lucky-schools-hang",
8184
"moody-frogs-exist",
8285
"moody-owls-cry",
86+
"nasty-lions-double",
8387
"neat-dingos-clap",
8488
"new-boats-wait",
8589
"ninety-dingos-walk",
@@ -88,12 +92,14 @@
8892
"odd-shoes-cheat",
8993
"old-flies-jog",
9094
"old-mails-sneeze",
95+
"orange-dingos-poke",
9196
"polite-dolphins-care",
9297
"polite-pumpkins-guess",
9398
"polite-ravens-study",
9499
"poor-eggs-enjoy",
95100
"poor-seahorses-flash",
96101
"popular-mangos-rest",
102+
"pretty-ties-help",
97103
"purple-dragons-peel",
98104
"quiet-camels-mate",
99105
"rare-pears-whisper",
@@ -125,10 +131,12 @@
125131
"strong-gifts-smoke",
126132
"strong-lemons-provide",
127133
"sweet-mangos-beg",
134+
"sweet-pens-sniff",
128135
"swift-donkeys-perform",
129136
"swift-ravens-hunt",
130137
"swift-seahorses-deliver",
131138
"tall-books-grin",
139+
"tall-garlics-try",
132140
"tall-shrimps-worry",
133141
"tall-tigers-wait",
134142
"tasty-numbers-perform",
@@ -140,12 +148,14 @@
140148
"thirty-ghosts-fix",
141149
"thirty-impalas-repair",
142150
"thirty-wombats-relax",
151+
"three-suits-grin",
143152
"tiny-kings-whisper",
144153
"twelve-dragons-join",
145154
"twelve-onions-juggle",
146155
"two-dragons-yell",
147156
"two-falcons-buy",
148157
"unlucky-boxes-obey",
158+
"unlucky-trees-lick",
149159
"wet-games-fly",
150160
"wicked-clouds-exercise",
151161
"wicked-doors-train",

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.28
4+
5+
### Patch Changes
6+
7+
- fix: deeply unstate objects passed to inspect ([#10056](https://github.com/sveltejs/svelte/pull/10056))
8+
9+
- fix: handle delegated events of elements moved outside the container ([#10060](https://github.com/sveltejs/svelte/pull/10060))
10+
11+
- fix: improve script `lang` attribute detection ([#10046](https://github.com/sveltejs/svelte/pull/10046))
12+
13+
- fix: improve pseudo class parsing ([#10055](https://github.com/sveltejs/svelte/pull/10055))
14+
15+
- fix: add types for popover attributes and events ([#10041](https://github.com/sveltejs/svelte/pull/10041))
16+
17+
- fix: skip generating $.proxy() calls for unary and binary expressions ([#9979](https://github.com/sveltejs/svelte/pull/9979))
18+
19+
- fix: allow pseudo classes after `:global(..)` ([#10055](https://github.com/sveltejs/svelte/pull/10055))
20+
21+
- fix: bail-out event handler referencing each index ([#10063](https://github.com/sveltejs/svelte/pull/10063))
22+
23+
- fix: parse `:nth-of-type(xn+y)` correctly ([#9970](https://github.com/sveltejs/svelte/pull/9970))
24+
25+
- fix: ensure if block is executed in correct order ([#10053](https://github.com/sveltejs/svelte/pull/10053))
26+
327
## 5.0.0-next.27
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.27",
5+
"version": "5.0.0-next.28",
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.27';
9+
export const VERSION = '5.0.0-next.28';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)