@patternfly/documentation-framework 6.0.13 → 6.0.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,25 @@
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.0.15 (2024-12-03)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * Update text to 'Edit this page on Github' ([#4401](https://github.com/patternfly/patternfly-org/issues/4401)) ([22e6668](https://github.com/patternfly/patternfly-org/commit/22e6668c50c1a85f9a23f3bc0a7ed89d2637a7c0))
12
+
13
+
14
+
15
+
16
+
17
+ ## 6.0.14 (2024-12-03)
18
+
19
+ **Note:** Version bump only for package @patternfly/documentation-framework
20
+
21
+
22
+
23
+
24
+
6
25
  ## 6.0.13 (2024-11-26)
7
26
 
8
27
 
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.0.13",
4
+ "version": "6.0.15",
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.129",
16
+ "@patternfly/ast-helpers": "^1.4.0-alpha.131",
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": "63771e1506c00edead2b5f6e7c1b84f7250881a4"
83
+ "gitHead": "b5569ff33043bf956e6e5bfad738c18975cf9b2f"
84
84
  }
package/templates/mdx.js CHANGED
@@ -222,7 +222,7 @@ const MDXChildTemplate = ({ Component, source, toc = [], index = 0, id }) => {
222
222
  )
223
223
  }
224
224
  >
225
- View source on GitHub
225
+ Edit this page on GitHub
226
226
  </a>
227
227
  </StackItem>
228
228
  )}