Skip to content

Commit c4473df

Browse files
Version Packages (next) (#10670)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f94eedc commit c4473df

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"cool-roses-trade",
4848
"cuddly-pianos-drop",
4949
"curly-lizards-dream",
50+
"curvy-buses-laugh",
5051
"curvy-cups-cough",
5152
"curvy-ties-shout",
5253
"cyan-flowers-destroy",
@@ -191,6 +192,7 @@
191192
"polite-ravens-study",
192193
"poor-eggs-enjoy",
193194
"poor-seahorses-flash",
195+
"popular-ligers-perform",
194196
"popular-mangos-rest",
195197
"pretty-ties-help",
196198
"purple-dragons-peel",
@@ -311,6 +313,7 @@
311313
"two-dragons-yell",
312314
"two-falcons-buy",
313315
"unlucky-boxes-obey",
316+
"unlucky-steaks-warn",
314317
"unlucky-trees-lick",
315318
"violet-pigs-jam",
316319
"weak-terms-destroy",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.70
4+
5+
### Patch Changes
6+
7+
- fix: better ownership mutation validation ([#10673](https://github.com/sveltejs/svelte/pull/10673))
8+
9+
- fix: handle TypeScript's optional parameter syntax in snippets ([#10671](https://github.com/sveltejs/svelte/pull/10671))
10+
11+
- fix: deduplicate generated props and action arg names ([#10669](https://github.com/sveltejs/svelte/pull/10669))
12+
313
## 5.0.0-next.69
414

515
### 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.69",
5+
"version": "5.0.0-next.70",
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.69';
9+
export const VERSION = '5.0.0-next.70';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)