Skip to content

Commit 85bb826

Browse files
Version Packages (next)
1 parent 72c51e3 commit 85bb826

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

.changeset/pre.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@
159159
"eleven-cycles-applaud",
160160
"eleven-donuts-sit",
161161
"eleven-hounds-pump",
162+
"eleven-teachers-drive",
162163
"empty-bags-heal",
163164
"empty-bulldogs-exercise",
164165
"empty-coins-build",
@@ -303,6 +304,7 @@
303304
"hot-jobs-tap",
304305
"hot-rivers-punch",
305306
"hot-sloths-clap",
307+
"hot-tips-appear",
306308
"hungry-boxes-relate",
307309
"hungry-dots-fry",
308310
"hungry-pants-push",
@@ -448,6 +450,7 @@
448450
"odd-schools-wait",
449451
"odd-shoes-cheat",
450452
"odd-taxis-retire",
453+
"odd-toys-glow",
451454
"old-flies-jog",
452455
"old-houses-drum",
453456
"old-jokes-deliver",
@@ -598,6 +601,7 @@
598601
"six-boats-shave",
599602
"six-chicken-kneel",
600603
"six-gorillas-obey",
604+
"six-vans-add",
601605
"sixty-items-crash",
602606
"sixty-numbers-hope",
603607
"sixty-pandas-rush",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.223
4+
5+
### Patch Changes
6+
7+
- fix: treat module-level imports as non-reactive in legacy mode ([#12845](https://github.com/sveltejs/svelte/pull/12845))
8+
9+
- feat: more efficient text-only fragments ([#12864](https://github.com/sveltejs/svelte/pull/12864))
10+
11+
- chore: improve performance of DOM traversal operations ([#12863](https://github.com/sveltejs/svelte/pull/12863))
12+
13+
- fix: stricter `crossorigin` and `wrap` attributes types ([#12858](https://github.com/sveltejs/svelte/pull/12858))
14+
315
## 5.0.0-next.222
416

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

0 commit comments

Comments
 (0)