Version Packages

pull/16094/head
github-actions[bot] 4 months ago
parent 2d2772a4a1
commit 16d349cb17

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: invoke parent boundary of deriveds that throw

@ -1,5 +1,11 @@
# svelte # svelte
## 5.33.15
### Patch Changes
- fix: invoke parent boundary of deriveds that throw ([#16091](https://github.com/sveltejs/svelte/pull/16091))
## 5.33.14 ## 5.33.14
### Patch Changes ### Patch Changes

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

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

Loading…
Cancel
Save