Skip to content

Commit 5f21d64

Browse files
Version Packages (next) (#11874)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 832f8de commit 5f21d64

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
@@ -124,6 +124,7 @@
124124
"empty-crabs-think",
125125
"empty-flowers-change",
126126
"empty-geckos-pretend",
127+
"empty-horses-tell",
127128
"empty-tools-share",
128129
"fair-bags-smoke",
129130
"fair-crabs-check",
@@ -276,6 +277,7 @@
276277
"lovely-houses-own",
277278
"lovely-items-turn",
278279
"lovely-rules-eat",
280+
"lovely-zebras-own",
279281
"lucky-colts-remember",
280282
"lucky-geckos-swim",
281283
"lucky-schools-hang",
@@ -416,6 +418,7 @@
416418
"shiny-mayflies-clean",
417419
"shiny-melons-love",
418420
"shiny-months-tease",
421+
"shiny-pillows-relax",
419422
"shiny-rats-heal",
420423
"shiny-shrimps-march",
421424
"short-buses-camp",
@@ -536,6 +539,7 @@
536539
"three-suits-grin",
537540
"tidy-buses-whisper",
538541
"tidy-chefs-taste",
542+
"tidy-fans-relax",
539543
"tidy-starfishes-allow",
540544
"tiny-kings-whisper",
541545
"tiny-meals-deliver",

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.149
4+
5+
### Patch Changes
6+
7+
- fix: keep default values of props a proxy after reassignment ([#11860](https://github.com/sveltejs/svelte/pull/11860))
8+
9+
- fix: address map reactivity regression ([#11882](https://github.com/sveltejs/svelte/pull/11882))
10+
11+
- fix: assign message to error object in `handle_error` using `Object.defineProperty` ([#11675](https://github.com/sveltejs/svelte/pull/11675))
12+
13+
- fix: ensure frozen objects in state are correctly skipped ([#11889](https://github.com/sveltejs/svelte/pull/11889))
14+
315
## 5.0.0-next.148
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.148",
5+
"version": "5.0.0-next.149",
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.148';
9+
export const VERSION = '5.0.0-next.149';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)