Skip to content

Commit 5817767

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

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
@@ -122,6 +122,7 @@
122122
"dry-eggs-retire",
123123
"dry-fans-march",
124124
"dry-ghosts-prove",
125+
"dry-hotels-matter",
125126
"dry-parrots-bathe",
126127
"dry-pillows-exist",
127128
"dull-coins-vanish",
@@ -530,6 +531,7 @@
530531
"shaggy-comics-jog",
531532
"sharp-gorillas-impress",
532533
"sharp-kids-happen",
534+
"sharp-spies-live",
533535
"sharp-tomatoes-learn",
534536
"shiny-baboons-play",
535537
"shiny-kangaroos-move",
@@ -682,6 +684,7 @@
682684
"thirty-wombats-relax",
683685
"three-buses-sleep",
684686
"three-camels-sell",
687+
"three-donkeys-jump",
685688
"three-foxes-relax",
686689
"three-icons-trade",
687690
"three-lions-visit",

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.201
4+
5+
### Patch Changes
6+
7+
- feat: remove $.unwrap calls from each block indexes ([#12640](https://github.com/sveltejs/svelte/pull/12640))
8+
9+
- fix: error on `bind:this` to each block parameter ([#12638](https://github.com/sveltejs/svelte/pull/12638))
10+
11+
- feat: remove `$.unwrap` calls from `bind:group` ([#12642](https://github.com/sveltejs/svelte/pull/12642))
12+
313
## 5.0.0-next.200
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.200",
5+
"version": "5.0.0-next.201",
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.200';
9+
export const VERSION = '5.0.0-next.201';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)