Skip to content

Commit 8bee23e

Browse files
Version Packages (#14631)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a25a173 commit 8bee23e

File tree

6 files changed

+14
-17
lines changed

6 files changed

+14
-17
lines changed

.changeset/breezy-feet-knock.md

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

.changeset/four-carrots-burn.md

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

.changeset/stupid-buckets-drum.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.10.0
4+
5+
### Minor Changes
6+
7+
- feat: provide links to documentation for errors/warnings ([#14629](https://github.com/sveltejs/svelte/pull/14629))
8+
9+
### Patch Changes
10+
11+
- fix: allow exports with source from script module even if no bind is present ([#14620](https://github.com/sveltejs/svelte/pull/14620))
12+
13+
- fix: deconflict `get_name` for literal class properties ([#14607](https://github.com/sveltejs/svelte/pull/14607))
14+
315
## 5.9.1
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.9.1",
5+
"version": "5.10.0",
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.9.1';
9+
export const VERSION = '5.10.0';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)