Skip to content

Commit 78b134d

Browse files
Version Packages (next) (#13336)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b3f3915 commit 78b134d

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
@@ -518,6 +518,8 @@
518518
"old-mails-sneeze",
519519
"old-oranges-compete",
520520
"old-planets-bow",
521+
"old-planets-kiss",
522+
"old-spoons-pull",
521523
"olive-apples-lick",
522524
"olive-cobras-wonder",
523525
"olive-forks-grin",
@@ -537,6 +539,7 @@
537539
"orange-yaks-protect",
538540
"orange-zoos-heal",
539541
"perfect-actors-bake",
542+
"perfect-ants-allow",
540543
"perfect-cooks-shop",
541544
"perfect-hairs-matter",
542545
"perfect-hats-dance",

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.256
4+
5+
### Patch Changes
6+
7+
- fix: only warn on context="module" in runes mode ([#13332](https://github.com/sveltejs/svelte/pull/13332))
8+
9+
- feat: deprecate `<svelte:self>` in runes mode ([#13333](https://github.com/sveltejs/svelte/pull/13333))
10+
11+
- fix: set strings as attributes, non-strings as properties if property exists ([#13327](https://github.com/sveltejs/svelte/pull/13327))
12+
313
## 5.0.0-next.255
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.255",
5+
"version": "5.0.0-next.256",
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.255';
9+
export const VERSION = '5.0.0-next.256';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)