Skip to content

Commit 27476d5

Browse files
Version Packages (next)
1 parent 8caaa37 commit 27476d5

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
@@ -11,6 +11,7 @@
1111
"changesets": [
1212
"afraid-dogs-matter",
1313
"afraid-geckos-dance",
14+
"afraid-kids-hide",
1415
"afraid-moose-matter",
1516
"angry-books-jam",
1617
"angry-plums-punch",
@@ -38,6 +39,7 @@
3839
"brown-houses-obey",
3940
"brown-months-fry",
4041
"brown-spoons-boil",
42+
"calm-pandas-vanish",
4143
"calm-ravens-sneeze",
4244
"chatty-beans-divide",
4345
"chatty-cups-drop",
@@ -100,6 +102,7 @@
100102
"fast-weeks-clean",
101103
"few-clouds-shop",
102104
"few-mugs-fail",
105+
"few-teachers-know",
103106
"fifty-rice-wait",
104107
"fifty-steaks-float",
105108
"five-tigers-search",
@@ -301,6 +304,7 @@
301304
"shiny-shrimps-march",
302305
"short-buses-camp",
303306
"short-countries-rush",
307+
"shy-fishes-drive",
304308
"silent-apes-report",
305309
"silly-laws-happen",
306310
"silly-lies-film",
@@ -389,6 +393,7 @@
389393
"three-rice-tie",
390394
"three-suits-grin",
391395
"tidy-buses-whisper",
396+
"tidy-chefs-taste",
392397
"tidy-starfishes-allow",
393398
"tiny-kings-whisper",
394399
"tough-radios-punch",
@@ -407,6 +412,7 @@
407412
"wicked-clouds-exercise",
408413
"wicked-doors-train",
409414
"wicked-hairs-cheer",
415+
"wicked-wasps-allow",
410416
"wild-foxes-wonder",
411417
"wild-moose-compare",
412418
"wise-apples-care",

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.103
4+
5+
### Patch Changes
6+
7+
- fix: throw error when auto-subscribed store variable shadow by local variable ([#11170](https://github.com/sveltejs/svelte/pull/11170))
8+
9+
- fix: make ownership validation work correctly with HMR ([#11171](https://github.com/sveltejs/svelte/pull/11171))
10+
11+
- fix: revert ownership widening change ([#11161](https://github.com/sveltejs/svelte/pull/11161))
12+
13+
- fix: fix string name of reactive map and set iterator ([#11169](https://github.com/sveltejs/svelte/pull/11169))
14+
15+
- feat: reactive `URL` and `URLSearchParams` classes ([#11157](https://github.com/sveltejs/svelte/pull/11157))
16+
17+
- feat: update error message for snippet binding and assignments ([#11168](https://github.com/sveltejs/svelte/pull/11168))
18+
319
## 5.0.0-next.102
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.102",
5+
"version": "5.0.0-next.103",
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.102';
9+
export const VERSION = '5.0.0-next.103';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)