Skip to content

Commit fba6b56

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

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

.changeset/pre.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@
227227
"kind-dots-sort",
228228
"kind-eagles-join",
229229
"kind-rings-flash",
230+
"kind-snakes-drive",
230231
"kind-spoons-return",
231232
"large-clouds-carry",
232233
"large-turkeys-deny",
@@ -318,6 +319,7 @@
318319
"pink-bikes-agree",
319320
"pink-goats-promise",
320321
"pink-mayflies-tie",
322+
"plenty-elephants-fry",
321323
"plenty-starfishes-dress",
322324
"plenty-zoos-fix",
323325
"polite-dolphins-care",
@@ -338,7 +340,9 @@
338340
"purple-dragons-peel",
339341
"quiet-apricots-dream",
340342
"quiet-berries-end",
343+
"quiet-berries-explode",
341344
"quiet-camels-mate",
345+
"quiet-cobras-smile",
342346
"quiet-crabs-nail",
343347
"quiet-timers-speak",
344348
"rare-mirrors-act",
@@ -503,6 +507,7 @@
503507
"tiny-meals-deliver",
504508
"tiny-moose-kiss",
505509
"tough-radios-punch",
510+
"twelve-beans-drive",
506511
"twelve-dragons-join",
507512
"twelve-onions-juggle",
508513
"twelve-worms-jog",

packages/svelte/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# svelte
22

3+
## 5.0.0-next.137
4+
5+
### Patch Changes
6+
7+
- fix: migrate derivations without semicolons ([#11704](https://github.com/sveltejs/svelte/pull/11704))
8+
9+
- fix: check for invalid bindings on window and document ([#11676](https://github.com/sveltejs/svelte/pull/11676))
10+
11+
- fix: more efficient spread attributes in SSR output ([#11660](https://github.com/sveltejs/svelte/pull/11660))
12+
13+
- fix: inline pointer events now correctly work in Chrome ([#11695](https://github.com/sveltejs/svelte/pull/11695))
14+
15+
- fix: don't require warning codes to be separated by commas in non-runes mode ([#11669](https://github.com/sveltejs/svelte/pull/11669))
16+
317
## 5.0.0-next.136
418

519
### 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.136",
5+
"version": "5.0.0-next.137",
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.136';
9+
export const VERSION = '5.0.0-next.137';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)