Skip to content

Commit a1a6437

Browse files
Version Packages (next)
1 parent c9e9e90 commit a1a6437

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

.changeset/pre.json

+3
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@
180180
"fifty-masks-give",
181181
"fifty-rice-wait",
182182
"fifty-steaks-float",
183+
"fifty-toys-invite",
183184
"five-tigers-search",
184185
"flat-feet-visit",
185186
"flat-ghosts-fly",
@@ -626,6 +627,7 @@
626627
"strong-gifts-smoke",
627628
"strong-lemons-provide",
628629
"strong-pans-doubt",
630+
"stupid-bottles-lay",
629631
"stupid-parents-crash",
630632
"sweet-bottles-check",
631633
"sweet-mangos-beg",
@@ -720,6 +722,7 @@
720722
"unlucky-trees-lick",
721723
"violet-mails-trade",
722724
"violet-mugs-behave",
725+
"violet-otters-carry",
723726
"violet-pigs-jam",
724727
"warm-cherries-shake",
725728
"warm-waves-reply",

packages/svelte/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# svelte
22

3+
## 5.0.0-next.200
4+
5+
### Patch Changes
6+
7+
- fix: never set custom element props as attributes inside templates ([#12622](https://github.com/sveltejs/svelte/pull/12622))
8+
9+
- feat: better code generation for `let:` directives in SSR mode ([#12611](https://github.com/sveltejs/svelte/pull/12611))
10+
11+
- fix: correctly update stores when reassigning with operator other than `=` ([#12614](https://github.com/sveltejs/svelte/pull/12614))
12+
313
## 5.0.0-next.199
414

515
### Patch Changes

packages/svelte/package.json

+1-1
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.199",
5+
"version": "5.0.0-next.200",
66
"type": "module",
77
"types": "./types/index.d.ts",
88
"engines": {

packages/svelte/src/version.js

+1-1
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.199';
9+
export const VERSION = '5.0.0-next.200';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)