@patternfly/documentation-framework 2.0.0-alpha.67 → 2.0.0-alpha.69

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
+ # 2.0.0-alpha.69 (2023-06-22)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **docs:** fixed broken css vars header link ([#3617](https://github.com/patternfly/patternfly-org/issues/3617)) ([ad2b012](https://github.com/patternfly/patternfly-org/commit/ad2b01252d68cf8c4e53fac283b142b13994b222))
12
+
13
+
14
+
15
+
16
+
17
+ # 2.0.0-alpha.68 (2023-06-21)
18
+
19
+ **Note:** Version bump only for package @patternfly/documentation-framework
20
+
21
+
22
+
23
+
24
+
6
25
  # 2.0.0-alpha.67 (2023-06-21)
7
26
 
8
27
  **Note:** Version bump only for package @patternfly/documentation-framework
@@ -147,11 +147,11 @@ export const Footer = () => (
147
147
  <li className="ws-org-pfsite-footer-menu-list-item">
148
148
  <Link
149
149
  className="ws-org-pfsite-footer-menu-link"
150
- to="//forum.patternfly.org"
150
+ to="//github.com/orgs/patternfly/discussions"
151
151
  target="top"
152
- aria-label="Visit the PatternFly 4 forum"
152
+ aria-label="Visit the PatternFly discussion forum"
153
153
  >
154
- Forum
154
+ Discussions
155
155
  </Link>
156
156
  </li>
157
157
  <li className="ws-org-pfsite-footer-menu-list-item">
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": "2.0.0-alpha.67",
4
+ "version": "2.0.0-alpha.69",
5
5
  "author": "Red Hat",
6
6
  "license": "MIT",
7
7
  "private": false,
@@ -91,5 +91,5 @@
91
91
  "react": "^17.0.0 || ^18.0.0",
92
92
  "react-dom": "^17.0.0 || ^18.0.0"
93
93
  },
94
- "gitHead": "7d1f760da258b90d0039300f6eae2f5e1d9d6fc2"
94
+ "gitHead": "a88ea758125c02a0c272ffcc24fec5896d26d2e3"
95
95
  }