Skip to content

Commit b3842d7

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

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
@@ -436,6 +436,7 @@
436436
"lovely-rules-eat",
437437
"lovely-zebras-own",
438438
"lucky-colts-remember",
439+
"lucky-drinks-push",
439440
"lucky-experts-float",
440441
"lucky-geckos-swim",
441442
"lucky-panthers-chew",
@@ -543,6 +544,7 @@
543544
"plenty-clouds-reply",
544545
"plenty-elephants-fry",
545546
"plenty-items-build",
547+
"plenty-rings-stare",
546548
"plenty-starfishes-dress",
547549
"plenty-turkeys-raise",
548550
"plenty-zoos-fix",
@@ -663,6 +665,7 @@
663665
"shy-fishes-drive",
664666
"shy-scissors-smile",
665667
"silent-apes-report",
668+
"silent-elephants-film",
666669
"silent-hats-stare",
667670
"silent-rabbits-join",
668671
"silent-rocks-yell",

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.252
4+
5+
### Patch Changes
6+
7+
- fix: handle `$Props` interface during migration ([#13305](https://github.com/sveltejs/svelte/pull/13305))
8+
9+
- fix: attach effects-inside-deriveds to the parent of the derived ([#13309](https://github.com/sveltejs/svelte/pull/13309))
10+
11+
- fix: simplify and robustify appending styles ([#13303](https://github.com/sveltejs/svelte/pull/13303))
12+
313
## 5.0.0-next.251
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.251",
5+
"version": "5.0.0-next.252",
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.251';
9+
export const VERSION = '5.0.0-next.252';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)