Skip to content

Commit

Permalink
Version Packages (next) (#12433)
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 14, 2024
1 parent 879d88f commit b27113d
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 @@ -252,6 +252,7 @@
"heavy-ears-rule",
"hip-balloons-begin",
"hip-garlics-tap",
"hip-months-breathe",
"hip-pumpkins-boil",
"honest-buses-add",
"honest-dragons-turn",
Expand Down Expand Up @@ -408,6 +409,7 @@
"orange-masks-exercise",
"orange-yaks-protect",
"orange-zoos-heal",
"perfect-actors-bake",
"pink-bikes-agree",
"pink-goats-promise",
"pink-mayflies-tie",
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.184

### Patch Changes

- fix: show correct errors for invalid runes in `.svelte.js` files ([#12432](https://github.com/sveltejs/svelte/pull/12432))

- breaking: use structuredClone inside `$state.snapshot` ([#12413](https://github.com/sveltejs/svelte/pull/12413))

## 5.0.0-next.183

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

0 comments on commit b27113d

Please sign in to comment.