Version Packages (next)

github-actions[bot] 2 days ago
parent 434e1adda6
commit afb22e70eb

@ -658,6 +658,7 @@
"wise-ties-clap",
"witty-bikes-shave",
"witty-camels-warn",
"witty-hornets-think",
"witty-readers-provide",
"witty-steaks-dream",
"witty-tomatoes-care",

@ -1,5 +1,11 @@
# svelte
## 5.0.0-next.168
### Patch Changes
- fix: deconflict multiple snippets of the same name ([#12221](https://github.com/sveltejs/svelte/pull/12221))
## 5.0.0-next.167
### Patch Changes

@ -2,7 +2,7 @@
"name": "svelte",
"description": "Cybernetically enhanced web apps",
"license": "MIT",
"version": "5.0.0-next.167",
"version": "5.0.0-next.168",
"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.0.0-next.167';
export const VERSION = '5.0.0-next.168';
export const PUBLIC_VERSION = '5';

Loading…
Cancel
Save