Version Packages

pull/15431/head
github-actions[bot] 1 year ago
parent e3dc396e01
commit 7336df2058

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: make dialog element and role interactive

@ -1,5 +0,0 @@
---
'svelte': minor
---
feat: Add `idPrefix` option to `render`

@ -1,5 +1,15 @@
# svelte
## 5.22.0
### Minor Changes
- feat: Add `idPrefix` option to `render` ([#15428](https://github.com/sveltejs/svelte/pull/15428))
### Patch Changes
- fix: make dialog element and role interactive ([#15429](https://github.com/sveltejs/svelte/pull/15429))
## 5.21.0
### Minor Changes

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

Loading…
Cancel
Save