Version Packages (next) (#12051)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/12056/head
github-actions[bot] 1 year ago committed by GitHub
parent f1d8ed64fd
commit c3da6a491f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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