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 Sep 11, 2024
1 parent 91299b3 commit 0a78d30
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"blue-timers-film",
"blue-waves-sneeze",
"brave-carrots-draw",
"brave-doors-compete",
"brave-gorillas-end",
"brave-gorillas-fold",
"brave-pigs-obey",
Expand Down Expand Up @@ -71,6 +72,7 @@
"chatty-cups-drop",
"chatty-ghosts-unite",
"chatty-sloths-allow",
"chatty-snails-train",
"chatty-taxis-juggle",
"chilled-ladybugs-invite",
"chilled-pumas-invite",
Expand Down Expand Up @@ -115,6 +117,7 @@
"curvy-buses-laugh",
"curvy-cups-cough",
"curvy-flies-exercise",
"curvy-foxes-wink",
"curvy-papayas-pretend",
"curvy-ties-shout",
"cyan-colts-raise",
Expand Down Expand Up @@ -206,8 +209,10 @@
"fifty-rice-wait",
"fifty-steaks-float",
"fifty-toys-invite",
"five-birds-check",
"five-maps-reflect",
"five-shirts-run",
"five-suns-roll",
"five-tigers-search",
"flat-feet-visit",
"flat-ghosts-fly",
Expand Down Expand Up @@ -251,6 +256,7 @@
"funny-wombats-argue",
"fuzzy-bags-camp",
"fuzzy-donuts-provide",
"fuzzy-tigers-swim",
"gentle-dolls-juggle",
"gentle-eagles-walk",
"gentle-needles-train",
Expand Down Expand Up @@ -429,6 +435,7 @@
"mean-jokes-exist",
"mean-numbers-cry",
"mean-parents-film",
"metal-cameras-jump",
"metal-clouds-raise",
"metal-lobsters-burn",
"metal-pans-trade",
Expand Down Expand Up @@ -585,6 +592,7 @@
"rich-tables-sing",
"rich-taxis-hear",
"rich-waves-mix",
"rotten-actors-rush",
"rotten-bags-type",
"rotten-buckets-develop",
"rotten-experts-relax",
Expand All @@ -596,6 +604,7 @@
"selfish-socks-smile",
"selfish-spies-help",
"selfish-tools-hide",
"selfish-trainers-kiss",
"serious-bobcats-carry",
"serious-crabs-punch",
"serious-goats-tap",
Expand Down Expand Up @@ -729,6 +738,7 @@
"strange-pears-perform",
"strange-pillows-greet",
"strange-roses-brake",
"strange-trains-destroy",
"strong-apricots-destroy",
"strong-gifts-smoke",
"strong-lemons-provide",
Expand Down Expand Up @@ -758,6 +768,7 @@
"tame-cycles-kneel",
"tame-dodos-float",
"tame-dots-battle",
"tame-frogs-shave",
"tame-goats-bow",
"tame-spies-drum",
"tasty-cheetahs-appear",
Expand Down
26 changes: 26 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# svelte

## 5.0.0-next.245

### Patch Changes

- fix: visit expression for `svelte:component` references ([#13151](https://github.com/sveltejs/svelte/pull/13151))

- fix: ensure signal graph is consistent before triggering $inspect signals ([#13153](https://github.com/sveltejs/svelte/pull/13153))

- feat: better types for the `autocomplete` attribute ([#13201](https://github.com/sveltejs/svelte/pull/13201))

- fix: widen ownership upon property access if necessary ([#13175](https://github.com/sveltejs/svelte/pull/13175))

- fix: don't show `state_referenced_locally` warning on types ([#13177](https://github.com/sveltejs/svelte/pull/13177))

- fix: ensure locally mutated bindable props persist with spreading props ([#13190](https://github.com/sveltejs/svelte/pull/13190))

- fix: ensure types are easier to follow for TypeScript ([#13140](https://github.com/sveltejs/svelte/pull/13140))

- fix: ensure unowned derived signals correctly re-connect to graph ([#13184](https://github.com/sveltejs/svelte/pull/13184))

- fix: ensure inner script tags are properly removed ([#13152](https://github.com/sveltejs/svelte/pull/13152))

- chore: improve ssr parent validation ([#13158](https://github.com/sveltejs/svelte/pull/13158))

- fix: prevent nullish snippet for rendering empty content ([#13083](https://github.com/sveltejs/svelte/pull/13083))

## 5.0.0-next.244

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

0 comments on commit 0a78d30

Please sign in to comment.