Skip to content

Commit

Permalink
Version Packages (next) (#13621)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 16, 2024
1 parent 75fecf8 commit 99c744a
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
"cold-teachers-turn",
"cool-actors-tan",
"cool-ants-leave",
"cool-apes-confess",
"cool-comics-marry",
"cool-jobs-scream",
"cool-peas-lick",
Expand Down Expand Up @@ -334,6 +335,7 @@
"happy-beds-scream",
"happy-dogs-jump",
"happy-dolls-joke",
"happy-eggs-rest",
"happy-lobsters-lick",
"happy-moles-live",
"happy-planets-rest",
Expand Down Expand Up @@ -530,6 +532,7 @@
"nine-ants-invite",
"nine-cooks-join",
"nine-kids-whisper",
"nine-vans-admire",
"ninety-days-visit",
"ninety-dingos-walk",
"ninety-dots-train",
Expand Down Expand Up @@ -899,6 +902,7 @@
"tiny-moose-kiss",
"tiny-taxis-whisper",
"tough-buckets-thank",
"tough-pans-boil",
"tough-radios-punch",
"tough-snails-chew",
"tough-tomatoes-explain",
Expand Down
12 changes: 12 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# svelte

## 5.0.0-next.267

### Patch Changes

- fix: ensure inserted code is preserved during migration ([#13617](https://github.com/sveltejs/svelte/pull/13617))

- fix: ensure each block consistency to internal mutations to the collection ([#13614](https://github.com/sveltejs/svelte/pull/13614))

- chore: improve derived ownership model ([#13623](https://github.com/sveltejs/svelte/pull/13623))

- fix: ensure await block scope transforms are isolated ([#13622](https://github.com/sveltejs/svelte/pull/13622))

## 5.0.0-next.266

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "svelte",
"description": "Cybernetically enhanced web apps",
"license": "MIT",
"version": "5.0.0-next.266",
"version": "5.0.0-next.267",
"type": "module",
"types": "./types/index.d.ts",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/src/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
* https://svelte.dev/docs/svelte-compiler#svelte-version
* @type {string}
*/
export const VERSION = '5.0.0-next.266';
export const VERSION = '5.0.0-next.267';
export const PUBLIC_VERSION = '5';

0 comments on commit 99c744a

Please sign in to comment.