Skip to content

Commit e7e7ef6

Browse files
Version Packages (next) (#12998)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 975918c commit e7e7ef6

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
@@ -82,6 +82,7 @@
8282
"clean-cats-wave",
8383
"clean-eels-beg",
8484
"clean-melons-wash",
85+
"clean-shirts-yawn",
8586
"clever-chefs-relate",
8687
"clever-maps-travel",
8788
"clever-rockets-burn",
@@ -198,6 +199,7 @@
198199
"fifty-rice-wait",
199200
"fifty-steaks-float",
200201
"fifty-toys-invite",
202+
"five-maps-reflect",
201203
"five-tigers-search",
202204
"flat-feet-visit",
203205
"flat-ghosts-fly",
@@ -273,6 +275,7 @@
273275
"great-fans-unite",
274276
"great-icons-retire",
275277
"great-plums-pretend",
278+
"green-baboons-sip",
276279
"green-eggs-approve",
277280
"green-fishes-lie",
278281
"green-hounds-play",
@@ -419,6 +422,7 @@
419422
"mighty-files-hammer",
420423
"mighty-frogs-obey",
421424
"mighty-paws-smash",
425+
"mighty-poets-fix",
422426
"mighty-shoes-nail",
423427
"modern-apricots-promise",
424428
"modern-fishes-double",
@@ -824,6 +828,7 @@
824828
"weak-terms-destroy",
825829
"wet-bats-exercise",
826830
"wet-games-fly",
831+
"wet-pears-buy",
827832
"wet-pears-remain",
828833
"wet-wombats-repeat",
829834
"wicked-bikes-matter",

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.237
4+
5+
### Patch Changes
6+
7+
- breaking: throw error if derived creates state and then depends on it ([#12985](https://github.com/sveltejs/svelte/pull/12985))
8+
9+
- fix: ensure assignments to state field inside constructor trigger effects ([#12985](https://github.com/sveltejs/svelte/pull/12985))
10+
11+
- fix: ensure $inspect works with SvelteMap and SvelteSet ([#12994](https://github.com/sveltejs/svelte/pull/12994))
12+
13+
- chore: default options.filename to "(unknown)" ([#12997](https://github.com/sveltejs/svelte/pull/12997))
14+
15+
- feat: allow non-synchronous legacy component instantiation ([#12970](https://github.com/sveltejs/svelte/pull/12970))
16+
317
## 5.0.0-next.236
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.236",
5+
"version": "5.0.0-next.237",
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.236';
9+
export const VERSION = '5.0.0-next.237';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)