Version Packages ()

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/13978/head svelte@5.16.0
github-actions[bot] 3 months ago committed by GitHub
parent 97f3aa9151
commit 7f8acb8a37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,5 +0,0 @@
---
'svelte': minor
---
feat: allow `class` attribute to be an object or array, using `clsx`

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: don't include keyframes in global scope in the keyframes to rename

@ -1,5 +1,15 @@
# svelte
## 5.16.0
### Minor Changes
- feat: allow `class` attribute to be an object or array, using `clsx` ([#14714](https://github.com/sveltejs/svelte/pull/14714))
### Patch Changes
- fix: don't include keyframes in global scope in the keyframes to rename ([#14822](https://github.com/sveltejs/svelte/pull/14822))
## 5.15.0
### Minor Changes

@ -2,7 +2,7 @@
"name": "svelte",
"description": "Cybernetically enhanced web apps",
"license": "MIT",
"version": "5.15.0",
"version": "5.16.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.15.0';
export const VERSION = '5.16.0';
export const PUBLIC_VERSION = '5';

Loading…
Cancel
Save