Version Packages

pull/8925/head
github-actions[bot] 3 years ago
parent a23fcc0f67
commit b6c457c914

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: generate type definition with nullable types

@ -1,5 +1,11 @@
# svelte
## 4.0.5
### Patch Changes
- fix: generate type definition with nullable types ([#8924](https://github.com/sveltejs/svelte/pull/8924))
## 4.0.4
### Patch Changes

@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "4.0.4",
"version": "4.0.5",
"description": "Cybernetically enhanced web apps",
"type": "module",
"module": "src/runtime/index.js",

@ -6,5 +6,5 @@
* https://svelte.dev/docs/svelte-compiler#svelte-version
* @type {string}
*/
export const VERSION = '4.0.4';
export const VERSION = '4.0.5';
export const PUBLIC_VERSION = '4';

Loading…
Cancel
Save