Skip to content

Commit 373ac90

Browse files
Version Packages (next)
1 parent 6ed3ca3 commit 373ac90

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
@@ -174,6 +174,7 @@
174174
"eighty-days-cheat",
175175
"eighty-days-wave",
176176
"eighty-dragons-search",
177+
"eighty-hornets-breathe",
177178
"eighty-lizards-notice",
178179
"eighty-mails-develop",
179180
"eleven-avocados-walk",
@@ -286,6 +287,7 @@
286287
"gentle-wasps-pull",
287288
"giant-bananas-turn",
288289
"giant-jars-applaud",
290+
"giant-ladybugs-thank",
289291
"giant-moons-own",
290292
"giant-planets-shake",
291293
"giant-plants-grin",
@@ -828,6 +830,7 @@
828830
"tasty-cheetahs-appear",
829831
"tasty-mice-admire",
830832
"tasty-numbers-perform",
833+
"tasty-spies-sniff",
831834
"tasty-steaks-smile",
832835
"ten-eels-move",
833836
"ten-foxes-repeat",
@@ -877,6 +880,7 @@
877880
"tidy-fans-relax",
878881
"tidy-lizards-happen",
879882
"tidy-starfishes-allow",
883+
"tiny-ads-press",
880884
"tiny-kings-whisper",
881885
"tiny-meals-deliver",
882886
"tiny-moose-kiss",
@@ -929,6 +933,7 @@
929933
"wet-bats-exercise",
930934
"wet-donkeys-fry",
931935
"wet-games-fly",
936+
"wet-hats-peel",
932937
"wet-pears-buy",
933938
"wet-pears-remain",
934939
"wet-wombats-repeat",

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.264
4+
5+
### Patch Changes
6+
7+
- fix: apply class/style directives after attributes ([#13535](https://github.com/sveltejs/svelte/pull/13535))
8+
9+
- fix: make immutable option work more correctly ([#13526](https://github.com/sveltejs/svelte/pull/13526))
10+
11+
- breaking: use `<svelte-css-wrapper>` instead of `<div>` for style props ([#13499](https://github.com/sveltejs/svelte/pull/13499))
12+
13+
- fix: mark custom element with virtual class attribute as dynamic ([#13435](https://github.com/sveltejs/svelte/pull/13435))
14+
15+
- fix: ensure set_text applies coercion to objects before diff ([#13542](https://github.com/sveltejs/svelte/pull/13542))
16+
317
## 5.0.0-next.263
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.263",
5+
"version": "5.0.0-next.264",
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.263';
9+
export const VERSION = '5.0.0-next.264';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)