Skip to content

Commit 532afcd

Browse files
Version Packages (next)
1 parent 25abca7 commit 532afcd

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

.changeset/pre.json

+4
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,14 @@
4141
"honest-icons-change",
4242
"hungry-dots-fry",
4343
"hungry-tips-unite",
44+
"itchy-beans-melt",
4445
"itchy-lions-wash",
4546
"khaki-mails-draw",
4647
"khaki-moose-arrive",
4748
"kind-deers-lay",
4849
"kind-eagles-join",
4950
"large-clouds-carry",
51+
"lazy-masks-sit",
5052
"lazy-spiders-think",
5153
"lemon-geese-drum",
5254
"light-pens-watch",
@@ -81,8 +83,10 @@
8183
"soft-geese-learn",
8284
"sour-forks-stare",
8385
"sour-rules-march",
86+
"spicy-plums-admire",
8487
"stale-comics-look",
8588
"strong-lemons-provide",
89+
"sweet-mangos-beg",
8690
"swift-ravens-hunt",
8791
"tall-shrimps-worry",
8892
"tall-tigers-wait",

packages/svelte/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# svelte
22

3+
## 5.0.0-next.19
4+
5+
### Patch Changes
6+
7+
- chore: fix compiler errors test suite ([#9754](https://github.com/sveltejs/svelte/pull/9754))
8+
9+
- fix: ensure transitions properly cancel on completion ([#9778](https://github.com/sveltejs/svelte/pull/9778))
10+
11+
- fix: apply event attribute validation to elements only ([#9772](https://github.com/sveltejs/svelte/pull/9772))
12+
13+
- fix: handle css nth-selector syntax ([#9754](https://github.com/sveltejs/svelte/pull/9754))
14+
315
## 5.0.0-next.18
416

517
### Patch Changes

packages/svelte/package.json

+1-1
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.18",
5+
"version": "5.0.0-next.19",
66
"type": "module",
77
"types": "./types/index.d.ts",
88
"engines": {

packages/svelte/src/version.js

+1-1
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.18';
9+
export const VERSION = '5.0.0-next.19';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)