Skip to content

Commit

Permalink
Version Packages (next) (#13293)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 17, 2024
1 parent e3c56fa commit dbc5793
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"blue-rules-juggle",
"blue-timers-film",
"blue-waves-sneeze",
"brave-candles-serve",
"brave-carrots-draw",
"brave-doors-compete",
"brave-gorillas-end",
Expand Down Expand Up @@ -135,6 +136,7 @@
"dirty-pens-look",
"dirty-pianos-eat",
"dirty-tips-add",
"dirty-worms-type",
"dry-clocks-grow",
"dry-eggs-play",
"dry-eggs-retire",
Expand Down Expand Up @@ -500,6 +502,7 @@
"odd-buckets-lie",
"odd-needles-joke",
"odd-schools-wait",
"odd-shirts-hear",
"odd-shoes-cheat",
"odd-taxis-retire",
"odd-toys-glow",
Expand Down
10 changes: 10 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# svelte

## 5.0.0-next.250

### Patch Changes

- fix: correctly migrate sequence expressions ([#13291](https://github.com/sveltejs/svelte/pull/13291))

- fix: avoid disconnecting deriveds that are still active ([#13292](https://github.com/sveltejs/svelte/pull/13292))

- feat: Add accessibility warnings for buttons and anchors without explicit labels and content ([#13130](https://github.com/sveltejs/svelte/pull/13130))

## 5.0.0-next.249

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "svelte",
"description": "Cybernetically enhanced web apps",
"license": "MIT",
"version": "5.0.0-next.249",
"version": "5.0.0-next.250",
"type": "module",
"types": "./types/index.d.ts",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/src/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
* https://svelte.dev/docs/svelte-compiler#svelte-version
* @type {string}
*/
export const VERSION = '5.0.0-next.249';
export const VERSION = '5.0.0-next.250';
export const PUBLIC_VERSION = '5';

0 comments on commit dbc5793

Please sign in to comment.