@patternfly/react-docs 5.72.0 → 5.72.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -3,6 +3,36 @@
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.72.3 (2022-05-06)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **LogViewer:** clear ANSI cache when resetting the log window ([#7355](https://github.com/patternfly/patternfly-react/issues/7355)) ([b3354b5](https://github.com/patternfly/patternfly-react/commit/b3354b5000c5d7397c479888140b0381367cbd2c))
12
+
13
+
14
+
15
+
16
+
17
+ ## 5.72.2 (2022-05-06)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **Page:** add tabindex to components with hasOverflowScroll ([#7274](https://github.com/patternfly/patternfly-react/issues/7274)) ([6be2fa8](https://github.com/patternfly/patternfly-react/commit/6be2fa870aba78b833c7346ffe029f96cfc1c37d))
23
+
24
+
25
+
26
+
27
+
28
+ ## 5.72.1 (2022-05-06)
29
+
30
+ **Note:** Version bump only for package @patternfly/react-docs
31
+
32
+
33
+
34
+
35
+
6
36
  # 5.72.0 (2022-05-06)
7
37
 
8
38
 
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.72.0",
4
+ "version": "5.72.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.193.0",
26
- "@patternfly/react-catalog-view-extension": "^4.62.0",
27
- "@patternfly/react-charts": "^6.64.0",
28
- "@patternfly/react-code-editor": "^4.52.0",
29
- "@patternfly/react-core": "^4.211.0",
30
- "@patternfly/react-icons": "^4.62.0",
31
- "@patternfly/react-inline-edit-extension": "^4.56.0",
32
- "@patternfly/react-log-viewer": "^4.56.0",
33
- "@patternfly/react-styles": "^4.61.0",
34
- "@patternfly/react-table": "^4.80.0",
35
- "@patternfly/react-tokens": "^4.63.0",
36
- "@patternfly/react-topology": "^4.58.0",
37
- "@patternfly/react-virtualized-extension": "^4.58.0"
25
+ "@patternfly/patternfly": "4.194.0",
26
+ "@patternfly/react-catalog-view-extension": "^4.62.3",
27
+ "@patternfly/react-charts": "^6.64.3",
28
+ "@patternfly/react-code-editor": "^4.52.3",
29
+ "@patternfly/react-core": "^4.211.3",
30
+ "@patternfly/react-icons": "^4.62.3",
31
+ "@patternfly/react-inline-edit-extension": "^4.56.3",
32
+ "@patternfly/react-log-viewer": "^4.56.3",
33
+ "@patternfly/react-styles": "^4.61.3",
34
+ "@patternfly/react-table": "^4.80.3",
35
+ "@patternfly/react-tokens": "^4.63.3",
36
+ "@patternfly/react-topology": "^4.58.3",
37
+ "@patternfly/react-virtualized-extension": "^4.58.3"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@patternfly/patternfly-a11y": "4.2.1",
@@ -49,5 +49,5 @@
49
49
  "last 2 versions",
50
50
  "not ie <= 11"
51
51
  ],
52
- "gitHead": "7b52196359d23335c01897580e8a1864093cebdd"
52
+ "gitHead": "cbbd9d29145826f7cebc54c76ce1cbed4efd3be7"
53
53
  }