Skip to content

Commit 5797f5e

Browse files
Version Packages (next) (#12907)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1681b21 commit 5797f5e

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
"brown-insects-float",
5858
"brown-months-flow",
5959
"brown-months-fry",
60+
"brown-radios-itch",
6061
"brown-spoons-boil",
6162
"brown-turkeys-tap",
6263
"calm-buses-clap",
@@ -483,6 +484,7 @@
483484
"perfect-actors-bake",
484485
"perfect-hairs-matter",
485486
"perfect-hats-dance",
487+
"perfect-pugs-shake",
486488
"pink-bikes-agree",
487489
"pink-countries-repair",
488490
"pink-goats-promise",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.226
4+
5+
### Patch Changes
6+
7+
- fix: ensure typings for `<svelte:options>` are picked up ([#12903](https://github.com/sveltejs/svelte/pull/12903))
8+
9+
- fix: exclude local declarations from non-reactive property warnings ([#12909](https://github.com/sveltejs/svelte/pull/12909))
10+
311
## 5.0.0-next.225
412

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

0 commit comments

Comments
 (0)