@patternfly/documentation-framework 2.0.0-alpha.74 → 2.0.0-alpha.75

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.75 (2023-06-23)
7
+
8
+ **Note:** Version bump only for package @patternfly/documentation-framework
9
+
10
+
11
+
12
+
13
+
6
14
  # 2.0.0-alpha.74 (2023-06-23)
7
15
 
8
16
  **Note:** Version bump only for package @patternfly/documentation-framework
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
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.74",
4
+ "version": "2.0.0-alpha.75",
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": "e44e83cdebe4beeaedd2eed5dd874d6cf47c09d5"
94
+ "gitHead": "a195aded8df0341ea27b74d04446ddcfc05b51a9"
95
95
  }
@@ -5,10 +5,10 @@
5
5
  <meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
6
6
  <meta name="description" content="PatternFly is Red Hat's open source design system. It consists of components, documentation, and code for building enterprise applications at scale.">
7
7
  <title><%= title %></title>
8
- <link rel="shortcut icon" href="/assets/favicon.ico">
9
- <link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon-16x16.png">
10
- <link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon-32x32.png">
11
- <link rel="icon" type="image/png" sizes="48x48" href="/assets/favicon-48x48.png">
8
+ <link rel="shortcut icon" href="/assets/Favicon-Light.png">
9
+ <link rel="icon" type="image/png" sizes="16x16" href="/assets/Favicon-Light-16x16.png">
10
+ <link rel="icon" type="image/png" sizes="32x32" href="/assets/Favicon-Light-32x32.png">
11
+ <link rel="icon" type="image/png" sizes="48x48" href="/assets/Favicon-Light-48x48.png">
12
12
  <link rel="manifest" href="/assets/manifest.json">
13
13
  <meta name="mobile-web-app-capable" content="yes">
14
14
  <meta name="theme-color" content="#151515">
Binary file
Binary file
Binary file
Binary file