Skip to content

Commit d85d5a0

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

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
@@ -172,6 +172,7 @@
172172
"little-pans-jog",
173173
"long-buckets-lay",
174174
"long-crews-return",
175+
"long-humans-repair",
175176
"long-lobsters-mate",
176177
"loud-cheetahs-flow",
177178
"loud-mugs-smile",
@@ -200,6 +201,7 @@
200201
"neat-files-rescue",
201202
"nervous-spoons-relax",
202203
"new-boats-wait",
204+
"new-brooms-grin",
203205
"new-rabbits-flow",
204206
"nice-avocados-move",
205207
"ninety-dingos-walk",

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.93
4+
5+
### Patch Changes
6+
7+
- breaking: prevent unparenthesized sequence expressions in attributes ([#11032](https://github.com/sveltejs/svelte/pull/11032))
8+
9+
- fix: ensure transition errors are not swallowed ([#11039](https://github.com/sveltejs/svelte/pull/11039))
10+
311
## 5.0.0-next.92
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.92",
5+
"version": "5.0.0-next.93",
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.92';
9+
export const VERSION = '5.0.0-next.93';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)