Skip to content

Version Packages (next) #10716

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
Mar 8, 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
7 changes: 7 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"big-eggs-flash",
"big-eyes-carry",
"big-geese-act",
"blue-ants-raise",
"blue-rules-juggle",
"blue-timers-film",
"brave-points-sleep",
Expand Down Expand Up @@ -59,12 +60,14 @@
"dry-clocks-grow",
"dry-eggs-play",
"dry-eggs-retire",
"dull-coins-vanish",
"dull-mangos-wave",
"dull-roses-relate",
"early-ads-tie",
"eight-steaks-shout",
"eighty-bikes-camp",
"eighty-days-cheat",
"eleven-cycles-applaud",
"empty-bags-heal",
"empty-bulldogs-exercise",
"empty-crabs-think",
Expand Down Expand Up @@ -135,6 +138,7 @@
"kind-dots-sort",
"kind-eagles-join",
"kind-rings-flash",
"kind-spoons-return",
"large-clouds-carry",
"large-turkeys-deny",
"late-crabs-lay",
Expand Down Expand Up @@ -188,6 +192,7 @@
"olive-socks-kick",
"orange-crews-rescue",
"orange-dingos-poke",
"pink-bikes-agree",
"pink-mayflies-tie",
"polite-dolphins-care",
"polite-pumpkins-guess",
Expand Down Expand Up @@ -237,6 +242,7 @@
"shiny-baboons-play",
"shiny-shrimps-march",
"short-buses-camp",
"short-countries-rush",
"silent-apes-report",
"silly-laws-happen",
"silver-points-approve",
Expand All @@ -249,6 +255,7 @@
"slow-kids-sparkle",
"slow-wombats-reply",
"small-papayas-laugh",
"small-sheep-type",
"smart-parents-swim",
"smart-zebras-pay",
"soft-clocks-remember",
Expand Down
18 changes: 18 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# svelte

## 5.0.0-next.73

### Patch Changes

- fix: improve bind:this support around proxyied state ([#10732](https://github.com/sveltejs/svelte/pull/10732))

- fix: bump specificity on all members of a selector list ([#10730](https://github.com/sveltejs/svelte/pull/10730))

- breaking: preserve slots inside templates with a shadowrootmode attribute ([#10721](https://github.com/sveltejs/svelte/pull/10721))

- chore: custom elements validation ([#10720](https://github.com/sveltejs/svelte/pull/10720))

- fix: ensure performance.now() and requestAnimationFrame() are polyfilled in ssr ([#10715](https://github.com/sveltejs/svelte/pull/10715))

- fix: eagerly unsubscribe when store is changed ([#10727](https://github.com/sveltejs/svelte/pull/10727))

- fix: error when exporting reassigned state from module context ([#10728](https://github.com/sveltejs/svelte/pull/10728))

## 5.0.0-next.72

### 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.72",
"version": "5.0.0-next.73",
"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.72';
export const VERSION = '5.0.0-next.73';
export const PUBLIC_VERSION = '5';