Skip to content

Commit adda3f5

Browse files
Version Packages (next)
1 parent b1267b0 commit adda3f5

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
@@ -65,6 +65,7 @@
6565
"eight-steaks-shout",
6666
"eighty-bikes-camp",
6767
"eighty-days-cheat",
68+
"eleven-cycles-applaud",
6869
"empty-bags-heal",
6970
"empty-bulldogs-exercise",
7071
"empty-crabs-think",
@@ -135,6 +136,7 @@
135136
"kind-dots-sort",
136137
"kind-eagles-join",
137138
"kind-rings-flash",
139+
"kind-spoons-return",
138140
"large-clouds-carry",
139141
"large-turkeys-deny",
140142
"late-crabs-lay",
@@ -188,6 +190,7 @@
188190
"olive-socks-kick",
189191
"orange-crews-rescue",
190192
"orange-dingos-poke",
193+
"pink-bikes-agree",
191194
"pink-mayflies-tie",
192195
"polite-dolphins-care",
193196
"polite-pumpkins-guess",
@@ -237,6 +240,7 @@
237240
"shiny-baboons-play",
238241
"shiny-shrimps-march",
239242
"short-buses-camp",
243+
"short-countries-rush",
240244
"silent-apes-report",
241245
"silly-laws-happen",
242246
"silver-points-approve",
@@ -249,6 +253,7 @@
249253
"slow-kids-sparkle",
250254
"slow-wombats-reply",
251255
"small-papayas-laugh",
256+
"small-sheep-type",
252257
"smart-parents-swim",
253258
"smart-zebras-pay",
254259
"soft-clocks-remember",

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.73
4+
5+
### Patch Changes
6+
7+
- breaking: preserve slots inside templates with a shadowrootmode attribute ([#10721](https://github.com/sveltejs/svelte/pull/10721))
8+
9+
- chore: custom elements validation ([#10720](https://github.com/sveltejs/svelte/pull/10720))
10+
11+
- fix: ensure performance.now() and requestAnimationFrame() are polyfilled in ssr ([#10715](https://github.com/sveltejs/svelte/pull/10715))
12+
13+
- fix: eagerly unsubscribe when store is changed ([#10727](https://github.com/sveltejs/svelte/pull/10727))
14+
15+
- fix: error when exporting reassigned state from module context ([#10728](https://github.com/sveltejs/svelte/pull/10728))
16+
317
## 5.0.0-next.72
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.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)