@patternfly/documentation-framework 2.0.0-alpha.19 → 2.0.0-alpha.20

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
+ # 2.0.0-alpha.20 (2023-04-14)
7
+
8
+ **Note:** Version bump only for package @patternfly/documentation-framework
9
+
10
+
11
+
12
+
13
+
6
14
  # 2.0.0-alpha.19 (2023-04-12)
7
15
 
8
16
  **Note:** Version bump only for package @patternfly/documentation-framework
@@ -142,6 +142,15 @@ const HeaderTools = ({
142
142
  <Divider key="divider" className="ws-switcher-divider"/>
143
143
  <DropdownGroup key="Previous versions" label="Previous versions">
144
144
  <DropdownList>
145
+ <DropdownItem
146
+ key="PatternFly 4"
147
+ className="ws-patternfly-3"
148
+ isExternalLink
149
+ to="http://v4-archive.patternfly.org/v4/"
150
+ itemId="patternfly-4"
151
+ >
152
+ PatternFly 4
153
+ </DropdownItem>
145
154
  <DropdownItem
146
155
  key="PatternFly 3"
147
156
  className="ws-patternfly-3"
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.19",
4
+ "version": "2.0.0-alpha.20",
5
5
  "author": "Red Hat",
6
6
  "license": "MIT",
7
7
  "private": false,
@@ -89,5 +89,5 @@
89
89
  "react": "^17.0.0 || ^18.0.0",
90
90
  "react-dom": "^17.0.0 || ^18.0.0"
91
91
  },
92
- "gitHead": "3e0091f49b35fd78d41cdcd4a416f97b0f50a665"
92
+ "gitHead": "421584878eaf3a8b4bce4f8ac45238c6b2c3557c"
93
93
  }