Skip to content

Version Packages (next) #10122

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,14 @@
"dry-eggs-play",
"dry-eggs-retire",
"dull-mangos-wave",
"dull-roses-relate",
"early-ads-tie",
"eight-steaks-shout",
"eighty-bikes-camp",
"empty-crabs-think",
"fair-crabs-check",
"famous-knives-sneeze",
"fast-weeks-clean",
"few-mugs-fail",
"fifty-rice-wait",
"fifty-steaks-float",
Expand All @@ -64,6 +66,7 @@
"honest-icons-change",
"hungry-dots-fry",
"hungry-tips-unite",
"hungry-trees-travel",
"itchy-beans-melt",
"itchy-kings-deliver",
"itchy-lions-wash",
Expand All @@ -83,13 +86,15 @@
"light-pens-watch",
"long-buckets-lay",
"long-crews-return",
"loud-cheetahs-flow",
"lovely-carpets-lick",
"lovely-items-turn",
"lovely-rules-eat",
"lucky-schools-hang",
"moody-frogs-exist",
"moody-owls-cry",
"nasty-lions-double",
"nasty-yaks-peel",
"neat-dingos-clap",
"new-boats-wait",
"ninety-dingos-walk",
Expand All @@ -111,8 +116,10 @@
"pretty-ties-help",
"purple-dragons-peel",
"quiet-camels-mate",
"quiet-crabs-nail",
"rare-pears-whisper",
"real-guests-do",
"red-doors-own",
"rich-sheep-burn",
"rich-tables-sing",
"rotten-bags-type",
Expand All @@ -127,6 +134,7 @@
"sharp-tomatoes-learn",
"shiny-baboons-play",
"shiny-shrimps-march",
"short-buses-camp",
"slimy-clouds-talk",
"slimy-walls-draw",
"slow-chefs-dream",
Expand All @@ -138,6 +146,7 @@
"sour-forks-stare",
"sour-rules-march",
"spicy-plums-admire",
"spotty-pens-agree",
"stale-books-perform",
"stale-comics-look",
"strong-gifts-smoke",
Expand Down Expand Up @@ -172,6 +181,7 @@
"wet-games-fly",
"wicked-clouds-exercise",
"wicked-doors-train",
"wicked-hairs-cheer",
"wild-foxes-wonder",
"wise-dancers-hang",
"wise-donkeys-marry",
Expand Down
24 changes: 24 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# svelte

## 5.0.0-next.31

### Patch Changes

- fix: infer `svg` namespace correctly ([#10027](https://github.com/sveltejs/svelte/pull/10027))

- fix: keep intermediate number value representations ([`d171a39b0`](https://github.com/sveltejs/svelte/commit/d171a39b0ad97e2a05de1f38bc76a3d345e2b3d5))

- feat: allow modifiying derived props ([#10080](https://github.com/sveltejs/svelte/pull/10080))

- fix: improve signal consumer tracking behavior ([#10121](https://github.com/sveltejs/svelte/pull/10121))

- fix: support async/await in destructuring assignments ([#9962](https://github.com/sveltejs/svelte/pull/9962))

- fix: take into account member expressions when determining legacy reactive dependencies ([#10128](https://github.com/sveltejs/svelte/pull/10128))

- fix: make `ComponentType` generic optional ([`14dbc1be1`](https://github.com/sveltejs/svelte/commit/14dbc1be1720ff69e6f3c407e43c9c0765b0c140))

- fix: silence false positive state warning ([`dda4ad510`](https://github.com/sveltejs/svelte/commit/dda4ad510f1907a114a16227c3412eb00bd21738))

- fix: ensure nested blocks are inert during outro transitions ([#10126](https://github.com/sveltejs/svelte/pull/10126))

- fix: improve ssr template literal generation ([#10127](https://github.com/sveltejs/svelte/pull/10127))

## 5.0.0-next.30

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "svelte",
"description": "Cybernetically enhanced web apps",
"license": "MIT",
"version": "5.0.0-next.30",
"version": "5.0.0-next.31",
"type": "module",
"types": "./types/index.d.ts",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/src/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
* https://svelte.dev/docs/svelte-compiler#svelte-version
* @type {string}
*/
export const VERSION = '5.0.0-next.30';
export const VERSION = '5.0.0-next.31';
export const PUBLIC_VERSION = '5';