Version Packages (next) (#12264)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/12267/head svelte@5.0.0-next.171
github-actions[bot] 3 months ago committed by GitHub
parent fbb7da7e35
commit ccacfc7955
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -19,6 +19,7 @@
"angry-wasps-help",
"beige-cobras-smoke",
"beige-flies-wash",
"beige-gifts-appear",
"beige-mirrors-listen",
"beige-rabbits-shave",
"beige-seas-share",

@ -1,5 +1,11 @@
# svelte
## 5.0.0-next.171
### Patch Changes
- feat: simpler effect DOM boundaries ([#12258](https://github.com/sveltejs/svelte/pull/12258))
## 5.0.0-next.170
### Patch Changes

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

Loading…
Cancel
Save