@patternfly/documentation-framework 5.26.0 → 5.26.2

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,28 @@
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
+ ## 5.26.2 (2025-01-29)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * Dataview v5 update ([#4436](https://github.com/patternfly/patternfly-org/issues/4436)) ([8876d05](https://github.com/patternfly/patternfly-org/commit/8876d053176cf3108214cea71e71ea7beae0346a)), closes [#4429](https://github.com/patternfly/patternfly-org/issues/4429)
12
+
13
+
14
+
15
+
16
+
17
+ ## 5.26.1 (2024-11-15)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * Fixes invalid link for v5. ([#4377](https://github.com/patternfly/patternfly-org/issues/4377)) ([6ad185e](https://github.com/patternfly/patternfly-org/commit/6ad185e61e1d80d0520a8ed9245c93c937cb02ca))
23
+
24
+
25
+
26
+
27
+
6
28
  # 5.26.0 (2024-10-29)
7
29
 
8
30
 
@@ -171,7 +171,7 @@ const HeaderTools = ({
171
171
  key="PatternFly 6"
172
172
  className="ws-patternfly-versions"
173
173
  isExternalLink
174
- to="https://staging-v6.patternfly.org/"
174
+ to="https://patternfly.org/"
175
175
  itemId="patternfly-6"
176
176
  >
177
177
  PatternFly 6
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": "5.26.0",
4
+ "version": "5.26.2",
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.26.0",
16
+ "@patternfly/ast-helpers": "^1.26.2",
17
17
  "@reach/router": "npm:@gatsbyjs/reach-router@1.3.9",
18
18
  "autoprefixer": "9.8.6",
19
19
  "babel-loader": "^9.1.3",
@@ -81,5 +81,5 @@
81
81
  "react": "^17.0.0 || ^18.0.0",
82
82
  "react-dom": "^17.0.0 || ^18.0.0"
83
83
  },
84
- "gitHead": "b09d5217ab78bfe76c51534c9bfacbb7953170bf"
84
+ "gitHead": "31f279264d088877be8c517ed1c51450baea178d"
85
85
  }