Skip to content

Commit 417bf3d

Browse files
Version Packages (next)
1 parent 304db0d commit 417bf3d

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

.changeset/pre.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,14 @@
5959
"dry-clocks-grow",
6060
"dry-eggs-play",
6161
"dry-eggs-retire",
62+
"dull-coins-vanish",
6263
"dull-mangos-wave",
6364
"dull-roses-relate",
6465
"early-ads-tie",
6566
"eight-steaks-shout",
6667
"eighty-bikes-camp",
6768
"eighty-days-cheat",
69+
"eleven-cycles-applaud",
6870
"empty-bags-heal",
6971
"empty-bulldogs-exercise",
7072
"empty-crabs-think",
@@ -135,6 +137,7 @@
135137
"kind-dots-sort",
136138
"kind-eagles-join",
137139
"kind-rings-flash",
140+
"kind-spoons-return",
138141
"large-clouds-carry",
139142
"large-turkeys-deny",
140143
"late-crabs-lay",
@@ -188,6 +191,7 @@
188191
"olive-socks-kick",
189192
"orange-crews-rescue",
190193
"orange-dingos-poke",
194+
"pink-bikes-agree",
191195
"pink-mayflies-tie",
192196
"polite-dolphins-care",
193197
"polite-pumpkins-guess",
@@ -237,6 +241,7 @@
237241
"shiny-baboons-play",
238242
"shiny-shrimps-march",
239243
"short-buses-camp",
244+
"short-countries-rush",
240245
"silent-apes-report",
241246
"silly-laws-happen",
242247
"silver-points-approve",
@@ -249,6 +254,7 @@
249254
"slow-kids-sparkle",
250255
"slow-wombats-reply",
251256
"small-papayas-laugh",
257+
"small-sheep-type",
252258
"smart-parents-swim",
253259
"smart-zebras-pay",
254260
"soft-clocks-remember",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.73
4+
5+
### Patch Changes
6+
7+
- fix: bump specificity on all members of a selector list ([#10730](https://github.com/sveltejs/svelte/pull/10730))
8+
9+
- breaking: preserve slots inside templates with a shadowrootmode attribute ([#10721](https://github.com/sveltejs/svelte/pull/10721))
10+
11+
- chore: custom elements validation ([#10720](https://github.com/sveltejs/svelte/pull/10720))
12+
13+
- fix: ensure performance.now() and requestAnimationFrame() are polyfilled in ssr ([#10715](https://github.com/sveltejs/svelte/pull/10715))
14+
15+
- fix: eagerly unsubscribe when store is changed ([#10727](https://github.com/sveltejs/svelte/pull/10727))
16+
17+
- fix: error when exporting reassigned state from module context ([#10728](https://github.com/sveltejs/svelte/pull/10728))
18+
319
## 5.0.0-next.72
420

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

0 commit comments

Comments
 (0)