@patternfly/documentation-framework 5.1.4 → 5.1.6

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.1.6 (2023-08-24)
7
+
8
+ **Note:** Version bump only for package @patternfly/documentation-framework
9
+
10
+
11
+
12
+
13
+
14
+ ## 5.1.5 (2023-08-24)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **docs:** fix missing vars in global css vars table ([#3717](https://github.com/patternfly/patternfly-org/issues/3717)) ([81b57b3](https://github.com/patternfly/patternfly-org/commit/81b57b3cc5de3093f0e72bfd57352e7641bec178))
20
+
21
+
22
+
23
+
24
+
6
25
  ## 5.1.4 (2023-08-17)
7
26
 
8
27
  **Note:** Version bump only for package @patternfly/documentation-framework
@@ -225,7 +225,7 @@ export const Footer = () => (
225
225
  </GridItem>
226
226
  <GridItem md={4} lg={3} xl={2}>
227
227
  <span className="ws-org-pfsite-site-copyright">
228
- Copyright &copy; 2022 Red Hat, Inc.
228
+ Copyright &copy; 2014-{new Date().getFullYear()} Red Hat, Inc.
229
229
  </span>
230
230
  </GridItem>
231
231
  <GridItem md={4} lg={5} className="pf-v5-u-ml-xl-on-xl">
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.1.4",
4
+ "version": "5.1.6",
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.1.4",
20
+ "@patternfly/ast-helpers": "^1.1.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",
@@ -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": "446ccb3758ac1fee597ed851a25baa5f8c4765b6"
90
+ "gitHead": "4aad9ee28cb00c779a8d750651e9e2750a51e197"
91
91
  }
@@ -102,7 +102,7 @@ Example:
102
102
 
103
103
  ## Global CSS variables
104
104
 
105
- <CSSVariables prefix="patternfly_variables" selector=":root" hideSelectorColumn />
105
+ <CSSVariables prefix="patternfly_variables" selector=":where(:root)" hideSelectorColumn />
106
106
 
107
107
  ## Chart CSS variables
108
108