@patternfly/documentation-framework 5.0.17 → 5.0.19

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.0.19 (2023-08-03)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **links:** fixed multiple broken linkes ([#3680](https://github.com/patternfly/patternfly-org/issues/3680)) ([669f6aa](https://github.com/patternfly/patternfly-org/commit/669f6aa1a27487dceae3225924f212016fd1fe8b))
12
+
13
+
14
+
15
+
16
+
17
+ ## 5.0.18 (2023-07-27)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * bump ast-helpers version ([eb12d27](https://github.com/patternfly/patternfly-org/commit/eb12d272901bec5fd5153c34c9b9b5a5185cad0f))
23
+
24
+
25
+
26
+
27
+
6
28
  ## 5.0.17 (2023-07-26)
7
29
 
8
30
 
@@ -56,7 +56,7 @@ export const Footer = () => (
56
56
  <li className="ws-org-pfsite-footer-menu-list-item">
57
57
  <Link
58
58
  className="ws-org-pfsite-footer-menu-link"
59
- to="/guidelines/colors"
59
+ to="/design-foundations/colors"
60
60
  aria-label="PatternFly 4 styles"
61
61
  >
62
62
  Styles
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.0.17",
4
+ "version": "5.0.19",
5
5
  "author": "Red Hat",
6
6
  "license": "MIT",
7
7
  "private": false,
@@ -17,7 +17,7 @@
17
17
  "@babel/plugin-transform-react-jsx": "7.17.12",
18
18
  "@babel/preset-env": "7.18.2",
19
19
  "@mdx-js/util": "1.6.16",
20
- "@patternfly/ast-helpers": "^0.4.57",
20
+ "@patternfly/ast-helpers": "^1.0.2",
21
21
  "@reach/router": "npm:@gatsbyjs/reach-router@1.3.9",
22
22
  "autoprefixer": "9.8.6",
23
23
  "babel-loader": "9.1.2",
@@ -80,12 +80,12 @@
80
80
  "webpack-merge": "5.8.0"
81
81
  },
82
82
  "peerDependencies": {
83
- "@patternfly/patternfly": "5.0.0-prerelease.16",
84
- "@patternfly/react-code-editor": "5.0.0-prerelease.26",
85
- "@patternfly/react-core": "5.0.0-prerelease.26",
86
- "@patternfly/react-table": "5.0.0-prerelease.26",
83
+ "@patternfly/patternfly": "5.0.2",
84
+ "@patternfly/react-code-editor": "5.0.0",
85
+ "@patternfly/react-core": "5.0.0",
86
+ "@patternfly/react-table": "5.0.0",
87
87
  "react": "^17.0.0 || ^18.0.0",
88
88
  "react-dom": "^17.0.0 || ^18.0.0"
89
89
  },
90
- "gitHead": "332eb3ae991fec98be9ac0aa49f8e790290ecb80"
90
+ "gitHead": "62d5ee44d7f16d66931e347fca2a5428daecb511"
91
91
  }
@@ -100,7 +100,7 @@ const Page404 = () => {
100
100
  body="Check out PatternFly's design approach to icons, colors, and more."
101
101
  link={{
102
102
  text: 'View guidelines',
103
- to: '/guidelines/colors'
103
+ to: '/design-foundations/colors'
104
104
  }}
105
105
  />
106
106
  <Card404
package/templates/mdx.js CHANGED
@@ -52,7 +52,6 @@ const MDXChildTemplate = ({
52
52
  ensureID(toc);
53
53
  }
54
54
  const innerContentWrapperClass = () => {
55
- console.log(source);
56
55
  if (source === 'landing-pages') {
57
56
  return 'landing-pages';
58
57
  }
package/versions.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "date": "2023-07-27",
6
6
  "latest": true,
7
7
  "versions": {
8
- "@patternfly/patternfly": "5.0.0",
8
+ "@patternfly/patternfly": "5.0.2",
9
9
  "@patternfly/react-charts": "7.0.0",
10
10
  "@patternfly/react-code-editor": "5.0.0",
11
11
  "@patternfly/react-core": "5.0.0",