Version Packages (next)

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

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

@ -1,5 +1,11 @@
# svelte # 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 ## 5.0.0-next.155
### Patch Changes ### Patch Changes

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

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

Loading…
Cancel
Save