Skip to content

Commit 48869ee

Browse files
Version Packages (next)
1 parent f1954d0 commit 48869ee

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

.changeset/pre.json

+5
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"chilly-dolphins-lick",
1818
"clean-eels-beg",
1919
"cold-birds-own",
20+
"cool-ants-leave",
2021
"cuddly-pianos-drop",
2122
"curly-lizards-dream",
2223
"dirty-garlics-design",
@@ -41,12 +42,14 @@
4142
"honest-icons-change",
4243
"hungry-dots-fry",
4344
"hungry-tips-unite",
45+
"itchy-beans-melt",
4446
"itchy-lions-wash",
4547
"khaki-mails-draw",
4648
"khaki-moose-arrive",
4749
"kind-deers-lay",
4850
"kind-eagles-join",
4951
"large-clouds-carry",
52+
"lazy-masks-sit",
5053
"lazy-spiders-think",
5154
"lemon-geese-drum",
5255
"light-pens-watch",
@@ -81,8 +84,10 @@
8184
"soft-geese-learn",
8285
"sour-forks-stare",
8386
"sour-rules-march",
87+
"spicy-plums-admire",
8488
"stale-comics-look",
8589
"strong-lemons-provide",
90+
"sweet-mangos-beg",
8691
"swift-ravens-hunt",
8792
"tall-shrimps-worry",
8893
"tall-tigers-wait",

packages/svelte/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# svelte
22

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

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