@patternfly/documentation-framework 6.0.0-alpha.5 → 6.0.0-alpha.7

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
+ # 6.0.0-alpha.7 (2024-01-12)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * Update brand svg id to avoid duplicate ids ([55d351b](https://github.com/patternfly/patternfly-org/commit/55d351be1b8d4d4f0b6d5f5090cbedc6629c6d94))
12
+
13
+
14
+
15
+
16
+
17
+ # 6.0.0-alpha.6 (2024-01-12)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * bump puppeteer ([#3858](https://github.com/patternfly/patternfly-org/issues/3858)) ([2182a0f](https://github.com/patternfly/patternfly-org/commit/2182a0fe4d4d50c866703efe316deafffc44e5a2))
23
+
24
+
25
+
26
+
27
+
6
28
  # 6.0.0-alpha.5 (2023-12-20)
7
29
 
8
30
 
@@ -263,7 +263,7 @@ export const SideNavLayout = ({ children, groupedRoutes, navOpen: navOpenProp })
263
263
  <svg height="40px" viewBox="0 0 679 158">
264
264
  <title>PF-HorizontalLogo-Color</title>
265
265
  <defs>
266
- <linearGradient x1="68%" y1="2.25860997e-13%" x2="32%" y2="100%" id="linearGradient-basic-masthead">
266
+ <linearGradient x1="68%" y1="2.25860997e-13%" x2="32%" y2="100%" id="linearGradient-website-masthead">
267
267
  <stop stopColor="#2B9AF3" offset="0%"></stop>
268
268
  <stop stopColor="#73BCF7" stopOpacity="0.502212631" offset="100%"></stop>
269
269
  </linearGradient>
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": "6.0.0-alpha.5",
4
+ "version": "6.0.0-alpha.7",
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": "^1.3.15-alpha.4",
20
+ "@patternfly/ast-helpers": "^1.3.15-alpha.6",
21
21
  "@reach/router": "npm:@gatsbyjs/reach-router@1.3.9",
22
22
  "autoprefixer": "9.8.6",
23
23
  "babel-loader": "9.1.2",
@@ -51,7 +51,7 @@
51
51
  "postcss": "8.4.32",
52
52
  "postcss-loader": "7.1.0",
53
53
  "process": "^0.11.10",
54
- "puppeteer": "19.7.3",
54
+ "puppeteer": "19.11.1",
55
55
  "puppeteer-cluster": "0.23.0",
56
56
  "react-docgen": "5.3.1",
57
57
  "react-monaco-editor": "^0.51.0",
@@ -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": "04fc0b2681941add484819d9cb2def666ba1fd02"
90
+ "gitHead": "8b48a05e56fb1b24fdbce8f381854bfe812ed816"
91
91
  }