Skip to content

Commit d2b2a64

Browse files
Version Packages (next)
1 parent 9223032 commit d2b2a64

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
@@ -31,6 +31,7 @@
3131
"bright-snakes-sing",
3232
"brown-months-fry",
3333
"brown-spoons-boil",
34+
"calm-ravens-sneeze",
3435
"chatty-beans-divide",
3536
"chatty-cups-drop",
3637
"chatty-sloths-allow",
@@ -74,6 +75,7 @@
7475
"empty-tools-share",
7576
"fair-crabs-check",
7677
"fair-pianos-talk",
78+
"fair-spies-repeat",
7779
"famous-falcons-melt",
7880
"famous-knives-sneeze",
7981
"famous-pants-pay",
@@ -260,6 +262,7 @@
260262
"small-sheep-type",
261263
"smart-parents-swim",
262264
"smart-zebras-pay",
265+
"smooth-rings-rush",
263266
"soft-clocks-remember",
264267
"soft-geese-learn",
265268
"soft-months-grab",

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.76
4+
5+
### Patch Changes
6+
7+
- feat: add reactive Set class to svelte/reactivity ([#10781](https://github.com/sveltejs/svelte/pull/10781))
8+
9+
- breaking: make `$props()` rune non-generic ([#10694](https://github.com/sveltejs/svelte/pull/10694))
10+
11+
- fix: improve internal render effect sequencing ([#10769](https://github.com/sveltejs/svelte/pull/10769))
12+
313
## 5.0.0-next.75
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.75",
5+
"version": "5.0.0-next.76",
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.75';
9+
export const VERSION = '5.0.0-next.76';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)