0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00

-> v3.29.0

This commit is contained in:
Conduitry 2020-09-29 16:19:24 -04:00
parent 2d88dc460e
commit c24b313b1a
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Svelte changelog
## Unreleased
## 3.29.0
* Support `<slot slot="...">` ([#2079](https://github.com/sveltejs/svelte/issues/2079))
* Fix unmounting components with a bidirectional transition with a delay ([#4954](https://github.com/sveltejs/svelte/issues/4954))

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "3.28.0",
"version": "3.29.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "3.28.0",
"version": "3.29.0",
"description": "Cybernetically enhanced web apps",
"module": "index.mjs",
"main": "index",