Skip to content

Commit 34c6f3a

Browse files
Version Packages (next)
1 parent 70cec4e commit 34c6f3a

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
@@ -655,6 +655,7 @@
655655
"tough-buckets-thank",
656656
"tough-radios-punch",
657657
"tough-tomatoes-explain",
658+
"tricky-avocados-play",
658659
"tricky-ears-shout",
659660
"tricky-laws-bathe",
660661
"twelve-beans-drive",
@@ -683,6 +684,7 @@
683684
"wet-games-fly",
684685
"wet-pears-remain",
685686
"wet-wombats-repeat",
687+
"wicked-bikes-matter",
686688
"wicked-clouds-exercise",
687689
"wicked-doors-train",
688690
"wicked-emus-drive",

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.183
4+
5+
### Patch Changes
6+
7+
- fix: cache call expressions in render tag arguments ([#12418](https://github.com/sveltejs/svelte/pull/12418))
8+
9+
- fix: optimize `bind:group` ([#12406](https://github.com/sveltejs/svelte/pull/12406))
10+
311
## 5.0.0-next.182
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.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)