Skip to content

Commit e520c8b

Browse files
committed
chore: fix release content metadata
1 parent 9d17aa6 commit e520c8b

25 files changed

+27
-27
lines changed

release-content/migration-guides/LightVisibilityClass_rename.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: `LightVisibilityClass` renamed to `ClusterVisibilityClass`
2+
title: "`LightVisibilityClass` renamed to `ClusterVisibilityClass`"
33
pull_requests: [19986]
44
---
55

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: `ScrollPosition` now uses logical pixel units and is no longer overwritten during layout updates
2+
title: "`ScrollPosition` now uses logical pixel units and is no longer overwritten during layout updates"
33
pull_requests: [20093]
44
---
55
`ScrollPosition` is no longer overwritten during layout updates. Instead the computed scroll position is stored in the new `scroll_position` field on `ComputedNode`.

release-content/migration-guides/anchor_is_removed_from_sprite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: `Anchor` is now a required component on `Sprite`
2+
title: "`Anchor` is now a required component on `Sprite`"
33
pull_requests: [18393]
44
---
55

release-content/migration-guides/animation_graph_no_more_asset_ids.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: `AnimationGraph` no longer supports raw AssetIds.
2+
title: "`AnimationGraph` no longer supports raw AssetIds"
33
pull_requests: []
44
---
55

release-content/migration-guides/bevy_render_reorganization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: `bevy_render` reorganization
2+
title: "`bevy_render` reorganization"
33
pull_requests: [19997, 19991, 20000, 19949, 19943, 19953]
44
---
55

release-content/migration-guides/bevy_ui_render_crate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: `bevy_ui_render` crate
2+
title: "`bevy_ui_render` crate"
33
pull_requests: [18703]
44
---
55

release-content/migration-guides/border_color_all_takes_impl_into_color.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: `BorderColor::all` now accepts any `impl Into<Color>` type
2+
title: "`BorderColor::all` now accepts any `impl Into<Color>` type"
33
pull_requests: [20311]
44
---
55

release-content/migration-guides/check_change_ticks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: `CheckChangeTicks` parameter in `System::check_change_tick`
2+
title: "`CheckChangeTicks` parameter in `System::check_change_tick`"
33
pull_requests: [19274, 19600]
44
---
55

release-content/migration-guides/component_entry.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: `Entry` enum is now `ComponentEntry`
3-
pull_requests: [TODO]
2+
title: "`Entry` enum is now `ComponentEntry`"
3+
pull_requests: [19517]
44
---
55

66
The `Entry` enum in `bevy::ecs::world` has been renamed to `ComponentEntry`, to avoid name clashes with `hash_map`, `hash_table` and `hash_set` `Entry` types.

release-content/migration-guides/extract_fn_is_mut.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: `take_extract` now returns `dyn FnMut` instead of `dyn Fn`.
2+
title: "`take_extract` now returns `dyn FnMut` instead of `dyn Fn`"
33
pull_requests: [19926]
44
---
55

0 commit comments

Comments
 (0)