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 Jun 6, 2024
1 parent 9f823b9 commit 9e03f4b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
"cold-beans-tease",
"cold-birds-own",
"cold-cheetahs-judge",
"cold-lamps-accept",
"cold-masks-learn",
"cool-actors-tan",
"cool-ants-leave",
Expand Down Expand Up @@ -511,6 +512,7 @@
"tall-tigers-wait",
"tame-cycles-kneel",
"tame-dots-battle",
"tame-goats-bow",
"tame-spies-drum",
"tasty-cheetahs-appear",
"tasty-numbers-perform",
Expand Down
8 changes: 8 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# svelte

## 5.0.0-next.151

### Patch Changes

- fix: sort `{@const ...}` tags topologically in legacy mode ([#11908](https://github.com/sveltejs/svelte/pull/11908))

- fix: relax slot prop validation on components ([#11923](https://github.com/sveltejs/svelte/pull/11923))

## 5.0.0-next.150

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

0 comments on commit 9e03f4b

Please sign in to comment.