Version Packages

pull/16216/head
github-actions[bot] 3 months ago
parent 922bee9a6d
commit 945489810b

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: untrack `$inspect.with` and add check for unsafe mutation

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: use fine grained for template if the component is not explicitly in legacy mode

@ -1,5 +0,0 @@
---
'svelte': patch
---
lift unsafe_state_mutation constraints for SvelteSet, SvelteMap, SvelteDate, SvelteURL and SvelteURLSearchParams created inside the derived

@ -1,5 +1,15 @@
# svelte
## 5.34.8
### Patch Changes
- fix: untrack `$inspect.with` and add check for unsafe mutation ([#16209](https://github.com/sveltejs/svelte/pull/16209))
- fix: use fine grained for template if the component is not explicitly in legacy mode ([#16232](https://github.com/sveltejs/svelte/pull/16232))
- lift unsafe_state_mutation constraints for SvelteSet, SvelteMap, SvelteDate, SvelteURL and SvelteURLSearchParams created inside the derived ([#16221](https://github.com/sveltejs/svelte/pull/16221))
## 5.34.7
### Patch Changes

@ -2,7 +2,7 @@
"name": "svelte",
"description": "Cybernetically enhanced web apps",
"license": "MIT",
"version": "5.34.7",
"version": "5.34.8",
"type": "module",
"types": "./types/index.d.ts",
"engines": {

@ -4,5 +4,5 @@
* The current version, as set in package.json.
* @type {string}
*/
export const VERSION = '5.34.7';
export const VERSION = '5.34.8';
export const PUBLIC_VERSION = '5';

Loading…
Cancel
Save