Skip to content

Commit 363a541

Browse files
Version Packages (next) (#12924)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 63ec2e2 commit 363a541

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

.changeset/pre.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@
231231
"friendly-candles-relate",
232232
"friendly-clouds-rhyme",
233233
"friendly-lies-camp",
234+
"friendly-rice-confess",
234235
"funny-bugs-kiss",
235236
"funny-cooks-clean",
236237
"funny-dragons-double",
@@ -468,6 +469,7 @@
468469
"old-jokes-deliver",
469470
"old-mails-sneeze",
470471
"old-oranges-compete",
472+
"old-planets-bow",
471473
"olive-apples-lick",
472474
"olive-cobras-wonder",
473475
"olive-forks-grin",
@@ -545,6 +547,7 @@
545547
"rich-cobras-exist",
546548
"rich-elephants-relax",
547549
"rich-garlics-laugh",
550+
"rich-ladybugs-admire",
548551
"rich-olives-yell",
549552
"rich-plums-thank",
550553
"rich-sheep-burn",
@@ -704,6 +707,7 @@
704707
"swift-feet-juggle",
705708
"swift-knives-tie",
706709
"swift-poets-carry",
710+
"swift-queens-begin",
707711
"swift-rats-sing",
708712
"swift-ravens-hunt",
709713
"swift-seahorses-deliver",
@@ -731,6 +735,7 @@
731735
"ten-ties-repair",
732736
"ten-trainers-juggle",
733737
"ten-worms-reflect",
738+
"tender-bats-switch",
734739
"tender-lemons-judge",
735740
"tender-rocks-walk",
736741
"tender-suns-love",

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.0.0-next.229
4+
5+
### Patch Changes
6+
7+
- feat: add `$state.link` rune ([#12545](https://github.com/sveltejs/svelte/pull/12545))
8+
9+
- fix: allow mixing slots and snippets in custom elements mode ([#12929](https://github.com/sveltejs/svelte/pull/12929))
10+
11+
- fix: small legibility improvement in `Snippet` type hint ([#12928](https://github.com/sveltejs/svelte/pull/12928))
12+
13+
- feat: support HMR with custom elements ([#12926](https://github.com/sveltejs/svelte/pull/12926))
14+
15+
- feat: error on invalid component name ([#12821](https://github.com/sveltejs/svelte/pull/12821))
16+
317
## 5.0.0-next.228
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.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)