pull/4088/head v3.16.2
Rich Harris 5 years ago
parent 1f8472262f
commit ba3ab67233

@ -1,5 +1,9 @@
# Svelte changelog
## 3.16.2
* Handle slot updates when parent component has a bitmask overflow ([#4078](https://github.com/sveltejs/svelte/pull/4078))
## 3.16.1
* Fix unused export warning for props used as stores ([#4021](https://github.com/sveltejs/svelte/issues/4021))

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

Loading…
Cancel
Save