Skip to content

Commit bb81706

Browse files
Version Packages (next)
1 parent 9c44fd7 commit bb81706

File tree

4 files changed

+23
-2
lines changed

4 files changed

+23
-2
lines changed

.changeset/pre.json

Lines changed: 5 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,19 +48,23 @@
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",
5355
"rich-sheep-burn",
5456
"rotten-buckets-develop",
5557
"serious-zebras-scream",
5658
"seven-deers-jam",
59+
"seven-ravens-check",
5760
"sharp-gorillas-impress",
5861
"shiny-baboons-play",
5962
"shiny-shrimps-march",
63+
"slimy-clouds-talk",
6064
"small-papayas-laugh",
6165
"soft-geese-learn",
6266
"sour-rules-march",
67+
"stale-comics-look",
6368
"strong-lemons-provide",
6469
"tall-shrimps-worry",
6570
"ten-worms-reflect",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.14
4+
5+
### Minor Changes
6+
7+
- feat: support type definition in {@const} ([#9609](https://github.com/sveltejs/svelte/pull/9609))
8+
9+
### Patch Changes
10+
11+
- fix: prevent reactive snippet from reinitializing unnecessarily ([#9665](https://github.com/sveltejs/svelte/pull/9665))
12+
13+
- fix: take event attributes into account when checking a11y ([#9664](https://github.com/sveltejs/svelte/pull/9664))
14+
15+
- feat: ignore href attributes when hydrating ([#9662](https://github.com/sveltejs/svelte/pull/9662))
16+
17+
- chore: bump esrap ([#9649](https://github.com/sveltejs/svelte/pull/9649))
18+
319
## 5.0.0-next.13
420

521
### 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)