Skip to content

Commit b705433

Browse files
Version Packages (next)
1 parent 6655f2c commit b705433

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

.changeset/pre.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292
"cyan-flowers-destroy",
9393
"cyan-spies-grin",
9494
"cyan-squids-drive",
95+
"cyan-toes-share",
9596
"dirty-bats-punch",
9697
"dirty-donuts-yell",
9798
"dirty-eyes-itch",
@@ -147,6 +148,7 @@
147148
"fifty-rice-wait",
148149
"fifty-steaks-float",
149150
"five-tigers-search",
151+
"flat-ghosts-fly",
150152
"flat-melons-protect",
151153
"flat-olives-live",
152154
"fluffy-dolls-share",
@@ -466,6 +468,7 @@
466468
"smart-cherries-leave",
467469
"smart-grapes-mate",
468470
"smart-parents-swim",
471+
"smart-spiders-fetch",
469472
"smart-turkeys-tell",
470473
"smart-zebras-pay",
471474
"smooth-kids-protect",
@@ -482,6 +485,7 @@
482485
"sour-rules-march",
483486
"sour-weeks-fix",
484487
"spicy-jeans-deliver",
488+
"spicy-peas-vanish",
485489
"spicy-plums-admire",
486490
"spotty-houses-search",
487491
"spotty-pens-agree",

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.0.0-next.152
4+
5+
### Patch Changes
6+
7+
- fix: more robust handling of events in spread attributes ([#11942](https://github.com/sveltejs/svelte/pull/11942))
8+
9+
- fix: make `legacy.componentApi` option more visible ([#11924](https://github.com/sveltejs/svelte/pull/11924))
10+
11+
- feat: always create wrapper `<div>` for `<svelte:component>` with CSS custom properties ([#11792](https://github.com/sveltejs/svelte/pull/11792))
12+
13+
- feat: add svelte/events package and export `on` function ([#11912](https://github.com/sveltejs/svelte/pull/11912))
14+
315
## 5.0.0-next.151
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.0.0-next.151",
5+
"version": "5.0.0-next.152",
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.151';
9+
export const VERSION = '5.0.0-next.152';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)