Skip to content

Commit

Permalink
Version Packages (next) (#9847)
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 Dec 7, 2023
1 parent 56d8c0f commit b90b146
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 @@ -17,6 +17,7 @@
"chilled-pumas-invite",
"chilly-dolphins-lick",
"clean-eels-beg",
"clever-rockets-burn",
"cold-birds-own",
"cool-ants-leave",
"cuddly-pianos-drop",
Expand All @@ -39,6 +40,7 @@
"friendly-lies-camp",
"funny-wombats-argue",
"gentle-sheep-hug",
"giant-roses-press",
"good-pianos-jump",
"great-icons-retire",
"green-eggs-approve",
Expand Down Expand Up @@ -72,6 +74,7 @@
"odd-schools-wait",
"odd-shoes-cheat",
"old-flies-jog",
"old-mails-sneeze",
"polite-dolphins-care",
"polite-pumpkins-guess",
"polite-ravens-study",
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.22

### Patch Changes

- fix: handle event hoisting props referencing ([#9846](https://github.com/sveltejs/svelte/pull/9846))

- fix: support dynamic transition functions ([#9844](https://github.com/sveltejs/svelte/pull/9844))

- fix: ensure action function returns object ([#9848](https://github.com/sveltejs/svelte/pull/9848))

## 5.0.0-next.21

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

1 comment on commit b90b146

@vercel
Copy link

@vercel vercel bot commented on b90b146 Dec 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

svelte-5-preview – ./sites/svelte-5-preview

svelte-5-preview.vercel.app
svelte-5-preview-git-main-svelte.vercel.app
svelte-octane.vercel.app
svelte-5-preview-svelte.vercel.app

Please sign in to comment.