Skip to content

Commit

Permalink
Version Packages (next) (#10670)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Mar 2, 2024
1 parent f94eedc commit c4473df
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"cool-roses-trade",
"cuddly-pianos-drop",
"curly-lizards-dream",
"curvy-buses-laugh",
"curvy-cups-cough",
"curvy-ties-shout",
"cyan-flowers-destroy",
Expand Down Expand Up @@ -191,6 +192,7 @@
"polite-ravens-study",
"poor-eggs-enjoy",
"poor-seahorses-flash",
"popular-ligers-perform",
"popular-mangos-rest",
"pretty-ties-help",
"purple-dragons-peel",
Expand Down Expand Up @@ -311,6 +313,7 @@
"two-dragons-yell",
"two-falcons-buy",
"unlucky-boxes-obey",
"unlucky-steaks-warn",
"unlucky-trees-lick",
"violet-pigs-jam",
"weak-terms-destroy",
Expand Down
10 changes: 10 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# svelte

## 5.0.0-next.70

### Patch Changes

- fix: better ownership mutation validation ([#10673](https://github.com/sveltejs/svelte/pull/10673))

- fix: handle TypeScript's optional parameter syntax in snippets ([#10671](https://github.com/sveltejs/svelte/pull/10671))

- fix: deduplicate generated props and action arg names ([#10669](https://github.com/sveltejs/svelte/pull/10669))

## 5.0.0-next.69

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "svelte",
"description": "Cybernetically enhanced web apps",
"license": "MIT",
"version": "5.0.0-next.69",
"version": "5.0.0-next.70",
"type": "module",
"types": "./types/index.d.ts",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/src/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
* https://svelte.dev/docs/svelte-compiler#svelte-version
* @type {string}
*/
export const VERSION = '5.0.0-next.69';
export const VERSION = '5.0.0-next.70';
export const PUBLIC_VERSION = '5';

0 comments on commit c4473df

Please sign in to comment.