Skip to content

Commit 1bc38a2

Browse files
Version Packages (next)
1 parent 86bbc83 commit 1bc38a2

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
@@ -13,6 +13,7 @@
1313
"angry-books-jam",
1414
"beige-flies-wash",
1515
"beige-rabbits-shave",
16+
"big-cars-serve",
1617
"brave-walls-destroy",
1718
"breezy-carrots-flash",
1819
"bright-peas-juggle",
@@ -53,6 +54,7 @@
5354
"five-tigers-search",
5455
"flat-melons-protect",
5556
"forty-comics-invent",
57+
"forty-peaches-unite",
5658
"four-flies-hammer",
5759
"fresh-weeks-trade",
5860
"friendly-lies-camp",

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.36
4+
5+
### Patch Changes
6+
7+
- fix: transform textarea and contenteditable binding expressions ([#10187](https://github.com/sveltejs/svelte/pull/10187))
8+
9+
- fix: ensure unstate() only deeply applies to plain objects and arrays ([#10191](https://github.com/sveltejs/svelte/pull/10191))
10+
311
## 5.0.0-next.35
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.35",
5+
"version": "5.0.0-next.36",
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.35';
9+
export const VERSION = '5.0.0-next.36';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)