Skip to content

Commit 4019f4b

Browse files
Version Packages (next)
1 parent bd8f7db commit 4019f4b

File tree

4 files changed

+33
-2
lines changed

4 files changed

+33
-2
lines changed

.changeset/pre.json

+9
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,15 @@
1010
},
1111
"changesets": [
1212
"afraid-moose-matter",
13+
"beige-flies-wash",
1314
"brave-walls-destroy",
1415
"brown-spoons-boil",
1516
"chatty-taxis-juggle",
1617
"chilled-pumas-invite",
1718
"chilly-dolphins-lick",
1819
"clean-eels-beg",
1920
"cold-birds-own",
21+
"cool-ants-leave",
2022
"cuddly-pianos-drop",
2123
"curly-lizards-dream",
2224
"dirty-garlics-design",
@@ -41,12 +43,14 @@
4143
"honest-icons-change",
4244
"hungry-dots-fry",
4345
"hungry-tips-unite",
46+
"itchy-beans-melt",
4447
"itchy-lions-wash",
4548
"khaki-mails-draw",
4649
"khaki-moose-arrive",
4750
"kind-deers-lay",
4851
"kind-eagles-join",
4952
"large-clouds-carry",
53+
"lazy-masks-sit",
5054
"lazy-spiders-think",
5155
"lemon-geese-drum",
5256
"light-pens-watch",
@@ -61,7 +65,9 @@
6165
"odd-needles-joke",
6266
"odd-schools-wait",
6367
"odd-shoes-cheat",
68+
"old-flies-jog",
6469
"polite-pumpkins-guess",
70+
"polite-ravens-study",
6571
"poor-eggs-enjoy",
6672
"popular-mangos-rest",
6773
"quiet-camels-mate",
@@ -81,9 +87,12 @@
8187
"soft-geese-learn",
8288
"sour-forks-stare",
8389
"sour-rules-march",
90+
"spicy-plums-admire",
8491
"stale-comics-look",
8592
"strong-lemons-provide",
93+
"sweet-mangos-beg",
8694
"swift-ravens-hunt",
95+
"swift-seahorses-deliver",
8796
"tall-shrimps-worry",
8897
"tall-tigers-wait",
8998
"ten-worms-reflect",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.19
4+
5+
### Patch Changes
6+
7+
- feat: add unstate utility function ([#9776](https://github.com/sveltejs/svelte/pull/9776))
8+
9+
- fix: ensure proxied array length is updated ([#9782](https://github.com/sveltejs/svelte/pull/9782))
10+
11+
- chore: fix compiler errors test suite ([#9754](https://github.com/sveltejs/svelte/pull/9754))
12+
13+
- fix: ensure transitions properly cancel on completion ([#9778](https://github.com/sveltejs/svelte/pull/9778))
14+
15+
- fix: ensure generated code does not use keywords as variable names ([#9790](https://github.com/sveltejs/svelte/pull/9790))
16+
17+
- feat: disallow fallback values with bindings in runes mode ([#9784](https://github.com/sveltejs/svelte/pull/9784))
18+
19+
- fix: apply event attribute validation to elements only ([#9772](https://github.com/sveltejs/svelte/pull/9772))
20+
21+
- fix: handle css nth-selector syntax ([#9754](https://github.com/sveltejs/svelte/pull/9754))
22+
23+
- feat: throw descriptive error for using runes globals outside of Svelte-compiled files ([#9773](https://github.com/sveltejs/svelte/pull/9773))
24+
325
## 5.0.0-next.18
426

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