Skip to content

Commit 898fe30

Browse files
Version Packages (next) (#12387)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b2d106b commit 898fe30

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"afraid-kids-hide",
1515
"afraid-moose-matter",
1616
"afraid-worms-drum",
17+
"angry-birds-fly",
1718
"angry-books-jam",
1819
"angry-plums-punch",
1920
"angry-wasps-help",
@@ -236,6 +237,7 @@
236237
"happy-beds-scream",
237238
"happy-dogs-jump",
238239
"happy-lobsters-lick",
240+
"happy-moles-live",
239241
"happy-suits-film",
240242
"healthy-ants-film",
241243
"healthy-planes-vanish",
@@ -413,6 +415,7 @@
413415
"polite-peas-mate",
414416
"polite-pumpkins-guess",
415417
"polite-ravens-study",
418+
"polite-tomatoes-trade",
416419
"polite-ways-serve",
417420
"poor-eggs-enjoy",
418421
"poor-hats-design",

packages/svelte/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# svelte
22

3+
## 5.0.0-next.181
4+
5+
### Patch Changes
6+
7+
- fix: reflect SvelteURLSearchParams changes to SvelteURL ([#12285](https://github.com/sveltejs/svelte/pull/12285))
8+
9+
- fix: ensure hmr block effects are transparent for transitions ([#12384](https://github.com/sveltejs/svelte/pull/12384))
10+
11+
- feat: simpler HMR logic ([#12391](https://github.com/sveltejs/svelte/pull/12391))
12+
313
## 5.0.0-next.180
414

515
### Patch Changes

packages/svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "svelte",
33
"description": "Cybernetically enhanced web apps",
44
"license": "MIT",
5-
"version": "5.0.0-next.180",
5+
"version": "5.0.0-next.181",
66
"type": "module",
77
"types": "./types/index.d.ts",
88
"engines": {

packages/svelte/src/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
* https://svelte.dev/docs/svelte-compiler#svelte-version
77
* @type {string}
88
*/
9-
export const VERSION = '5.0.0-next.180';
9+
export const VERSION = '5.0.0-next.181';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)