mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-29 16:36:44 +01:00
-> v3.19.0
This commit is contained in:
parent
a7ffceefdd
commit
a972a47e14
@ -1,6 +1,6 @@
|
||||
# Svelte changelog
|
||||
|
||||
## Unreleased
|
||||
## 3.19.0
|
||||
|
||||
* Fix indirect bindings involving elements with spreads ([#3680](https://github.com/sveltejs/svelte/issues/3680))
|
||||
* `$capture_state`/`$inject_state` now act on the component's entire state, rather than its props ([#3822](https://github.com/sveltejs/svelte/pull/3822))
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "svelte",
|
||||
"version": "3.18.2",
|
||||
"version": "3.19.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "svelte",
|
||||
"version": "3.18.2",
|
||||
"version": "3.19.0",
|
||||
"description": "Cybernetically enhanced web apps",
|
||||
"module": "index.mjs",
|
||||
"main": "index",
|
||||
|
Loading…
Reference in New Issue
Block a user