Skip to content

Commit 9b71eea

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

9 files changed

+20
-32
lines changed

.changeset/clean-planets-rush.md

-5
This file was deleted.

.changeset/cool-apples-report.md

-5
This file was deleted.

.changeset/gold-olives-care.md

-5
This file was deleted.

.changeset/modern-wasps-punch.md

-5
This file was deleted.

.changeset/silver-humans-yawn.md

-5
This file was deleted.

.changeset/tame-students-retire.md

-5
This file was deleted.

packages/svelte/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# svelte
22

3+
## 5.17.0
4+
5+
### Minor Changes
6+
7+
- feat: allow non-numeric values to be tweened by snapping immediately to new value ([#14941](https://github.com/sveltejs/svelte/pull/14941))
8+
9+
### Patch Changes
10+
11+
- fix: handle default values in object destructuring within "each" blocks when using characters like "}" and "]" ([#14554](https://github.com/sveltejs/svelte/pull/14554))
12+
13+
- fix: account for min-width/height in `slide` transition ([#14942](https://github.com/sveltejs/svelte/pull/14942))
14+
15+
- fix: prevent long delays causing erratic spring behaviour ([#14940](https://github.com/sveltejs/svelte/pull/14940))
16+
17+
- feat: warn on using `slide` transition with table elements ([#14936](https://github.com/sveltejs/svelte/pull/14936))
18+
19+
- chore: improve signal performance by reducing duplicate deps ([#14945](https://github.com/sveltejs/svelte/pull/14945))
20+
321
## 5.16.6
422

523
### Patch 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.16.6",
5+
"version": "5.17.0",
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.16.6';
7+
export const VERSION = '5.17.0';
88
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)