Skip to content

Commit 2f6d84a

Browse files
Version Packages (next) (#13532)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 06c9e58 commit 2f6d84a

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

.changeset/pre.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
"chilled-seas-jog",
8484
"chilly-carpets-switch",
8585
"chilly-dolphins-lick",
86+
"chilly-glasses-retire",
8687
"chilly-laws-juggle",
8788
"chilly-pans-raise",
8889
"chilly-rocks-hug",
@@ -174,6 +175,7 @@
174175
"eighty-days-cheat",
175176
"eighty-days-wave",
176177
"eighty-dragons-search",
178+
"eighty-hornets-breathe",
177179
"eighty-lizards-notice",
178180
"eighty-mails-develop",
179181
"eleven-avocados-walk",
@@ -286,6 +288,7 @@
286288
"gentle-wasps-pull",
287289
"giant-bananas-turn",
288290
"giant-jars-applaud",
291+
"giant-ladybugs-thank",
289292
"giant-moons-own",
290293
"giant-planets-shake",
291294
"giant-plants-grin",
@@ -828,6 +831,7 @@
828831
"tasty-cheetahs-appear",
829832
"tasty-mice-admire",
830833
"tasty-numbers-perform",
834+
"tasty-spies-sniff",
831835
"tasty-steaks-smile",
832836
"ten-eels-move",
833837
"ten-foxes-repeat",
@@ -877,6 +881,7 @@
877881
"tidy-fans-relax",
878882
"tidy-lizards-happen",
879883
"tidy-starfishes-allow",
884+
"tiny-ads-press",
880885
"tiny-kings-whisper",
881886
"tiny-meals-deliver",
882887
"tiny-moose-kiss",
@@ -929,6 +934,7 @@
929934
"wet-bats-exercise",
930935
"wet-donkeys-fry",
931936
"wet-games-fly",
937+
"wet-hats-peel",
932938
"wet-pears-buy",
933939
"wet-pears-remain",
934940
"wet-wombats-repeat",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.264
4+
5+
### Patch Changes
6+
7+
- fix: exclude custom elements from HTML tree validation ([#13540](https://github.com/sveltejs/svelte/pull/13540))
8+
9+
- fix: apply class/style directives after attributes ([#13535](https://github.com/sveltejs/svelte/pull/13535))
10+
11+
- fix: make immutable option work more correctly ([#13526](https://github.com/sveltejs/svelte/pull/13526))
12+
13+
- breaking: use `<svelte-css-wrapper>` instead of `<div>` for style props ([#13499](https://github.com/sveltejs/svelte/pull/13499))
14+
15+
- fix: mark custom element with virtual class attribute as dynamic ([#13435](https://github.com/sveltejs/svelte/pull/13435))
16+
17+
- fix: ensure set_text applies coercion to objects before diff ([#13542](https://github.com/sveltejs/svelte/pull/13542))
18+
319
## 5.0.0-next.263
420

521
### 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)