Skip to content

Commit 477def6

Browse files
Version Packages (next)
1 parent e46a71e commit 477def6

File tree

4 files changed

+27
-2
lines changed

4 files changed

+27
-2
lines changed

.changeset/pre.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"happy-suits-film",
5555
"healthy-planes-vanish",
5656
"heavy-ears-rule",
57+
"hip-balloons-begin",
5758
"honest-icons-change",
5859
"hungry-dots-fry",
5960
"hungry-tips-unite",
@@ -80,6 +81,7 @@
8081
"lucky-schools-hang",
8182
"moody-frogs-exist",
8283
"moody-owls-cry",
84+
"nasty-lions-double",
8385
"neat-dingos-clap",
8486
"new-boats-wait",
8587
"ninety-dingos-walk",
@@ -88,12 +90,14 @@
8890
"odd-shoes-cheat",
8991
"old-flies-jog",
9092
"old-mails-sneeze",
93+
"orange-dingos-poke",
9194
"polite-dolphins-care",
9295
"polite-pumpkins-guess",
9396
"polite-ravens-study",
9497
"poor-eggs-enjoy",
9598
"poor-seahorses-flash",
9699
"popular-mangos-rest",
100+
"pretty-ties-help",
97101
"purple-dragons-peel",
98102
"quiet-camels-mate",
99103
"rare-pears-whisper",
@@ -125,6 +129,7 @@
125129
"strong-gifts-smoke",
126130
"strong-lemons-provide",
127131
"sweet-mangos-beg",
132+
"sweet-pens-sniff",
128133
"swift-donkeys-perform",
129134
"swift-ravens-hunt",
130135
"swift-seahorses-deliver",
@@ -140,12 +145,14 @@
140145
"thirty-ghosts-fix",
141146
"thirty-impalas-repair",
142147
"thirty-wombats-relax",
148+
"three-suits-grin",
143149
"tiny-kings-whisper",
144150
"twelve-dragons-join",
145151
"twelve-onions-juggle",
146152
"two-dragons-yell",
147153
"two-falcons-buy",
148154
"unlucky-boxes-obey",
155+
"unlucky-trees-lick",
149156
"wet-games-fly",
150157
"wicked-clouds-exercise",
151158
"wicked-doors-train",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.28
4+
5+
### Patch Changes
6+
7+
- fix: improve script `lang` attribute detection ([#10046](https://github.com/sveltejs/svelte/pull/10046))
8+
9+
- fix: improve pseudo class parsing ([#10055](https://github.com/sveltejs/svelte/pull/10055))
10+
11+
- fix: add types for popover attributes and events ([#10041](https://github.com/sveltejs/svelte/pull/10041))
12+
13+
- fix: skip generating $.proxy() calls for unary and binary expressions ([#9979](https://github.com/sveltejs/svelte/pull/9979))
14+
15+
- fix: allow pseudo classes after `:global(..)` ([#10055](https://github.com/sveltejs/svelte/pull/10055))
16+
17+
- fix: parse `:nth-of-type(xn+y)` correctly ([#9970](https://github.com/sveltejs/svelte/pull/9970))
18+
19+
- fix: ensure if block is executed in correct order ([#10053](https://github.com/sveltejs/svelte/pull/10053))
20+
321
## 5.0.0-next.27
422

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