@patternfly/documentation-framework 5.15.6 → 5.15.7

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
+ ## 5.15.7 (2024-05-21)
7
+
8
+ **Note:** Version bump only for package @patternfly/documentation-framework
9
+
10
+
11
+
12
+
13
+
6
14
  ## 5.15.6 (2024-05-16)
7
15
 
8
16
 
@@ -139,9 +139,9 @@ export const Footer = () => (
139
139
  <li className="ws-org-pfsite-footer-menu-list-item">
140
140
  <Link
141
141
  className="ws-org-pfsite-footer-menu-link"
142
- to="//redhat.com/mailman/listinfo/patternfly"
142
+ to="https://www.redhat.com/dynamic-form/instance/934b1674-bc8a-4a13-8c9d-d19abcceb263"
143
143
  target="top"
144
- aria-label="Join the PatternFly 4 mailing list"
144
+ aria-label="Join the PatternFly mailing list"
145
145
  >
146
146
  Mailing list
147
147
  </Link>
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.15.6",
4
+ "version": "5.15.7",
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.15.6",
16
+ "@patternfly/ast-helpers": "^1.15.7",
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": "7bfc12ca800f7044c516f312dc6234abb51419a9"
83
+ "gitHead": "faafd36dbe96ab5d651a977a1e549a7ae9384c9e"
84
84
  }