Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
+++ /dev/null
----
-'@sveltejs/kit': patch
----
-
-fix: wait an extra microtask in dev before calling `$$_init_$$`
+++ /dev/null
----
-'@sveltejs/enhanced-img': patch
----
-
-fix: warn rather than crash when non-enhanced image dynamically passed to `enhanced:img`
+++ /dev/null
----
-'@sveltejs/kit': patch
----
-
-fix: discard preload fork before creating a new one
+++ /dev/null
----
-'@sveltejs/kit': patch
----
-
-fix: delete `RemoteFormAllIssue`, add `path` to `RemoteFormIssue`
# @sveltejs/enhanced-img
+## 0.8.5
+### Patch Changes
+
+
+- fix: warn rather than crash when non-enhanced image dynamically passed to `enhanced:img` ([#14845](https://github.com/sveltejs/kit/pull/14845))
+
## 0.8.4
### Patch Changes
{
"name": "@sveltejs/enhanced-img",
- "version": "0.8.4",
+ "version": "0.8.5",
"description": "Image optimization for your Svelte apps",
"repository": {
"type": "git",
# @sveltejs/kit
+## 2.48.5
+### Patch Changes
+
+
+- fix: wait an extra microtask in dev before calling `$_init_$` ([#14799](https://github.com/sveltejs/kit/pull/14799))
+
+
+- fix: discard preload fork before creating a new one ([#14865](https://github.com/sveltejs/kit/pull/14865))
+
+
+- fix: delete `RemoteFormAllIssue`, add `path` to `RemoteFormIssue` ([#14864](https://github.com/sveltejs/kit/pull/14864))
+
## 2.48.4
### Patch Changes
{
"name": "@sveltejs/kit",
- "version": "2.48.4",
+ "version": "2.48.5",
"description": "SvelteKit is the fastest way to build Svelte apps",
"keywords": [
"framework",
// generated during release, do not modify
/** @type {string} */
-export const VERSION = '2.48.4';
+export const VERSION = '2.48.5';