mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-29 16:36:44 +01:00
-> v3.16.2
This commit is contained in:
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…
Reference in New Issue
Block a user