Version Packages

pull/16377/head
github-actions[bot] 1 year ago
parent eb23028d8f
commit 802ab0a121

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: add `$effect.pending()` to types

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: add `pending` snippet to `<svelte:boundary>` types

@ -1,5 +1,13 @@
# svelte
## 5.36.2
### Patch Changes
- fix: add `$effect.pending()` to types ([#16376](https://github.com/sveltejs/svelte/pull/16376))
- fix: add `pending` snippet to `<svelte:boundary>` types ([#16379](https://github.com/sveltejs/svelte/pull/16379))
## 5.36.1
### Patch Changes

@ -2,7 +2,7 @@
"name": "svelte",
"description": "Cybernetically enhanced web apps",
"license": "MIT",
"version": "5.36.1",
"version": "5.36.2",
"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.36.1';
export const VERSION = '5.36.2';
export const PUBLIC_VERSION = '5';

Loading…
Cancel
Save