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] 6 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", "angry-wasps-help",
"beige-cobras-smoke", "beige-cobras-smoke",
"beige-flies-wash", "beige-flies-wash",
"beige-gifts-appear",
"beige-mirrors-listen", "beige-mirrors-listen",
"beige-rabbits-shave", "beige-rabbits-shave",
"beige-seas-share", "beige-seas-share",

@ -1,5 +1,11 @@
# svelte # 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 ## 5.0.0-next.170
### 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.170", "version": "5.0.0-next.171",
"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.170'; export const VERSION = '5.0.0-next.171';
export const PUBLIC_VERSION = '5'; export const PUBLIC_VERSION = '5';

Loading…
Cancel
Save