Skip to content

Commit 35bd12b

Browse files
Version Packages (next) (#13085)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6f855e6 commit 35bd12b

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
@@ -18,6 +18,7 @@
1818
"angry-books-jam",
1919
"angry-plums-punch",
2020
"angry-wasps-help",
21+
"angry-weeks-design",
2122
"beige-cobras-smoke",
2223
"beige-flies-wash",
2324
"beige-gifts-appear",
@@ -80,6 +81,7 @@
8081
"chilly-pans-raise",
8182
"chilly-rocks-hug",
8283
"chilly-snakes-scream",
84+
"chilly-waves-count",
8385
"clean-cats-wave",
8486
"clean-eels-beg",
8587
"clean-melons-wash",
@@ -158,12 +160,14 @@
158160
"eighty-days-cheat",
159161
"eighty-days-wave",
160162
"eighty-lizards-notice",
163+
"eighty-mails-develop",
161164
"eleven-avocados-walk",
162165
"eleven-beers-yell",
163166
"eleven-cows-judge",
164167
"eleven-cycles-applaud",
165168
"eleven-donuts-sit",
166169
"eleven-hounds-pump",
170+
"eleven-icons-sniff",
167171
"eleven-teachers-drive",
168172
"empty-bags-heal",
169173
"empty-bulldogs-exercise",
@@ -885,6 +889,7 @@
885889
"yellow-taxis-double",
886890
"yellow-trees-juggle",
887891
"young-ads-roll",
892+
"young-feet-double",
888893
"young-masks-refuse",
889894
"young-peaches-agree"
890895
]

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.243
4+
5+
### Patch Changes
6+
7+
- fix: ensure reactive graph is fully traversed in the marking phase for non-runes mode ([#13059](https://github.com/sveltejs/svelte/pull/13059))
8+
9+
- fix: ensure reactivity system remains consistent with removals ([#13087](https://github.com/sveltejs/svelte/pull/13087))
10+
11+
- fix: render undefined html as the empty string ([#13092](https://github.com/sveltejs/svelte/pull/13092))
12+
13+
- fix: error on incorrect attributes for svelte:body ([#13084](https://github.com/sveltejs/svelte/pull/13084))
14+
15+
- feat: provide AST node types with internal types stripped out ([#12968](https://github.com/sveltejs/svelte/pull/12968))
16+
317
## 5.0.0-next.242
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.242",
5+
"version": "5.0.0-next.243",
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.242';
9+
export const VERSION = '5.0.0-next.243';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)