Skip to content

Commit 825b11d

Browse files
Version Packages (next)
1 parent ede5dab commit 825b11d

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

.changeset/pre.json

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
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",
@@ -83,6 +84,7 @@
8384
"sour-rules-march",
8485
"stale-comics-look",
8586
"strong-lemons-provide",
87+
"sweet-mangos-beg",
8688
"swift-ravens-hunt",
8789
"tall-shrimps-worry",
8890
"tall-tigers-wait",

packages/svelte/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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: handle css nth-selector syntax ([#9754](https://github.com/sveltejs/svelte/pull/9754))
10+
311
## 5.0.0-next.18
412

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