@patternfly/documentation-framework 5.0.11 → 5.0.13

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
+ ## 5.0.13 (2023-07-12)
7
+
8
+ **Note:** Version bump only for package @patternfly/documentation-framework
9
+
10
+
11
+
12
+
13
+
14
+ ## 5.0.12 (2023-07-11)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **documentation-framework:** updated page logo size, props ([#3644](https://github.com/patternfly/patternfly-org/issues/3644)) ([642714d](https://github.com/patternfly/patternfly-org/commit/642714d9f8f9f1e681d87632d4eb4d7d1c3aec8a))
20
+
21
+
22
+
23
+
24
+
6
25
  ## 5.0.11 (2023-07-06)
7
26
 
8
27
  **Note:** Version bump only for package @patternfly/documentation-framework
@@ -235,9 +235,7 @@ export const SideNavLayout = ({ children, groupedRoutes, navOpen: navOpenProp })
235
235
  <MastheadMain>
236
236
  <MastheadBrand href={prurl || '/'}>
237
237
  {prnum ? `PR #${prnum}` : (
238
- <Brand src={v5Logo} alt="PatternFly" heights={{ default: '40px' }} widths={{ default: '180px', '2xl': '220px' }}>
239
- <source srcSet={v5Logo} />
240
- </Brand>
238
+ <Brand src={v5Logo} alt="PatternFly" heights={{ default: '36px' }} />
241
239
  )}
242
240
  </MastheadBrand>
243
241
  </MastheadMain>
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.11",
4
+ "version": "5.0.13",
5
5
  "author": "Red Hat",
6
6
  "license": "MIT",
7
7
  "private": false,
@@ -87,5 +87,5 @@
87
87
  "react": "^17.0.0 || ^18.0.0",
88
88
  "react-dom": "^17.0.0 || ^18.0.0"
89
89
  },
90
- "gitHead": "98c9dc9554d75538f074a0fa173de998322aef53"
90
+ "gitHead": "45113ee4410e12c44186e47d452f97ef5b7710d0"
91
91
  }