bump beta version

pull/7738/head
Rich Harris 7 years ago
parent 622080b2f3
commit 3cf5e5930d

@ -1,6 +1,6 @@
{ {
"name": "svelte", "name": "svelte",
"version": "3.0.0-beta.25", "version": "3.0.0-beta.26",
"description": "The magical disappearing UI framework", "description": "The magical disappearing UI framework",
"module": "index.mjs", "module": "index.mjs",
"main": "index", "main": "index",

@ -122,8 +122,8 @@ export function draw(node, {
} }
export function crossfade({ fallback, ...defaults }) { export function crossfade({ fallback, ...defaults }) {
let to_receive = new Map(); const to_receive = new Map();
let to_send = new Map(); const to_send = new Map();
function crossfade(from, node, params) { function crossfade(from, node, params) {
const { const {

Loading…
Cancel
Save