@patternfly/react-docs 5.36.5 → 5.36.6

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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.36.6 (2021-11-18)
7
+
8
+ **Note:** Version bump only for package @patternfly/react-docs
9
+
10
+
11
+
12
+
13
+
6
14
  ## 5.36.5 (2021-11-17)
7
15
 
8
16
  **Note:** Version bump only for package @patternfly/react-docs
package/RELEASE-NOTES.md CHANGED
@@ -22,8 +22,6 @@ section: developer-resources
22
22
  - Updated to allow disabling FocusTrap ([#6509](https://github.com/patternfly/patternfly-react/pull/6509))
23
23
  - **Banner:**
24
24
  - Updated to forward props ([#6511](https://github.com/patternfly/patternfly-react/pull/6511))
25
- - **Calendar month:**
26
- - Added Date/time picker demo ([#6545](https://github.com/patternfly/patternfly-react/pull/6545))
27
25
  - **Card:**
28
26
  - Added hoverable, selectable and selected-raised variant ([#6565](https://github.com/patternfly/patternfly-react/pull/6565))
29
27
  - **Context selector:**
@@ -85,6 +83,8 @@ section: developer-resources
85
83
  - Added option to hide topology connector menu on drag end ([#6522](https://github.com/patternfly/patternfly-react/pull/6522))
86
84
 
87
85
  ### Other
86
+ - **Demos:**
87
+ - Added date/time picker demo ([#6545](https://github.com/patternfly/patternfly-react/pull/6545))
88
88
  - **Deps:**
89
89
  - Update dependency theme-patternfly-org to v0.8.7 ([#6584](https://github.com/patternfly/patternfly-react/pull/6584))
90
90
 
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.36.5",
4
+ "version": "5.36.6",
5
5
  "publishConfig": {
6
6
  "access": "public",
7
7
  "tag": "prerelease-v4"
@@ -23,18 +23,18 @@
23
23
  },
24
24
  "dependencies": {
25
25
  "@patternfly/patternfly": "4.159.1",
26
- "@patternfly/react-catalog-view-extension": "^4.26.5",
27
- "@patternfly/react-charts": "^6.28.5",
28
- "@patternfly/react-code-editor": "^4.16.5",
29
- "@patternfly/react-core": "^4.175.5",
30
- "@patternfly/react-icons": "^4.26.5",
31
- "@patternfly/react-inline-edit-extension": "^4.20.5",
32
- "@patternfly/react-log-viewer": "^4.20.5",
33
- "@patternfly/react-styles": "^4.25.5",
34
- "@patternfly/react-table": "^4.44.5",
35
- "@patternfly/react-tokens": "^4.27.5",
36
- "@patternfly/react-topology": "^4.22.5",
37
- "@patternfly/react-virtualized-extension": "^4.22.5"
26
+ "@patternfly/react-catalog-view-extension": "^4.26.6",
27
+ "@patternfly/react-charts": "^6.28.6",
28
+ "@patternfly/react-code-editor": "^4.16.6",
29
+ "@patternfly/react-core": "^4.175.6",
30
+ "@patternfly/react-icons": "^4.26.6",
31
+ "@patternfly/react-inline-edit-extension": "^4.20.6",
32
+ "@patternfly/react-log-viewer": "^4.20.6",
33
+ "@patternfly/react-styles": "^4.25.6",
34
+ "@patternfly/react-table": "^4.44.6",
35
+ "@patternfly/react-tokens": "^4.27.6",
36
+ "@patternfly/react-topology": "^4.22.6",
37
+ "@patternfly/react-virtualized-extension": "^4.22.6"
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": "4839fc921658bb20596bd0851c71263e30257b80"
56
+ "gitHead": "c91f97b30b412d03c7477f52ae3605e3c0785ec9"
57
57
  }