Skip to content

Commit

Permalink
Version Packages (next) (#12408)
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 12, 2024
1 parent 51f12d2 commit 7ea418b
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 @@ -505,6 +505,7 @@
"short-buses-camp",
"short-countries-rush",
"shy-fishes-drive",
"shy-scissors-smile",
"silent-apes-report",
"silent-hats-stare",
"silent-rabbits-join",
Expand Down Expand Up @@ -655,6 +656,7 @@
"tough-buckets-thank",
"tough-radios-punch",
"tough-tomatoes-explain",
"tricky-avocados-play",
"tricky-ears-shout",
"tricky-laws-bathe",
"twelve-beans-drive",
Expand Down Expand Up @@ -683,6 +685,7 @@
"wet-games-fly",
"wet-pears-remain",
"wet-wombats-repeat",
"wicked-bikes-matter",
"wicked-clouds-exercise",
"wicked-doors-train",
"wicked-emus-drive",
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.183

### Patch Changes

- fix: properly validate snippet/slot interop ([#12421](https://github.com/sveltejs/svelte/pull/12421))

- fix: cache call expressions in render tag arguments ([#12418](https://github.com/sveltejs/svelte/pull/12418))

- fix: optimize `bind:group` ([#12406](https://github.com/sveltejs/svelte/pull/12406))

## 5.0.0-next.182

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

0 comments on commit 7ea418b

Please sign in to comment.