mirror of
https://github.com/sveltejs/svelte.git
synced 2024-12-01 01:11:24 +01:00
-> v1.60.1
This commit is contained in:
parent
6266d6fba4
commit
4661fbbb5e
@ -1,5 +1,9 @@
|
||||
# Svelte changelog
|
||||
|
||||
## 1.60.1
|
||||
|
||||
* Fix spread updates on dynamic components ([#1307](https://github.com/sveltejs/svelte/issues/1307))
|
||||
|
||||
## 1.60.0
|
||||
|
||||
* Spread properties ([#195](https://github.com/sveltejs/svelte/issues/195))
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "svelte",
|
||||
"version": "1.60.0",
|
||||
"version": "1.60.1",
|
||||
"description": "The magical disappearing UI framework",
|
||||
"main": "compiler/svelte.js",
|
||||
"files": [
|
||||
|
Loading…
Reference in New Issue
Block a user