@patternfly/react-docs 5.49.0 → 5.50.2

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 +35 -0
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -3,6 +3,41 @@
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.50.2 (2022-01-18)
7
+
8
+ **Note:** Version bump only for package @patternfly/react-docs
9
+
10
+
11
+
12
+
13
+
14
+ ## 5.50.1 (2022-01-18)
15
+
16
+ **Note:** Version bump only for package @patternfly/react-docs
17
+
18
+
19
+
20
+
21
+
22
+ # 5.50.0 (2022-01-17)
23
+
24
+
25
+ ### Features
26
+
27
+ * **Tabs:** enforce restricted type for children ([#6767](https://github.com/patternfly/patternfly-react/issues/6767)) ([0d224df](https://github.com/patternfly/patternfly-react/commit/0d224dfb71b1a89c5783bd9ea290ece2f325ad21))
28
+
29
+
30
+
31
+
32
+
33
+ ## 5.49.1 (2022-01-17)
34
+
35
+ **Note:** Version bump only for package @patternfly/react-docs
36
+
37
+
38
+
39
+
40
+
6
41
  # 5.49.0 (2022-01-14)
7
42
 
8
43
 
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.49.0",
4
+ "version": "5.50.2",
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.166.4",
26
- "@patternfly/react-catalog-view-extension": "^4.39.0",
27
- "@patternfly/react-charts": "^6.41.0",
28
- "@patternfly/react-code-editor": "^4.29.0",
29
- "@patternfly/react-core": "^4.188.0",
30
- "@patternfly/react-icons": "^4.39.0",
31
- "@patternfly/react-inline-edit-extension": "^4.33.0",
32
- "@patternfly/react-log-viewer": "^4.33.0",
33
- "@patternfly/react-styles": "^4.38.0",
34
- "@patternfly/react-table": "^4.57.0",
35
- "@patternfly/react-tokens": "^4.40.0",
36
- "@patternfly/react-topology": "^4.35.0",
37
- "@patternfly/react-virtualized-extension": "^4.35.0"
25
+ "@patternfly/patternfly": "4.166.5",
26
+ "@patternfly/react-catalog-view-extension": "^4.40.2",
27
+ "@patternfly/react-charts": "^6.42.2",
28
+ "@patternfly/react-code-editor": "^4.30.2",
29
+ "@patternfly/react-core": "^4.189.2",
30
+ "@patternfly/react-icons": "^4.40.2",
31
+ "@patternfly/react-inline-edit-extension": "^4.34.2",
32
+ "@patternfly/react-log-viewer": "^4.34.2",
33
+ "@patternfly/react-styles": "^4.39.2",
34
+ "@patternfly/react-table": "^4.58.2",
35
+ "@patternfly/react-tokens": "^4.41.2",
36
+ "@patternfly/react-topology": "^4.36.2",
37
+ "@patternfly/react-virtualized-extension": "^4.36.2"
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": "50f8380568e964aee4be81e64f11454993a3772d"
56
+ "gitHead": "7e526e8265684ddfda9c62786fcac7d40fba2fd6"
57
57
  }