Skip to content

Commit 2a89391

Browse files
Version Packages (next)
1 parent 8a85059 commit 2a89391

File tree

4 files changed

+30
-2
lines changed

4 files changed

+30
-2
lines changed

.changeset/pre.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"cool-ants-leave",
2626
"cuddly-pianos-drop",
2727
"curly-lizards-dream",
28+
"curvy-ties-shout",
2829
"dirty-garlics-design",
2930
"dirty-tips-add",
3031
"dry-clocks-grow",
@@ -54,6 +55,7 @@
5455
"happy-suits-film",
5556
"healthy-planes-vanish",
5657
"heavy-ears-rule",
58+
"hip-balloons-begin",
5759
"honest-icons-change",
5860
"hungry-dots-fry",
5961
"hungry-tips-unite",
@@ -80,6 +82,7 @@
8082
"lucky-schools-hang",
8183
"moody-frogs-exist",
8284
"moody-owls-cry",
85+
"nasty-lions-double",
8386
"neat-dingos-clap",
8487
"new-boats-wait",
8588
"ninety-dingos-walk",
@@ -88,12 +91,14 @@
8891
"odd-shoes-cheat",
8992
"old-flies-jog",
9093
"old-mails-sneeze",
94+
"orange-dingos-poke",
9195
"polite-dolphins-care",
9296
"polite-pumpkins-guess",
9397
"polite-ravens-study",
9498
"poor-eggs-enjoy",
9599
"poor-seahorses-flash",
96100
"popular-mangos-rest",
101+
"pretty-ties-help",
97102
"purple-dragons-peel",
98103
"quiet-camels-mate",
99104
"rare-pears-whisper",
@@ -125,6 +130,7 @@
125130
"strong-gifts-smoke",
126131
"strong-lemons-provide",
127132
"sweet-mangos-beg",
133+
"sweet-pens-sniff",
128134
"swift-donkeys-perform",
129135
"swift-ravens-hunt",
130136
"swift-seahorses-deliver",
@@ -140,12 +146,14 @@
140146
"thirty-ghosts-fix",
141147
"thirty-impalas-repair",
142148
"thirty-wombats-relax",
149+
"three-suits-grin",
143150
"tiny-kings-whisper",
144151
"twelve-dragons-join",
145152
"twelve-onions-juggle",
146153
"two-dragons-yell",
147154
"two-falcons-buy",
148155
"unlucky-boxes-obey",
156+
"unlucky-trees-lick",
149157
"wet-games-fly",
150158
"wicked-clouds-exercise",
151159
"wicked-doors-train",

packages/svelte/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
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: improve script `lang` attribute detection ([#10046](https://github.com/sveltejs/svelte/pull/10046))
10+
11+
- fix: improve pseudo class parsing ([#10055](https://github.com/sveltejs/svelte/pull/10055))
12+
13+
- fix: add types for popover attributes and events ([#10041](https://github.com/sveltejs/svelte/pull/10041))
14+
15+
- fix: skip generating $.proxy() calls for unary and binary expressions ([#9979](https://github.com/sveltejs/svelte/pull/9979))
16+
17+
- fix: allow pseudo classes after `:global(..)` ([#10055](https://github.com/sveltejs/svelte/pull/10055))
18+
19+
- fix: parse `:nth-of-type(xn+y)` correctly ([#9970](https://github.com/sveltejs/svelte/pull/9970))
20+
21+
- fix: ensure if block is executed in correct order ([#10053](https://github.com/sveltejs/svelte/pull/10053))
22+
323
## 5.0.0-next.27
424

525
### 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)