Skip to content

Commit 74917ae

Browse files
Version Packages (#15501)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e5881ea commit 74917ae

10 files changed

+20
-37
lines changed

.changeset/brown-rockets-shake.md

-5
This file was deleted.

.changeset/cuddly-chefs-refuse.md

-5
This file was deleted.

.changeset/curvy-countries-flow.md

-5
This file was deleted.

.changeset/gold-hairs-jog.md

-5
This file was deleted.

.changeset/hungry-dancers-tap.md

-5
This file was deleted.

.changeset/plenty-bats-lay.md

-5
This file was deleted.

.changeset/two-spies-lie.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.23.1
4+
5+
### Patch Changes
6+
7+
- fix: invalidate parent effects when child effects update parent dependencies ([#15506](https://github.com/sveltejs/svelte/pull/15506))
8+
9+
- fix: correctly match `:has()` selector during css pruning ([#15277](https://github.com/sveltejs/svelte/pull/15277))
10+
11+
- fix: replace `undefined` with `void 0` to avoid edge case ([#15511](https://github.com/sveltejs/svelte/pull/15511))
12+
13+
- fix: allow global-like pseudo-selectors refinement ([#15313](https://github.com/sveltejs/svelte/pull/15313))
14+
15+
- chore: don't distribute unused types definitions ([#15473](https://github.com/sveltejs/svelte/pull/15473))
16+
17+
- fix: add `files` and `group` to HTMLInputAttributes in elements.d.ts ([#15492](https://github.com/sveltejs/svelte/pull/15492))
18+
19+
- fix: throw rune_invalid_arguments_length when $state.raw() is used with more than 1 arg ([#15516](https://github.com/sveltejs/svelte/pull/15516))
20+
321
## 5.23.0
422

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

0 commit comments

Comments
 (0)