Skip to content

Commit 80d9f99

Browse files
Version Packages (#14953)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9aae463 commit 80d9f99

File tree

6 files changed

+12
-17
lines changed

6 files changed

+12
-17
lines changed

.changeset/flat-otters-cheer.md

-5
This file was deleted.

.changeset/sharp-dryers-try.md

-5
This file was deleted.

.changeset/tough-guests-sniff.md

-5
This file was deleted.

packages/svelte/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# svelte
22

3+
## 5.17.1
4+
5+
### Patch Changes
6+
7+
- fix: remove bindable prop validation ([#14946](https://github.com/sveltejs/svelte/pull/14946))
8+
9+
- chore: tweak "invalid assignment" compiler error message ([#14955](https://github.com/sveltejs/svelte/pull/14955))
10+
11+
- fix: silence false-positive stale value warning ([#14958](https://github.com/sveltejs/svelte/pull/14958))
12+
313
## 5.17.0
414

515
### Minor Changes

packages/svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "svelte",
33
"description": "Cybernetically enhanced web apps",
44
"license": "MIT",
5-
"version": "5.17.0",
5+
"version": "5.17.1",
66
"type": "module",
77
"types": "./types/index.d.ts",
88
"engines": {

packages/svelte/src/version.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
* The current version, as set in package.json.
55
* @type {string}
66
*/
7-
export const VERSION = '5.17.0';
7+
export const VERSION = '5.17.1';
88
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)