Version Packages

pull/15380/head
github-actions[bot] 2 years ago
parent 5f3b4d5421
commit 3aab6f355d

@ -1,5 +0,0 @@
---
'svelte': patch
---
chore: remove unnecessary `binding.is_called` property

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: update types and inline docs for flushSync

@ -1,5 +1,13 @@
# svelte
## 5.20.4
### Patch Changes
- chore: remove unnecessary `binding.is_called` property ([#15361](https://github.com/sveltejs/svelte/pull/15361))
- fix: update types and inline docs for flushSync ([#15348](https://github.com/sveltejs/svelte/pull/15348))
## 5.20.3
### Patch Changes

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

Loading…
Cancel
Save