Skip to content

Commit aebc0cb

Browse files
Version Packages (next)
1 parent 219ba6a commit aebc0cb

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
@@ -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",

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.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+
311
## 5.0.0-next.200
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.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)