Skip to content

Commit c0e91a7

Browse files
Version Packages (next) (#11433)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9c1a506 commit c0e91a7

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

.changeset/pre.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@
126126
"forty-dolls-wave",
127127
"forty-peaches-unite",
128128
"forty-suns-smile",
129+
"four-balloons-beam",
129130
"four-flies-hammer",
130131
"four-mice-hammer",
131132
"four-pugs-listen",
@@ -328,6 +329,7 @@
328329
"selfish-socks-smile",
329330
"selfish-spies-help",
330331
"selfish-tools-hide",
332+
"serious-bobcats-carry",
331333
"serious-crabs-punch",
332334
"serious-gorillas-eat",
333335
"serious-kids-deliver",
@@ -459,11 +461,13 @@
459461
"twelve-dragons-join",
460462
"twelve-onions-juggle",
461463
"twelve-worms-jog",
464+
"two-candles-move",
462465
"two-dragons-yell",
463466
"two-falcons-buy",
464467
"unlucky-boxes-obey",
465468
"unlucky-steaks-warn",
466469
"unlucky-trees-lick",
470+
"violet-mugs-behave",
467471
"violet-pigs-jam",
468472
"weak-drinks-speak",
469473
"weak-frogs-bow",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.122
4+
5+
### Patch Changes
6+
7+
- fix: mark function properties on runes as deprecated for better intellisense ([#11439](https://github.com/sveltejs/svelte/pull/11439))
8+
9+
- fix: only warn about non-reactive state in runes mode ([#11434](https://github.com/sveltejs/svelte/pull/11434))
10+
11+
- fix: prevent ownership validation from infering with component context ([#11438](https://github.com/sveltejs/svelte/pull/11438))
12+
13+
- fix: ensure $inspect untracks inspected object ([#11432](https://github.com/sveltejs/svelte/pull/11432))
14+
315
## 5.0.0-next.121
416

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

0 commit comments

Comments
 (0)