We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7ce9fc commit 144afe6Copy full SHA for 144afe6
.changeset/nine-laws-rush.md
packages/svelte/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# svelte
2
3
+## 5.23.3
4
+
5
+### Patch Changes
6
7
+- fix: simplify set calls for proxyable values ([#15548](https://github.com/sveltejs/svelte/pull/15548))
8
9
## 5.23.2
10
11
### Patch Changes
packages/svelte/package.json
@@ -2,7 +2,7 @@
"name": "svelte",
"description": "Cybernetically enhanced web apps",
"license": "MIT",
- "version": "5.23.2",
+ "version": "5.23.3",
"type": "module",
"types": "./types/index.d.ts",
"engines": {
packages/svelte/src/version.js
@@ -4,5 +4,5 @@
* The current version, as set in package.json.
* @type {string}
*/
-export const VERSION = '5.23.2';
+export const VERSION = '5.23.3';
export const PUBLIC_VERSION = '5';
0 commit comments