Skip to content

Commit e9c9d26

Browse files
Version Packages (next)
1 parent 7c00f1d commit e9c9d26

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
@@ -20,6 +20,7 @@
2020
"big-eggs-flash",
2121
"big-eyes-carry",
2222
"big-geese-act",
23+
"blue-ants-raise",
2324
"blue-rules-juggle",
2425
"blue-timers-film",
2526
"brave-points-sleep",
@@ -59,12 +60,14 @@
5960
"dry-clocks-grow",
6061
"dry-eggs-play",
6162
"dry-eggs-retire",
63+
"dull-coins-vanish",
6264
"dull-mangos-wave",
6365
"dull-roses-relate",
6466
"early-ads-tie",
6567
"eight-steaks-shout",
6668
"eighty-bikes-camp",
6769
"eighty-days-cheat",
70+
"eleven-cycles-applaud",
6871
"empty-bags-heal",
6972
"empty-bulldogs-exercise",
7073
"empty-crabs-think",
@@ -135,6 +138,7 @@
135138
"kind-dots-sort",
136139
"kind-eagles-join",
137140
"kind-rings-flash",
141+
"kind-spoons-return",
138142
"large-clouds-carry",
139143
"large-turkeys-deny",
140144
"late-crabs-lay",
@@ -188,6 +192,7 @@
188192
"olive-socks-kick",
189193
"orange-crews-rescue",
190194
"orange-dingos-poke",
195+
"pink-bikes-agree",
191196
"pink-mayflies-tie",
192197
"polite-dolphins-care",
193198
"polite-pumpkins-guess",
@@ -237,6 +242,7 @@
237242
"shiny-baboons-play",
238243
"shiny-shrimps-march",
239244
"short-buses-camp",
245+
"short-countries-rush",
240246
"silent-apes-report",
241247
"silly-laws-happen",
242248
"silver-points-approve",
@@ -249,6 +255,7 @@
249255
"slow-kids-sparkle",
250256
"slow-wombats-reply",
251257
"small-papayas-laugh",
258+
"small-sheep-type",
252259
"smart-parents-swim",
253260
"smart-zebras-pay",
254261
"soft-clocks-remember",

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