Skip to content

Commit 758fb2a

Browse files
Version Packages (next) (#13290)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5210ae2 commit 758fb2a

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@
174174
"eleven-donuts-sit",
175175
"eleven-hounds-pump",
176176
"eleven-icons-sniff",
177+
"eleven-peaches-tap",
177178
"eleven-teachers-drive",
178179
"empty-bags-heal",
179180
"empty-bulldogs-exercise",
@@ -662,6 +663,7 @@
662663
"silent-rabbits-join",
663664
"silent-rocks-yell",
664665
"silly-ducks-mix",
666+
"silly-fishes-deny",
665667
"silly-laws-happen",
666668
"silly-lies-film",
667669
"silly-masks-exist",
@@ -895,6 +897,7 @@
895897
"wicked-years-drive",
896898
"wild-cows-chew",
897899
"wild-foxes-wonder",
900+
"wild-mice-look",
898901
"wild-moose-compare",
899902
"wild-moose-destroy",
900903
"wild-poems-design",

packages/svelte/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# svelte
22

3+
## 5.0.0-next.249
4+
5+
### Patch Changes
6+
7+
- fix: ensure snapshot logs don't affect dependency graph ([#13286](https://github.com/sveltejs/svelte/pull/13286))
8+
9+
- fix: allow custom element styles to be updated in HMR mode ([#13225](https://github.com/sveltejs/svelte/pull/13225))
10+
11+
- fix: inject styles correctly when mounting inside an iframe ([#13225](https://github.com/sveltejs/svelte/pull/13225))
12+
313
## 5.0.0-next.248
414

515
### 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.248",
5+
"version": "5.0.0-next.249",
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.248';
9+
export const VERSION = '5.0.0-next.249';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)