Skip to content

Commit 3b38bc2

Browse files
Version Packages (#14052)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 37049b4 commit 3b38bc2

8 files changed

+16
-27
lines changed

.changeset/curly-dogs-breathe.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/curvy-melons-knock.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/early-hounds-float.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/sour-feet-carry.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/wild-parents-begin.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/svelte/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# svelte
22

3+
## 5.1.7
4+
5+
### Patch Changes
6+
7+
- fix: ensure each block inert items are disposed of if the each block is also inert ([#13930](https://github.com/sveltejs/svelte/pull/13930))
8+
9+
- fix: allow `warningFilter` option for `compileModule` ([#14066](https://github.com/sveltejs/svelte/pull/14066))
10+
11+
- fix: ensure onMount correctly fires when new expressions are used ([#14049](https://github.com/sveltejs/svelte/pull/14049))
12+
13+
- fix: wrap `:id`, `:where``:not` and `:has` with `:global` during migration ([#13850](https://github.com/sveltejs/svelte/pull/13850))
14+
15+
- fix: ensure custom element attribute/prop changes are in their own context ([#14016](https://github.com/sveltejs/svelte/pull/14016))
16+
317
## 5.1.6
418

519
### Patch Changes

packages/svelte/package.json

Lines changed: 1 addition & 1 deletion
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.1.6",
5+
"version": "5.1.7",
66
"type": "module",
77
"types": "./types/index.d.ts",
88
"engines": {

packages/svelte/src/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
* https://svelte.dev/docs/svelte-compiler#svelte-version
77
* @type {string}
88
*/
9-
export const VERSION = '5.1.6';
9+
export const VERSION = '5.1.7';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)