Version Packages

pull/14501/head
github-actions[bot] 2 years ago
parent a283083751
commit f4af1fcf88

@ -1,5 +0,0 @@
---
'svelte': minor
---
feat: support `#each` without `as`

@ -1,5 +1,11 @@
# svelte
## 5.4.0
### Minor Changes
- feat: support `#each` without `as` ([#14396](https://github.com/sveltejs/svelte/pull/14396))
## 5.3.2
### Patch Changes

@ -2,7 +2,7 @@
"name": "svelte",
"description": "Cybernetically enhanced web apps",
"license": "MIT",
"version": "5.3.2",
"version": "5.4.0",
"type": "module",
"types": "./types/index.d.ts",
"engines": {

@ -6,5 +6,5 @@
* https://svelte.dev/docs/svelte-compiler#svelte-version
* @type {string}
*/
export const VERSION = '5.3.2';
export const VERSION = '5.4.0';
export const PUBLIC_VERSION = '5';

Loading…
Cancel
Save