Skip to content

Commit 404de05

Browse files
Version Packages (next)
1 parent 6d65b2f commit 404de05

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

.changeset/pre.json

Lines changed: 5 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",
@@ -88,12 +89,14 @@
8889
"odd-shoes-cheat",
8990
"old-flies-jog",
9091
"old-mails-sneeze",
92+
"orange-dingos-poke",
9193
"polite-dolphins-care",
9294
"polite-pumpkins-guess",
9395
"polite-ravens-study",
9496
"poor-eggs-enjoy",
9597
"poor-seahorses-flash",
9698
"popular-mangos-rest",
99+
"pretty-ties-help",
97100
"purple-dragons-peel",
98101
"quiet-camels-mate",
99102
"rare-pears-whisper",
@@ -140,12 +143,14 @@
140143
"thirty-ghosts-fix",
141144
"thirty-impalas-repair",
142145
"thirty-wombats-relax",
146+
"three-suits-grin",
143147
"tiny-kings-whisper",
144148
"twelve-dragons-join",
145149
"twelve-onions-juggle",
146150
"two-dragons-yell",
147151
"two-falcons-buy",
148152
"unlucky-boxes-obey",
153+
"unlucky-trees-lick",
149154
"wet-games-fly",
150155
"wicked-clouds-exercise",
151156
"wicked-doors-train",

packages/svelte/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
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: add types for popover attributes and events ([#10041](https://github.com/sveltejs/svelte/pull/10041))
10+
11+
- fix: skip generating $.proxy() calls for unary and binary expressions ([#9979](https://github.com/sveltejs/svelte/pull/9979))
12+
13+
- fix: parse `:nth-of-type(xn+y)` correctly ([#9970](https://github.com/sveltejs/svelte/pull/9970))
14+
15+
- fix: ensure if block is executed in correct order ([#10053](https://github.com/sveltejs/svelte/pull/10053))
16+
317
## 5.0.0-next.27
418

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