Skip to content

Commit 9ac4b9c

Browse files
github-actions[bot]trueadm
authored andcommitted
Version Packages (next) (#12408)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6181861 commit 9ac4b9c

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
@@ -505,6 +505,7 @@
505505
"short-buses-camp",
506506
"short-countries-rush",
507507
"shy-fishes-drive",
508+
"shy-scissors-smile",
508509
"silent-apes-report",
509510
"silent-hats-stare",
510511
"silent-rabbits-join",
@@ -655,6 +656,7 @@
655656
"tough-buckets-thank",
656657
"tough-radios-punch",
657658
"tough-tomatoes-explain",
659+
"tricky-avocados-play",
658660
"tricky-ears-shout",
659661
"tricky-laws-bathe",
660662
"twelve-beans-drive",
@@ -683,6 +685,7 @@
683685
"wet-games-fly",
684686
"wet-pears-remain",
685687
"wet-wombats-repeat",
688+
"wicked-bikes-matter",
686689
"wicked-clouds-exercise",
687690
"wicked-doors-train",
688691
"wicked-emus-drive",

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.183
4+
5+
### Patch Changes
6+
7+
- fix: properly validate snippet/slot interop ([#12421](https://github.com/sveltejs/svelte/pull/12421))
8+
9+
- fix: cache call expressions in render tag arguments ([#12418](https://github.com/sveltejs/svelte/pull/12418))
10+
11+
- fix: optimize `bind:group` ([#12406](https://github.com/sveltejs/svelte/pull/12406))
12+
313
## 5.0.0-next.182
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.182",
5+
"version": "5.0.0-next.183",
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.182';
9+
export const VERSION = '5.0.0-next.183';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)