@patternfly/react-docs 5.31.0 → 5.31.4

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/package.json +15 -15
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.31.4 (2021-11-10)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **jumplinks:** fixed to always set clicked item as active ([#6542](https://github.com/patternfly/patternfly-react/issues/6542)) ([845c98f](https://github.com/patternfly/patternfly-react/commit/845c98f5f3df8aa9b6acc190707c5f1d7bf3ca38))
12
+
13
+
14
+
15
+
16
+
17
+ ## 5.31.3 (2021-11-10)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **Menu:** stop passing disableHover to DrilldownMenu DOM ([#6571](https://github.com/patternfly/patternfly-react/issues/6571)) ([63dcf25](https://github.com/patternfly/patternfly-react/commit/63dcf256723848ff3789828fc0a5f86d5009fc87))
23
+
24
+
25
+
26
+
27
+
28
+ ## 5.31.2 (2021-11-10)
29
+
30
+ **Note:** Version bump only for package @patternfly/react-docs
31
+
32
+
33
+
34
+
35
+
36
+ ## 5.31.1 (2021-11-10)
37
+
38
+ **Note:** Version bump only for package @patternfly/react-docs
39
+
40
+
41
+
42
+
43
+
6
44
  # 5.31.0 (2021-11-09)
7
45
 
8
46
 
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.31.0",
4
+ "version": "5.31.4",
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.155.0",
26
- "@patternfly/react-catalog-view-extension": "^4.21.0",
27
- "@patternfly/react-charts": "^6.23.0",
28
- "@patternfly/react-code-editor": "^4.11.0",
29
- "@patternfly/react-core": "^4.170.0",
30
- "@patternfly/react-icons": "^4.21.0",
31
- "@patternfly/react-inline-edit-extension": "^4.15.0",
32
- "@patternfly/react-log-viewer": "^4.15.0",
33
- "@patternfly/react-styles": "^4.20.0",
34
- "@patternfly/react-table": "^4.39.0",
35
- "@patternfly/react-tokens": "^4.22.0",
36
- "@patternfly/react-topology": "^4.17.0",
37
- "@patternfly/react-virtualized-extension": "^4.17.0"
25
+ "@patternfly/patternfly": "4.156.0",
26
+ "@patternfly/react-catalog-view-extension": "^4.21.4",
27
+ "@patternfly/react-charts": "^6.23.4",
28
+ "@patternfly/react-code-editor": "^4.11.4",
29
+ "@patternfly/react-core": "^4.170.4",
30
+ "@patternfly/react-icons": "^4.21.4",
31
+ "@patternfly/react-inline-edit-extension": "^4.15.4",
32
+ "@patternfly/react-log-viewer": "^4.15.4",
33
+ "@patternfly/react-styles": "^4.20.4",
34
+ "@patternfly/react-table": "^4.39.4",
35
+ "@patternfly/react-tokens": "^4.22.4",
36
+ "@patternfly/react-topology": "^4.17.4",
37
+ "@patternfly/react-virtualized-extension": "^4.17.4"
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": "320fde1581d401ba386289ac2b6893d567a079b8"
56
+ "gitHead": "df020bd8e2856618704752b1ee626f8f06f0d464"
57
57
  }