Skip to content

Commit 09db339

Browse files
Version Packages (next) (#12797)
* Version Packages (next) * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Rich Harris <[email protected]>
1 parent 7ae21ea commit 09db339

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@
205205
"forty-suns-smile",
206206
"four-balloons-beam",
207207
"four-flies-hammer",
208+
"four-kids-flow",
208209
"four-mice-hammer",
209210
"four-papayas-turn",
210211
"four-peas-tickle",
@@ -703,6 +704,7 @@
703704
"thick-swans-type",
704705
"thin-colts-yawn",
705706
"thin-foxes-lick",
707+
"thin-papayas-tap",
706708
"thin-spoons-float",
707709
"thin-years-rhyme",
708710
"thirty-dogs-whisper",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.216
4+
5+
### Patch Changes
6+
7+
- feat: make custom element `tag` property optional ([#12754](https://github.com/sveltejs/svelte/pull/12754))
8+
9+
- fix: improved memory profile for transitions/animations ([#12796](https://github.com/sveltejs/svelte/pull/12796))
10+
311
## 5.0.0-next.215
412

513
### 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.0.0-next.215",
5+
"version": "5.0.0-next.216",
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.0.0-next.215';
9+
export const VERSION = '5.0.0-next.216';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)