Skip to content

Commit dbc5793

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

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
@@ -37,6 +37,7 @@
3737
"blue-rules-juggle",
3838
"blue-timers-film",
3939
"blue-waves-sneeze",
40+
"brave-candles-serve",
4041
"brave-carrots-draw",
4142
"brave-doors-compete",
4243
"brave-gorillas-end",
@@ -135,6 +136,7 @@
135136
"dirty-pens-look",
136137
"dirty-pianos-eat",
137138
"dirty-tips-add",
139+
"dirty-worms-type",
138140
"dry-clocks-grow",
139141
"dry-eggs-play",
140142
"dry-eggs-retire",
@@ -500,6 +502,7 @@
500502
"odd-buckets-lie",
501503
"odd-needles-joke",
502504
"odd-schools-wait",
505+
"odd-shirts-hear",
503506
"odd-shoes-cheat",
504507
"odd-taxis-retire",
505508
"odd-toys-glow",

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.250
4+
5+
### Patch Changes
6+
7+
- fix: correctly migrate sequence expressions ([#13291](https://github.com/sveltejs/svelte/pull/13291))
8+
9+
- fix: avoid disconnecting deriveds that are still active ([#13292](https://github.com/sveltejs/svelte/pull/13292))
10+
11+
- feat: Add accessibility warnings for buttons and anchors without explicit labels and content ([#13130](https://github.com/sveltejs/svelte/pull/13130))
12+
313
## 5.0.0-next.249
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.249",
5+
"version": "5.0.0-next.250",
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.249';
9+
export const VERSION = '5.0.0-next.250';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)