Skip to content

Commit 1d3c439

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

File tree

7 files changed

+16
-22
lines changed

7 files changed

+16
-22
lines changed

.changeset/dry-mails-return.md

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

.changeset/lemon-llamas-reflect.md

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

.changeset/lucky-students-deny.md

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

.changeset/sour-pots-wonder.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.18.0
4+
5+
### Minor Changes
6+
7+
- feat: allow `<template>` elements to contain any child ([#15007](https://github.com/sveltejs/svelte/pull/15007))
8+
9+
### Patch Changes
10+
11+
- fix: ensure resume effects are scheduled in topological order ([#15012](https://github.com/sveltejs/svelte/pull/15012))
12+
13+
- fix: bump esrap ([#15015](https://github.com/sveltejs/svelte/pull/15015))
14+
15+
- fix: remove listener on `bind_current_time` teardown ([#15013](https://github.com/sveltejs/svelte/pull/15013))
16+
317
## 5.17.5
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.17.5",
5+
"version": "5.18.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
@@ -4,5 +4,5 @@
44
* The current version, as set in package.json.
55
* @type {string}
66
*/
7-
export const VERSION = '5.17.5';
7+
export const VERSION = '5.18.0';
88
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)