@patternfly/react-docs 5.37.0 → 5.40.1

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 +49 -0
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -3,6 +3,55 @@
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.40.1 (2021-12-07)
7
+
8
+ **Note:** Version bump only for package @patternfly/react-docs
9
+
10
+
11
+
12
+
13
+
14
+ # 5.40.0 (2021-12-06)
15
+
16
+
17
+ ### Features
18
+
19
+ * **Card:** Add disabled card and clean up props ([#6659](https://github.com/patternfly/patternfly-react/issues/6659)) ([86f225a](https://github.com/patternfly/patternfly-react/commit/86f225ab2e02d617e2d380c4a7f7593037c50e84))
20
+
21
+
22
+
23
+
24
+
25
+ # 5.39.0 (2021-12-06)
26
+
27
+
28
+ ### Features
29
+
30
+ * **MenuToggle:** add plain with text variant ([#6627](https://github.com/patternfly/patternfly-react/issues/6627)) ([1f4ca5e](https://github.com/patternfly/patternfly-react/commit/1f4ca5e36d7077da3ff3e6918874048c784216e0))
31
+
32
+
33
+
34
+
35
+
36
+ # 5.38.0 (2021-12-06)
37
+
38
+
39
+ ### Features
40
+
41
+ * **Dropdown:** add toggle variants ([#6651](https://github.com/patternfly/patternfly-react/issues/6651)) ([6414309](https://github.com/patternfly/patternfly-react/commit/64143094aec86aed86adb320e059d987af4f5f24))
42
+
43
+
44
+
45
+
46
+
47
+ ## 5.37.1 (2021-12-06)
48
+
49
+ **Note:** Version bump only for package @patternfly/react-docs
50
+
51
+
52
+
53
+
54
+
6
55
  # 5.37.0 (2021-12-03)
7
56
 
8
57
 
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.37.0",
4
+ "version": "5.40.1",
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.160.0",
26
- "@patternfly/react-catalog-view-extension": "^4.27.0",
27
- "@patternfly/react-charts": "^6.29.0",
28
- "@patternfly/react-code-editor": "^4.17.0",
29
- "@patternfly/react-core": "^4.176.0",
30
- "@patternfly/react-icons": "^4.27.0",
31
- "@patternfly/react-inline-edit-extension": "^4.21.0",
32
- "@patternfly/react-log-viewer": "^4.21.0",
33
- "@patternfly/react-styles": "^4.26.0",
34
- "@patternfly/react-table": "^4.45.0",
35
- "@patternfly/react-tokens": "^4.28.0",
36
- "@patternfly/react-topology": "^4.23.0",
37
- "@patternfly/react-virtualized-extension": "^4.23.0"
25
+ "@patternfly/patternfly": "4.164.1",
26
+ "@patternfly/react-catalog-view-extension": "^4.30.1",
27
+ "@patternfly/react-charts": "^6.32.1",
28
+ "@patternfly/react-code-editor": "^4.20.1",
29
+ "@patternfly/react-core": "^4.179.1",
30
+ "@patternfly/react-icons": "^4.30.1",
31
+ "@patternfly/react-inline-edit-extension": "^4.24.1",
32
+ "@patternfly/react-log-viewer": "^4.24.1",
33
+ "@patternfly/react-styles": "^4.29.1",
34
+ "@patternfly/react-table": "^4.48.1",
35
+ "@patternfly/react-tokens": "^4.31.1",
36
+ "@patternfly/react-topology": "^4.26.1",
37
+ "@patternfly/react-virtualized-extension": "^4.26.1"
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": "f9b8bfb7120150a7a43fb73412316ebfb65a751c"
56
+ "gitHead": "6f05128d4ab96a25ccae635f2c78b717e48f9a47"
57
57
  }