Skip to content

Commit 8d9da51

Browse files
github-actions[bot]FoHoOV
authored andcommitted
Version Packages (next) (sveltejs#12125)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2041e21 commit 8d9da51

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

.changeset/pre.json

+2
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@
141141
"fair-crabs-check",
142142
"fair-pianos-talk",
143143
"fair-spies-repeat",
144+
"famous-chairs-notice",
144145
"famous-falcons-melt",
145146
"famous-kiwis-thank",
146147
"famous-knives-sneeze",
@@ -340,6 +341,7 @@
340341
"neat-files-rescue",
341342
"neat-jokes-beam",
342343
"nervous-berries-boil",
344+
"nervous-ducks-repeat",
343345
"nervous-spoons-relax",
344346
"nervous-turkeys-end",
345347
"new-boats-wait",

packages/svelte/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# svelte
22

3+
## 5.0.0-next.163
4+
5+
### Patch Changes
6+
7+
- feat: more accurate `render`/`mount`/`hydrate` options ([#12111](https://github.com/sveltejs/svelte/pull/12111))
8+
9+
- fix: better binding interop between runes/non-runes components ([#12123](https://github.com/sveltejs/svelte/pull/12123))
10+
311
## 5.0.0-next.162
412

513
### Patch Changes

packages/svelte/package.json

+1-1
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.162",
5+
"version": "5.0.0-next.163",
66
"type": "module",
77
"types": "./types/index.d.ts",
88
"engines": {

packages/svelte/src/version.js

+1-1
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.162';
9+
export const VERSION = '5.0.0-next.163';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)