Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 55198a0

Browse files
committedAug 20, 2024·
Version Packages (next)
1 parent 212b602 commit 55198a0

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed
 

‎.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@
201201
"flat-feet-visit",
202202
"flat-ghosts-fly",
203203
"flat-melons-protect",
204+
"flat-moose-arrive",
204205
"flat-olives-live",
205206
"fluffy-colts-grin",
206207
"fluffy-dolls-share",
@@ -704,6 +705,7 @@
704705
"swift-feet-juggle",
705706
"swift-knives-tie",
706707
"swift-poets-carry",
708+
"swift-queens-begin",
707709
"swift-rats-sing",
708710
"swift-ravens-hunt",
709711
"swift-seahorses-deliver",
@@ -731,6 +733,7 @@
731733
"ten-ties-repair",
732734
"ten-trainers-juggle",
733735
"ten-worms-reflect",
736+
"tender-bats-switch",
734737
"tender-lemons-judge",
735738
"tender-rocks-walk",
736739
"tender-suns-love",

‎packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.229
4+
5+
### Patch Changes
6+
7+
- fix: avoid extra work in mark_reactions ([#12921](https://github.com/sveltejs/svelte/pull/12921))
8+
9+
- feat: support HMR with custom elements ([#12926](https://github.com/sveltejs/svelte/pull/12926))
10+
11+
- feat: error on invalid component name ([#12821](https://github.com/sveltejs/svelte/pull/12821))
12+
313
## 5.0.0-next.228
414

515
### 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.228",
5+
"version": "5.0.0-next.229",
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.228';
9+
export const VERSION = '5.0.0-next.229';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)
Please sign in to comment.