pull/7849/head v3.50.1
Conduitry 2 years ago
parent 07d6d179ab
commit 24aff3032d

@ -1,8 +1,9 @@
# Svelte changelog
## Unreleased
## 3.50.1
* Add all global objects / functions ([#3805](https://github.com/sveltejs/svelte/issues/3805), [#7223](https://github.com/sveltejs/svelte/issues/7223))
* Add all global objects and functions as known globals ([#3805](https://github.com/sveltejs/svelte/issues/3805), [#7223](https://github.com/sveltejs/svelte/issues/7223))
* Fix regression with style manager ([#7828](https://github.com/sveltejs/svelte/issues/7828))
## 3.50.0

2
package-lock.json generated

@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "3.50.0",
"version": "3.50.1",
"lockfileVersion": 2,
"requires": true,
"packages": {

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

Loading…
Cancel
Save