@patternfly/react-docs 5.53.18 → 5.54.0

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 +41 -0
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -3,6 +3,47 @@
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.54.0 (2022-02-08)
7
+
8
+
9
+ ### Features
10
+
11
+ * **Table:** add striping ([#6886](https://github.com/patternfly/patternfly-react/issues/6886)) ([47abda7](https://github.com/patternfly/patternfly-react/commit/47abda7831e21c58051b90982f02cb48f7a22a22))
12
+
13
+
14
+
15
+
16
+
17
+ ## 5.53.21 (2022-02-07)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **TimePicker:** apply includeSeconds when making options ([#6865](https://github.com/patternfly/patternfly-react/issues/6865)) ([5b6d6c9](https://github.com/patternfly/patternfly-react/commit/5b6d6c9979046c111b00456622758f542627ac11))
23
+
24
+
25
+
26
+
27
+
28
+ ## 5.53.20 (2022-02-07)
29
+
30
+ **Note:** Version bump only for package @patternfly/react-docs
31
+
32
+
33
+
34
+
35
+
36
+ ## 5.53.19 (2022-02-07)
37
+
38
+
39
+ ### Bug Fixes
40
+
41
+ * **Select:** remove logic from default inputAutoComplete ([#6873](https://github.com/patternfly/patternfly-react/issues/6873)) ([b3b61c1](https://github.com/patternfly/patternfly-react/commit/b3b61c175f23cdc9dad8c71054301d1090795ede))
42
+
43
+
44
+
45
+
46
+
6
47
  ## 5.53.18 (2022-02-04)
7
48
 
8
49
 
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.53.18",
4
+ "version": "5.54.0",
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.171.1",
26
- "@patternfly/react-catalog-view-extension": "^4.43.18",
27
- "@patternfly/react-charts": "^6.45.18",
28
- "@patternfly/react-code-editor": "^4.33.18",
29
- "@patternfly/react-core": "^4.192.18",
30
- "@patternfly/react-icons": "^4.43.18",
31
- "@patternfly/react-inline-edit-extension": "^4.37.18",
32
- "@patternfly/react-log-viewer": "^4.37.18",
33
- "@patternfly/react-styles": "^4.42.18",
34
- "@patternfly/react-table": "^4.61.18",
35
- "@patternfly/react-tokens": "^4.44.18",
36
- "@patternfly/react-topology": "^4.39.18",
37
- "@patternfly/react-virtualized-extension": "^4.39.18"
25
+ "@patternfly/patternfly": "4.176.0",
26
+ "@patternfly/react-catalog-view-extension": "^4.44.0",
27
+ "@patternfly/react-charts": "^6.46.0",
28
+ "@patternfly/react-code-editor": "^4.34.0",
29
+ "@patternfly/react-core": "^4.193.0",
30
+ "@patternfly/react-icons": "^4.44.0",
31
+ "@patternfly/react-inline-edit-extension": "^4.38.0",
32
+ "@patternfly/react-log-viewer": "^4.38.0",
33
+ "@patternfly/react-styles": "^4.43.0",
34
+ "@patternfly/react-table": "^4.62.0",
35
+ "@patternfly/react-tokens": "^4.45.0",
36
+ "@patternfly/react-topology": "^4.40.0",
37
+ "@patternfly/react-virtualized-extension": "^4.40.0"
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": "2d02c33cb5709f4127f04d277e2349a4402b2753"
56
+ "gitHead": "acfe91c96bf582f580d05d671f1fd979bd88d830"
57
57
  }