Skip to content

Commit c09dece

Browse files
Version Packages (next) (#12856)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4375099 commit c09dece

File tree

4 files changed

+27
-2
lines changed

4 files changed

+27
-2
lines changed

.changeset/pre.json

Lines changed: 7 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",
@@ -258,6 +259,7 @@
258259
"good-rivers-yawn",
259260
"good-roses-argue",
260261
"gorgeous-boxes-design",
262+
"gorgeous-coats-jog",
261263
"gorgeous-hats-wonder",
262264
"gorgeous-monkeys-carry",
263265
"gorgeous-singers-rest",
@@ -303,6 +305,7 @@
303305
"hot-jobs-tap",
304306
"hot-rivers-punch",
305307
"hot-sloths-clap",
308+
"hot-tips-appear",
306309
"hungry-boxes-relate",
307310
"hungry-dots-fry",
308311
"hungry-pants-push",
@@ -345,6 +348,7 @@
345348
"late-grapes-judge",
346349
"late-peaches-mate",
347350
"late-zebras-argue",
351+
"lazy-carrots-buy",
348352
"lazy-knives-happen",
349353
"lazy-masks-sit",
350354
"lazy-months-knock",
@@ -448,6 +452,7 @@
448452
"odd-schools-wait",
449453
"odd-shoes-cheat",
450454
"odd-taxis-retire",
455+
"odd-toys-glow",
451456
"old-flies-jog",
452457
"old-houses-drum",
453458
"old-jokes-deliver",
@@ -526,6 +531,7 @@
526531
"red-poets-study",
527532
"red-pots-pretend",
528533
"rich-cobras-exist",
534+
"rich-elephants-relax",
529535
"rich-garlics-laugh",
530536
"rich-olives-yell",
531537
"rich-plums-thank",
@@ -598,6 +604,7 @@
598604
"six-boats-shave",
599605
"six-chicken-kneel",
600606
"six-gorillas-obey",
607+
"six-vans-add",
601608
"sixty-items-crash",
602609
"sixty-numbers-hope",
603610
"sixty-pandas-rush",

packages/svelte/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
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+
- breaking: remove foreign namespace ([#12869](https://github.com/sveltejs/svelte/pull/12869))
10+
11+
- feat: more efficient text-only fragments ([#12864](https://github.com/sveltejs/svelte/pull/12864))
12+
13+
- fix: ensure outro animation is not prematurely aborted ([#12865](https://github.com/sveltejs/svelte/pull/12865))
14+
15+
- chore: improve performance of DOM traversal operations ([#12863](https://github.com/sveltejs/svelte/pull/12863))
16+
17+
- feat: better destructuring assignments ([#12872](https://github.com/sveltejs/svelte/pull/12872))
18+
19+
- fix: stricter `crossorigin` and `wrap` attributes types ([#12858](https://github.com/sveltejs/svelte/pull/12858))
20+
321
## 5.0.0-next.222
422

523
### 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)