Skip to content

Commit 6b500c9

Browse files
Version Packages (next)
1 parent a201480 commit 6b500c9

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
@@ -216,9 +216,11 @@
216216
"spicy-jeans-deliver",
217217
"spicy-plums-admire",
218218
"spotty-pens-agree",
219+
"spotty-rocks-destroy",
219220
"spotty-spiders-compare",
220221
"stale-books-perform",
221222
"stale-comics-look",
223+
"stale-jeans-refuse",
222224
"strange-apricots-happen",
223225
"strong-gifts-smoke",
224226
"strong-lemons-provide",

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.56
4+
5+
### Patch Changes
6+
7+
- fix: makes keyed each blocks consistent between dev and prod ([#10500](https://github.com/sveltejs/svelte/pull/10500))
8+
9+
- fix: subscribe to stores in `transition`,`animation`,`use` directives ([#10481](https://github.com/sveltejs/svelte/pull/10481))
10+
311
## 5.0.0-next.55
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.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)