0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-29 00:22:05 +01:00

-> v3.25.1

This commit is contained in:
Conduitry 2020-09-15 09:31:37 -04:00
parent ccf0bcf469
commit 6601143255
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Svelte changelog
## Unreleased
## 3.25.1
* Fix specificity of certain styles involving a child selector ([#4795](https://github.com/sveltejs/svelte/issues/4795))
* Fix transitions that are parameterised with stores ([#5244](https://github.com/sveltejs/svelte/issues/5244))

2
package-lock.json generated
View File

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

View File

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