Skip to content

Commit f7e6f98

Browse files
Version Packages (next)
1 parent 72ff536 commit f7e6f98

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
@@ -84,6 +84,7 @@
8484
"giant-roses-press",
8585
"good-cars-visit",
8686
"good-pianos-jump",
87+
"gorgeous-singers-rest",
8788
"great-fans-unite",
8889
"great-icons-retire",
8990
"green-eggs-approve",
@@ -216,9 +217,11 @@
216217
"spicy-jeans-deliver",
217218
"spicy-plums-admire",
218219
"spotty-pens-agree",
220+
"spotty-rocks-destroy",
219221
"spotty-spiders-compare",
220222
"stale-books-perform",
221223
"stale-comics-look",
224+
"stale-jeans-refuse",
222225
"strange-apricots-happen",
223226
"strong-gifts-smoke",
224227
"strong-lemons-provide",

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.56
4+
5+
### Patch Changes
6+
7+
- feat: add hydrate method, make hydration treeshakeable ([#10497](https://github.com/sveltejs/svelte/pull/10497))
8+
9+
- fix: makes keyed each blocks consistent between dev and prod ([#10500](https://github.com/sveltejs/svelte/pull/10500))
10+
11+
- fix: subscribe to stores in `transition`,`animation`,`use` directives ([#10481](https://github.com/sveltejs/svelte/pull/10481))
12+
313
## 5.0.0-next.55
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.55",
5+
"version": "5.0.0-next.56",
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.55';
9+
export const VERSION = '5.0.0-next.56';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)