Skip to content

Commit

Permalink
Version Packages (next) (#12667)
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 Jul 30, 2024
1 parent 71c373d commit 2d9bc25
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 @@ -365,6 +365,7 @@
"lovely-zebras-own",
"lucky-colts-remember",
"lucky-geckos-swim",
"lucky-panthers-chew",
"lucky-schools-hang",
"lucky-teachers-exist",
"lucky-toes-begin",
Expand Down Expand Up @@ -729,6 +730,8 @@
"violet-otters-carry",
"violet-pigs-jam",
"warm-cherries-shake",
"warm-cycles-call",
"warm-planets-cry",
"warm-waves-reply",
"weak-drinks-speak",
"weak-frogs-bow",
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.203

### Patch Changes

- chore: internal compiler refactoring ([#12651](https://github.com/sveltejs/svelte/pull/12651))

- fix: widen `ComponentProps` constraint to accept more component shapes ([#12666](https://github.com/sveltejs/svelte/pull/12666))

- feat: make `<svelte:component>` unnecessary in runes mode ([#12646](https://github.com/sveltejs/svelte/pull/12646))

## 5.0.0-next.202

### 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.202",
"version": "5.0.0-next.203",
"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.202';
export const VERSION = '5.0.0-next.203';
export const PUBLIC_VERSION = '5';

0 comments on commit 2d9bc25

Please sign in to comment.