Skip to content

Commit 8ddcc4b

Browse files
Version Packages (next)
1 parent 075c268 commit 8ddcc4b

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
@@ -38,6 +38,7 @@
3838
"khaki-mails-draw",
3939
"kind-deers-lay",
4040
"lazy-spiders-think",
41+
"light-pens-watch",
4142
"long-crews-return",
4243
"lovely-items-turn",
4344
"lovely-rules-eat",
@@ -47,6 +48,7 @@
4748
"new-boats-wait",
4849
"odd-needles-joke",
4950
"odd-schools-wait",
51+
"polite-pumpkins-guess",
5052
"poor-eggs-enjoy",
5153
"popular-mangos-rest",
5254
"quiet-camels-mate",
@@ -60,6 +62,7 @@
6062
"small-papayas-laugh",
6163
"soft-geese-learn",
6264
"sour-rules-march",
65+
"stale-comics-look",
6366
"strong-lemons-provide",
6467
"tall-shrimps-worry",
6568
"ten-worms-reflect",

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.14
4+
5+
### Patch Changes
6+
7+
- fix: prevent reactive snippet from reinitializing unnecessarily ([#9665](https://github.com/sveltejs/svelte/pull/9665))
8+
9+
- fix: take event attributes into account when checking a11y ([#9664](https://github.com/sveltejs/svelte/pull/9664))
10+
11+
- chore: bump esrap ([#9649](https://github.com/sveltejs/svelte/pull/9649))
12+
313
## 5.0.0-next.13
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.13",
5+
"version": "5.0.0-next.14",
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.13';
9+
export const VERSION = '5.0.0-next.14';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)