Skip to content

Commit

Permalink
Version Packages (next)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 27, 2023
1 parent bd34367 commit 16329f7
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 @@ -26,6 +26,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 +57,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 +71,7 @@
"lazy-spiders-think",
"lemon-geese-drum",
"light-pens-watch",
"long-buckets-lay",
"long-crews-return",
"lovely-carpets-lick",
"lovely-items-turn",
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.27

### Patch Changes

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

- Fix issue with assigning prop values as defaults of other props ([#9985](https://github.com/sveltejs/svelte/pull/9985))

- Fix interopability between backticks and templates ([#9973](https://github.com/sveltejs/svelte/pull/9973))

## 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';

0 comments on commit 16329f7

Please sign in to comment.