Skip to content

Commit 4470c1a

Browse files
Version Packages (next)
1 parent 7ac0d8e commit 4470c1a

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
@@ -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",
@@ -877,6 +878,7 @@
877878
"tidy-fans-relax",
878879
"tidy-lizards-happen",
879880
"tidy-starfishes-allow",
881+
"tiny-ads-press",
880882
"tiny-kings-whisper",
881883
"tiny-meals-deliver",
882884
"tiny-moose-kiss",
@@ -929,6 +931,7 @@
929931
"wet-bats-exercise",
930932
"wet-donkeys-fry",
931933
"wet-games-fly",
934+
"wet-hats-peel",
932935
"wet-pears-buy",
933936
"wet-pears-remain",
934937
"wet-wombats-repeat",

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.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: mark custom element with virtual class attribute as dynamic ([#13435](https://github.com/sveltejs/svelte/pull/13435))
10+
11+
- fix: ensure set_text applies coercion to objects before diff ([#13542](https://github.com/sveltejs/svelte/pull/13542))
12+
313
## 5.0.0-next.263
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.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)