Skip to content

Commit 21c346e

Browse files
Version Packages (next)
1 parent e4b7304 commit 21c346e

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
@@ -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",
@@ -345,6 +347,7 @@
345347
"late-grapes-judge",
346348
"late-peaches-mate",
347349
"late-zebras-argue",
350+
"lazy-carrots-buy",
348351
"lazy-knives-happen",
349352
"lazy-masks-sit",
350353
"lazy-months-knock",
@@ -448,6 +451,7 @@
448451
"odd-schools-wait",
449452
"odd-shoes-cheat",
450453
"odd-taxis-retire",
454+
"odd-toys-glow",
451455
"old-flies-jog",
452456
"old-houses-drum",
453457
"old-jokes-deliver",
@@ -598,6 +602,7 @@
598602
"six-boats-shave",
599603
"six-chicken-kneel",
600604
"six-gorillas-obey",
605+
"six-vans-add",
601606
"sixty-items-crash",
602607
"sixty-numbers-hope",
603608
"sixty-pandas-rush",

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.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+
- fix: ensure outro animation is not prematurely aborted ([#12865](https://github.com/sveltejs/svelte/pull/12865))
12+
13+
- chore: improve performance of DOM traversal operations ([#12863](https://github.com/sveltejs/svelte/pull/12863))
14+
15+
- fix: stricter `crossorigin` and `wrap` attributes types ([#12858](https://github.com/sveltejs/svelte/pull/12858))
16+
317
## 5.0.0-next.222
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.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)