Skip to content

Commit 45da5a4

Browse files
Version Packages (next) (#12846)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 50b905a commit 45da5a4

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

.changeset/pre.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@
226226
"friendly-candles-relate",
227227
"friendly-clouds-rhyme",
228228
"friendly-lies-camp",
229+
"funny-bugs-kiss",
229230
"funny-cooks-clean",
230231
"funny-dragons-double",
231232
"funny-ties-jump",
@@ -383,6 +384,7 @@
383384
"lovely-rules-eat",
384385
"lovely-zebras-own",
385386
"lucky-colts-remember",
387+
"lucky-experts-float",
386388
"lucky-geckos-swim",
387389
"lucky-panthers-chew",
388390
"lucky-schools-hang",
@@ -420,6 +422,7 @@
420422
"neat-boats-shake",
421423
"neat-boxes-chew",
422424
"neat-dingos-clap",
425+
"neat-ducks-jam",
423426
"neat-files-rescue",
424427
"neat-jokes-beam",
425428
"nervous-berries-boil",
@@ -469,6 +472,7 @@
469472
"perfect-hairs-matter",
470473
"perfect-hats-dance",
471474
"pink-bikes-agree",
475+
"pink-countries-repair",
472476
"pink-goats-promise",
473477
"pink-mayflies-tie",
474478
"plenty-clouds-reply",
@@ -661,6 +665,7 @@
661665
"stale-nails-listen",
662666
"strange-apricots-happen",
663667
"strange-pears-perform",
668+
"strange-pillows-greet",
664669
"strange-roses-brake",
665670
"strong-apricots-destroy",
666671
"strong-gifts-smoke",
@@ -747,6 +752,7 @@
747752
"tough-tomatoes-explain",
748753
"tricky-avocados-play",
749754
"tricky-balloons-care",
755+
"tricky-coats-shop",
750756
"tricky-ears-shout",
751757
"tricky-laws-bathe",
752758
"twelve-beans-drive",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.222
4+
5+
### Patch Changes
6+
7+
- fix: avoid throwing `store_invalid_subscription_module` for runes ([#12848](https://github.com/sveltejs/svelte/pull/12848))
8+
9+
- fix: omit `$index` parameter where possible ([#12851](https://github.com/sveltejs/svelte/pull/12851))
10+
11+
- feat: skip over static subtrees ([#12849](https://github.com/sveltejs/svelte/pull/12849))
12+
13+
- chore: set `binding.kind` before analysis ([#12843](https://github.com/sveltejs/svelte/pull/12843))
14+
15+
- feat: better compiler warnings for non-reactive dependencies of reactive statements ([#12824](https://github.com/sveltejs/svelte/pull/12824))
16+
17+
- fix: skip unnecessary `$legacy` flag ([#12850](https://github.com/sveltejs/svelte/pull/12850))
18+
319
## 5.0.0-next.221
420

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

0 commit comments

Comments
 (0)