Skip to content

Commit 67a73cb

Browse files
committed
bump beta version
1 parent d6d9a5e commit 67a73cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte",
3-
"version": "3.0.0-beta.25",
3+
"version": "3.0.0-beta.26",
44
"description": "The magical disappearing UI framework",
55
"module": "index.mjs",
66
"main": "index",

transition.mjs

+2-2
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ export function draw(node, {
122122
}
123123

124124
export function crossfade({ fallback, ...defaults }) {
125-
let to_receive = new Map();
126-
let to_send = new Map();
125+
const to_receive = new Map();
126+
const to_send = new Map();
127127

128128
function crossfade(from, node, params) {
129129
const {

0 commit comments

Comments
 (0)