Version Packages (#14921)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/14243/merge svelte@5.16.5
github-actions[bot] 5 days ago committed by GitHub
parent 72a6c7263c
commit fb67bad5b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: inherit correct namespace for `<title>` elements

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: don't throw `bind_invalid_export` if there's also a bindable prop with the same name

@ -1,5 +1,13 @@
# svelte
## 5.16.5
### Patch Changes
- fix: inherit correct namespace for `<title>` elements ([#14817](https://github.com/sveltejs/svelte/pull/14817))
- fix: don't throw `bind_invalid_export` if there's also a bindable prop with the same name ([#14813](https://github.com/sveltejs/svelte/pull/14813))
## 5.16.4
### Patch Changes

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

Loading…
Cancel
Save