Skip to content

Commit

Permalink
Version Packages (next) (#10005)
Browse files Browse the repository at this point in the history
* Version Packages (next)

* Apply suggestions from code review

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Rich Harris <richard.a.harris@gmail.com>
  • Loading branch information
3 people committed Dec 27, 2023
1 parent 69f2840 commit 6307a33
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"beige-flies-wash",
"beige-rabbits-shave",
"brave-walls-destroy",
"bright-peas-juggle",
"brown-spoons-boil",
"chatty-cups-drop",
"chatty-taxis-juggle",
Expand All @@ -26,6 +27,7 @@
"curly-lizards-dream",
"dirty-garlics-design",
"dirty-tips-add",
"dry-clocks-grow",
"dull-mangos-wave",
"early-ads-tie",
"eight-steaks-shout",
Expand Down Expand Up @@ -56,6 +58,7 @@
"hungry-dots-fry",
"hungry-tips-unite",
"itchy-beans-melt",
"itchy-kings-deliver",
"itchy-lions-wash",
"khaki-mails-draw",
"khaki-moose-arrive",
Expand All @@ -69,6 +72,7 @@
"lazy-spiders-think",
"lemon-geese-drum",
"light-pens-watch",
"long-buckets-lay",
"long-crews-return",
"lovely-carpets-lick",
"lovely-items-turn",
Expand Down Expand Up @@ -111,6 +115,7 @@
"slow-chefs-dream",
"small-papayas-laugh",
"smart-parents-swim",
"smart-zebras-pay",
"soft-clocks-remember",
"soft-geese-learn",
"sour-forks-stare",
Expand Down
14 changes: 14 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# svelte

## 5.0.0-next.27

### Patch Changes

- fix: evaluate transition parameters when the transition runs ([#9836](https://github.com/sveltejs/svelte/pull/9836))

- feat: add `$state.frozen` rune ([#9851](https://github.com/sveltejs/svelte/pull/9851))

- fix: correctly transform prop fallback values that use other props ([#9985](https://github.com/sveltejs/svelte/pull/9985))

- fix: escape template literal characters in text sequences ([#9973](https://github.com/sveltejs/svelte/pull/9973))

- fix: inject comment in place of `<noscript>` in client output ([#9953](https://github.com/sveltejs/svelte/pull/9953))

## 5.0.0-next.26

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

1 comment on commit 6307a33

@vercel
Copy link

@vercel vercel bot commented on 6307a33 Dec 27, 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-svelte.vercel.app
svelte-octane.vercel.app
svelte-5-preview-git-main-svelte.vercel.app
svelte-5-preview.vercel.app

Please sign in to comment.