Skip to content

Commit 5781312

Browse files
Version Packages (next) (#10995)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7bd853b commit 5781312

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@
289289
"small-papayas-laugh",
290290
"small-sheep-type",
291291
"small-spiders-fail",
292+
"smart-cherries-leave",
292293
"smart-parents-swim",
293294
"smart-turkeys-tell",
294295
"smart-zebras-pay",
@@ -321,6 +322,7 @@
321322
"swift-donkeys-perform",
322323
"swift-fans-stare",
323324
"swift-feet-juggle",
325+
"swift-poets-carry",
324326
"swift-ravens-hunt",
325327
"swift-seahorses-deliver",
326328
"tall-books-grin",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.90
4+
5+
### Patch Changes
6+
7+
- fix: hydrate HTML with surrounding whitespace ([#10996](https://github.com/sveltejs/svelte/pull/10996))
8+
9+
- feat: faster HTML tags ([#10986](https://github.com/sveltejs/svelte/pull/10986))
10+
311
## 5.0.0-next.89
412

513
### 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.89",
5+
"version": "5.0.0-next.90",
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.89';
9+
export const VERSION = '5.0.0-next.90';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)