Skip to content

Commit 6a7146b

Browse files
Version Packages (#14287)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 320ebd2 commit 6a7146b

File tree

7 files changed

+14
-22
lines changed

7 files changed

+14
-22
lines changed

.changeset/beige-files-pull.md

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

.changeset/great-bulldogs-wonder.md

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

.changeset/hot-frogs-melt.md

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

.changeset/shaggy-flowers-kneel.md

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

packages/svelte/CHANGELOG.md

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

3+
## 5.1.17
4+
5+
### Patch Changes
6+
7+
- fix: account for `:has(...)` as part of `:root` ([#14229](https://github.com/sveltejs/svelte/pull/14229))
8+
9+
- fix: prevent nested pseudo class from being marked as unused ([#14229](https://github.com/sveltejs/svelte/pull/14229))
10+
11+
- fix: use strict equality for key block comparisons in runes mode ([#14285](https://github.com/sveltejs/svelte/pull/14285))
12+
13+
- fix: bump `is-reference` dependency to fix `import.meta` bug ([#14286](https://github.com/sveltejs/svelte/pull/14286))
14+
315
## 5.1.16
416

517
### 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.16",
5+
"version": "5.1.17",
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.16';
9+
export const VERSION = '5.1.17';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)