Skip to content

Commit 99c744a

Browse files
Version Packages (next) (#13621)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 75fecf8 commit 99c744a

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

.changeset/pre.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112
"cold-teachers-turn",
113113
"cool-actors-tan",
114114
"cool-ants-leave",
115+
"cool-apes-confess",
115116
"cool-comics-marry",
116117
"cool-jobs-scream",
117118
"cool-peas-lick",
@@ -334,6 +335,7 @@
334335
"happy-beds-scream",
335336
"happy-dogs-jump",
336337
"happy-dolls-joke",
338+
"happy-eggs-rest",
337339
"happy-lobsters-lick",
338340
"happy-moles-live",
339341
"happy-planets-rest",
@@ -530,6 +532,7 @@
530532
"nine-ants-invite",
531533
"nine-cooks-join",
532534
"nine-kids-whisper",
535+
"nine-vans-admire",
533536
"ninety-days-visit",
534537
"ninety-dingos-walk",
535538
"ninety-dots-train",
@@ -899,6 +902,7 @@
899902
"tiny-moose-kiss",
900903
"tiny-taxis-whisper",
901904
"tough-buckets-thank",
905+
"tough-pans-boil",
902906
"tough-radios-punch",
903907
"tough-snails-chew",
904908
"tough-tomatoes-explain",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.267
4+
5+
### Patch Changes
6+
7+
- fix: ensure inserted code is preserved during migration ([#13617](https://github.com/sveltejs/svelte/pull/13617))
8+
9+
- fix: ensure each block consistency to internal mutations to the collection ([#13614](https://github.com/sveltejs/svelte/pull/13614))
10+
11+
- chore: improve derived ownership model ([#13623](https://github.com/sveltejs/svelte/pull/13623))
12+
13+
- fix: ensure await block scope transforms are isolated ([#13622](https://github.com/sveltejs/svelte/pull/13622))
14+
315
## 5.0.0-next.266
416

517
### 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.266",
5+
"version": "5.0.0-next.267",
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.266';
9+
export const VERSION = '5.0.0-next.267';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)