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",
"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