@patternfly/documentation-framework 6.5.14 → 6.5.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## 6.5.15 (2025-02-27)
7
+
8
+ **Note:** Version bump only for package @patternfly/documentation-framework
9
+
10
+
11
+
12
+
13
+
6
14
  ## 6.5.14 (2025-02-26)
7
15
 
8
16
  **Note:** Version bump only for package @patternfly/documentation-framework
@@ -183,7 +183,7 @@ export const Footer = ({ isDarkTheme }) => (
183
183
  to="/"
184
184
  >
185
185
  <svg height="40px" viewBox="0 0 679 158">
186
- <title>PF-HorizontalLogo-Color</title>
186
+ <title>PatternFly</title>
187
187
  <defs>
188
188
  <linearGradient
189
189
  x1="68%"
@@ -282,7 +282,7 @@ export const SideNavLayout = ({ children, groupedRoutes, navOpen: navOpenProp })
282
282
  ) : (
283
283
  <MastheadLogo href={prurl || '/'}>
284
284
  <svg height="40px" viewBox="0 0 679 158">
285
- <title>PF-HorizontalLogo-Color</title>
285
+ <title>PatternFly</title>
286
286
  <defs>
287
287
  <linearGradient x1="68%" y1="2.25860997e-13%" x2="32%" y2="100%" id="linearGradient-website-masthead">
288
288
  <stop stopColor="#2B9AF3" offset="0%"></stop>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@patternfly/documentation-framework",
3
3
  "description": "A framework to build documentation for PatternFly.",
4
- "version": "6.5.14",
4
+ "version": "6.5.15",
5
5
  "author": "Red Hat",
6
6
  "license": "MIT",
7
7
  "bin": {
@@ -12,7 +12,7 @@
12
12
  "@babel/preset-env": "^7.24.3",
13
13
  "@babel/preset-react": "^7.24.1",
14
14
  "@mdx-js/util": "1.6.16",
15
- "@patternfly/ast-helpers": "^1.4.0-alpha.155",
15
+ "@patternfly/ast-helpers": "^1.4.0-alpha.156",
16
16
  "@reach/router": "npm:@gatsbyjs/reach-router@1.3.9",
17
17
  "autoprefixer": "9.8.6",
18
18
  "babel-loader": "^9.1.3",
@@ -79,5 +79,5 @@
79
79
  "react": "^17.0.0 || ^18.0.0",
80
80
  "react-dom": "^17.0.0 || ^18.0.0"
81
81
  },
82
- "gitHead": "426214ce804461c9a43650980fff92e98fe3005f"
82
+ "gitHead": "4df436f1f18f98a2e749f49db09b6ac4a7d096fc"
83
83
  }