Skip to content

Commit b2214d1

Browse files
Version Packages (next) (#12920)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0812b10 commit b2214d1

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
@@ -192,6 +192,7 @@
192192
"few-mugs-fail",
193193
"few-teachers-know",
194194
"few-zoos-own",
195+
"fifty-actors-agree",
195196
"fifty-masks-give",
196197
"fifty-rice-wait",
197198
"fifty-steaks-float",
@@ -265,6 +266,7 @@
265266
"gorgeous-coats-jog",
266267
"gorgeous-hats-wonder",
267268
"gorgeous-monkeys-carry",
269+
"gorgeous-pans-sort",
268270
"gorgeous-singers-rest",
269271
"great-fans-unite",
270272
"great-icons-retire",
@@ -293,6 +295,7 @@
293295
"heavy-ducks-leave",
294296
"heavy-ears-rule",
295297
"heavy-feet-attend",
298+
"heavy-houses-pay",
296299
"hip-balloons-begin",
297300
"hip-garlics-tap",
298301
"hip-goats-smoke",
@@ -594,6 +597,7 @@
594597
"shiny-starfishes-cross",
595598
"short-buses-camp",
596599
"short-countries-rush",
600+
"short-starfishes-beg",
597601
"shy-fishes-drive",
598602
"shy-scissors-smile",
599603
"silent-apes-report",

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.227
4+
5+
### Patch Changes
6+
7+
- breaking: disallow `Object.defineProperty` on state proxies with non-basic descriptors ([#12916](https://github.com/sveltejs/svelte/pull/12916))
8+
9+
- breaking: allow frozen objects to be proxied ([#12916](https://github.com/sveltejs/svelte/pull/12916))
10+
11+
- breaking: avoid mutations to underlying proxied object with $state ([#12916](https://github.com/sveltejs/svelte/pull/12916))
12+
13+
- breaking: remove $state.is rune ([#12916](https://github.com/sveltejs/svelte/pull/12916))
14+
315
## 5.0.0-next.226
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.226",
5+
"version": "5.0.0-next.227",
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.226';
9+
export const VERSION = '5.0.0-next.227';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)