@patternfly/react-docs 5.35.2 → 5.36.3

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,44 @@
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.36.3 (2021-11-15)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **Menu:** allow maxMenuHeight with Scrollabe ([#6608](https://github.com/patternfly/patternfly-react/issues/6608)) ([8c1f12c](https://github.com/patternfly/patternfly-react/commit/8c1f12c2b0e86bbc5ba1071db3ebf29fee7421a0))
12
+
13
+
14
+
15
+
16
+
17
+ ## 5.36.2 (2021-11-15)
18
+
19
+ **Note:** Version bump only for package @patternfly/react-docs
20
+
21
+
22
+
23
+
24
+
25
+ ## 5.36.1 (2021-11-15)
26
+
27
+ **Note:** Version bump only for package @patternfly/react-docs
28
+
29
+
30
+
31
+
32
+
33
+ # 5.36.0 (2021-11-12)
34
+
35
+
36
+ ### Features
37
+
38
+ * **card:** added hoverable/selectable/selected-raised variant ([#6565](https://github.com/patternfly/patternfly-react/issues/6565)) ([8c60568](https://github.com/patternfly/patternfly-react/commit/8c60568ba4fa18398fed636710e222ce506de82c))
39
+
40
+
41
+
42
+
43
+
6
44
  ## 5.35.2 (2021-11-12)
7
45
 
8
46
  **Note:** Version bump only for package @patternfly/react-docs
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@patternfly/react-docs",
3
3
  "description": "PatternFly React Docs",
4
- "version": "5.35.2",
4
+ "version": "5.36.3",
5
5
  "publishConfig": {
6
6
  "access": "public",
7
7
  "tag": "prerelease-v4"
@@ -22,19 +22,19 @@
22
22
  "test:a11y": "patternfly-a11y --config patternfly-a11y.config"
23
23
  },
24
24
  "dependencies": {
25
- "@patternfly/patternfly": "4.159.0",
26
- "@patternfly/react-catalog-view-extension": "^4.25.2",
27
- "@patternfly/react-charts": "^6.27.2",
28
- "@patternfly/react-code-editor": "^4.15.2",
29
- "@patternfly/react-core": "^4.174.2",
30
- "@patternfly/react-icons": "^4.25.2",
31
- "@patternfly/react-inline-edit-extension": "^4.19.2",
32
- "@patternfly/react-log-viewer": "^4.19.2",
33
- "@patternfly/react-styles": "^4.24.2",
34
- "@patternfly/react-table": "^4.43.2",
35
- "@patternfly/react-tokens": "^4.26.2",
36
- "@patternfly/react-topology": "^4.21.2",
37
- "@patternfly/react-virtualized-extension": "^4.21.2"
25
+ "@patternfly/patternfly": "4.159.1",
26
+ "@patternfly/react-catalog-view-extension": "^4.26.3",
27
+ "@patternfly/react-charts": "^6.28.3",
28
+ "@patternfly/react-code-editor": "^4.16.3",
29
+ "@patternfly/react-core": "^4.175.3",
30
+ "@patternfly/react-icons": "^4.26.3",
31
+ "@patternfly/react-inline-edit-extension": "^4.20.3",
32
+ "@patternfly/react-log-viewer": "^4.20.3",
33
+ "@patternfly/react-styles": "^4.25.3",
34
+ "@patternfly/react-table": "^4.44.3",
35
+ "@patternfly/react-tokens": "^4.27.3",
36
+ "@patternfly/react-topology": "^4.22.3",
37
+ "@patternfly/react-virtualized-extension": "^4.22.3"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@patternfly/patternfly-a11y": "4.2.1",
@@ -53,5 +53,5 @@
53
53
  "last 2 versions",
54
54
  "not ie <= 11"
55
55
  ],
56
- "gitHead": "e3eb3038c1f23818774f99280f2a4485ee4a2be2"
56
+ "gitHead": "bee987d557bc8027afeb222e2d0df84796c119ba"
57
57
  }