0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-21 11:28:58 +01:00

Version Packages (#8925)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-07-06 18:14:27 +02:00 committed by GitHub
parent daba0fc9d2
commit 3ff0084dc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 7 deletions

View File

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

View File

@ -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

View File

@ -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",

View File

@ -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';