Skip to content

Commit ba27a3f

Browse files
Merge branch 'main' into add-compass-nav-components
2 parents 2b0d6fa + eed37dd commit ba27a3f

File tree

55 files changed

+162
-67
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+162
-67
lines changed

packages/react-charts/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [8.5.0-prerelease.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2025-11-14)
7+
8+
### Bug Fixes
9+
10+
- Moves items to new nav. ([#12013](https://github.com/patternfly/patternfly-react/issues/12013)) ([ddd0696](https://github.com/patternfly/patternfly-react/commit/ddd0696796134c7d0f9583ce56e26b0df47156cb))
11+
612
# [8.5.0-prerelease.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2025-11-12)
713

814
**Note:** Version bump only for package @patternfly/react-charts

packages/react-charts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-charts",
3-
"version": "8.5.0-prerelease.5",
3+
"version": "8.5.0-prerelease.6",
44
"description": "This library provides a set of React chart components for use with the PatternFly reference implementation.",
55
"main": "dist/js/index.js",
66
"module": "dist/esm/index.js",

packages/react-charts/src/echarts/components/Line/examples/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
id: Line chart
3-
section: charts
3+
section: components
4+
subsection: charts
45
propComponents: [
56
{
67
component: 'Charts',

packages/react-charts/src/echarts/components/Sankey/examples/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
id: Sankey chart
3-
section: charts
3+
section: components
4+
subsection: charts
45
propComponents: [
56
{
67
component: 'Charts',

packages/react-charts/src/victory/components/ChartArea/examples/ChartArea.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
id: Area chart
3-
section: charts
3+
section: components
4+
subsection: charts
45
propComponents: [
56
'Chart',
67
'ChartArea',

packages/react-charts/src/victory/components/ChartBar/examples/ChartBar.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
id: Bar chart
3-
section: charts
3+
section: components
4+
subsection: charts
45
propComponents: ['Chart', 'ChartAxis', 'ChartBar', 'ChartGroup', 'ChartLabel', 'ChartVoronoiContainer']
56
hideDarkMode: true
67
---

packages/react-charts/src/victory/components/ChartBoxPlot/examples/ChartBoxPlot.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
id: Box plot chart
3-
section: charts
3+
section: components
4+
subsection: charts
45
propComponents: [
56
'Chart',
67
'ChartAxis',

packages/react-charts/src/victory/components/ChartBullet/examples/ChartBullet.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
id: Bullet chart
3-
section: charts
3+
section: components
4+
subsection: charts
45
propComponents: [
56
'ChartAxis',
67
'ChartBullet',

packages/react-charts/src/victory/components/ChartDonut/examples/ChartDonut.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
id: Donut chart
3-
section: charts
3+
section: components
4+
subsection: charts
45
propComponents: [
56
'ChartDonut'
67
]

packages/react-charts/src/victory/components/ChartDonutUtilization/examples/ChartDonutUtilization.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
id: Donut utilization chart
3-
section: charts
3+
section: components
4+
subsection: charts
45
propComponents: [
56
'ChartDonutThreshold',
67
'ChartDonutUtilization'

0 commit comments

Comments
 (0)