@patternfly/documentation-framework 6.3.0 → 6.4.0

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,17 @@
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.4.0 (2024-12-17)
7
+
8
+
9
+ ### Features
10
+
11
+ * **ver:** fix release dropdown ([#4421](https://github.com/patternfly/patternfly-org/issues/4421)) ([efd6d87](https://github.com/patternfly/patternfly-org/commit/efd6d87d98fbf9b1f7036e9980da93ac256f7aed))
12
+
13
+
14
+
15
+
16
+
6
17
  # 6.3.0 (2024-12-17)
7
18
 
8
19
 
@@ -159,7 +159,7 @@ const HeaderTools = ({
159
159
  onClick={() => setDropdownOpen(!isDropdownOpen)}
160
160
  isExpanded={isDropdownOpen}
161
161
  >
162
- {getDropdownItem(latestVersion, true)}
162
+ {`Release ${latestVersion.name}`}
163
163
  </MenuToggle>
164
164
  )}
165
165
  popperProps={{ position: 'right' }}
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.3.0",
4
+ "version": "6.4.0",
5
5
  "author": "Red Hat",
6
6
  "license": "MIT",
7
7
  "private": false,
@@ -13,7 +13,7 @@
13
13
  "@babel/preset-env": "^7.24.3",
14
14
  "@babel/preset-react": "^7.24.1",
15
15
  "@mdx-js/util": "1.6.16",
16
- "@patternfly/ast-helpers": "^1.4.0-alpha.139",
16
+ "@patternfly/ast-helpers": "^1.4.0-alpha.140",
17
17
  "@reach/router": "npm:@gatsbyjs/reach-router@1.3.9",
18
18
  "autoprefixer": "9.8.6",
19
19
  "babel-loader": "^9.1.3",
@@ -80,5 +80,5 @@
80
80
  "react": "^17.0.0 || ^18.0.0",
81
81
  "react-dom": "^17.0.0 || ^18.0.0"
82
82
  },
83
- "gitHead": "bc4f3ee4ba1f45b41bedc42bf3eac0aec44664b4"
83
+ "gitHead": "01b545912f80ac1dc95586cb237ebb1397f5d509"
84
84
  }