Version Packages

github-actions[bot] 22 hours ago
parent 2f6307af65
commit 853592676f

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: update `SvelteURLSearchParams` when setting duplicate keys to the same joined value

@ -1,5 +1,11 @@
# svelte
## 5.56.1
### Patch Changes
- fix: update `SvelteURLSearchParams` when setting duplicate keys to the same joined value ([#18336](https://github.com/sveltejs/svelte/pull/18336))
## 5.56.0
### Minor Changes

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

Loading…
Cancel
Save