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

-> v3.29.5

This commit is contained in:
Conduitry 2020-11-09 11:20:06 -05:00
parent e2fa0e0fdb
commit b135055c5c
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Svelte changelog
## Unreleased
## 3.29.5
* Fix `$$props` and `$$restProps` when compiling to a custom element ([#5482](https://github.com/sveltejs/svelte/issues/5482))
* Include an export map in `package.json` ([#5556](https://github.com/sveltejs/svelte/issues/5556))

2
package-lock.json generated
View File

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

View File

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