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 Mar 12, 2024
1 parent 84fa18a commit eeeac49
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 @@ -74,6 +74,7 @@
"empty-tools-share",
"fair-crabs-check",
"fair-pianos-talk",
"fair-spies-repeat",
"famous-falcons-melt",
"famous-knives-sneeze",
"famous-pants-pay",
Expand Down Expand Up @@ -260,6 +261,7 @@
"small-sheep-type",
"smart-parents-swim",
"smart-zebras-pay",
"smooth-rings-rush",
"soft-clocks-remember",
"soft-geese-learn",
"soft-months-grab",
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.76

### Patch Changes

- breaking: make `$props()` rune non-generic ([#10694](https://github.com/sveltejs/svelte/pull/10694))

- fix: improve internal render effect sequencing ([#10769](https://github.com/sveltejs/svelte/pull/10769))

## 5.0.0-next.75

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

0 comments on commit eeeac49

Please sign in to comment.