Version Packages (next)

pull/12051/head
github-actions[bot] 2 years ago
parent 59486beb29
commit 28903e8515

@ -34,6 +34,7 @@
"blue-waves-sneeze",
"brave-carrots-draw",
"brave-gorillas-end",
"brave-pigs-obey",
"brave-points-sleep",
"brave-shrimps-kiss",
"brave-walls-destroy",

@ -1,5 +1,11 @@
# svelte
## 5.0.0-next.156
### Patch Changes
- fix: increment derived versions when updating ([#12047](https://github.com/sveltejs/svelte/pull/12047))
## 5.0.0-next.155
### Patch Changes

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

Loading…
Cancel
Save