Skip to content

Commit b7400ae

Browse files
Version Packages (#14959)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c0842d1 commit b7400ae

File tree

6 files changed

+12
-17
lines changed

6 files changed

+12
-17
lines changed

.changeset/long-weeks-brush.md

-5
This file was deleted.

.changeset/sixty-paws-compete.md

-5
This file was deleted.

.changeset/yellow-dodos-smell.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.2
4+
5+
### Patch Changes
6+
7+
- fix: account for parent scale when animating elements ([#14957](https://github.com/sveltejs/svelte/pull/14957))
8+
9+
- fix: apply `overflow: hidden` style when transitioning elements, where necessary ([#14930](https://github.com/sveltejs/svelte/pull/14930))
10+
11+
- fix: properly add owners to function bindings ([#14962](https://github.com/sveltejs/svelte/pull/14962))
12+
313
## 5.17.1
414

515
### 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.17.1",
5+
"version": "5.17.2",
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.1';
7+
export const VERSION = '5.17.2';
88
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)