@patternfly/react-docs 5.102.33 → 5.102.34

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.102.34](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@5.102.33...@patternfly/react-docs@5.102.34) (2022-10-11)
7
+
8
+ **Note:** Version bump only for package @patternfly/react-docs
9
+
10
+
11
+
12
+
13
+
6
14
  ## [5.102.33](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@5.102.32...@patternfly/react-docs@5.102.33) (2022-10-11)
7
15
 
8
16
  **Note:** Version bump only for package @patternfly/react-docs
package/RELEASE-NOTES.md CHANGED
@@ -3,7 +3,7 @@ id: Release notes
3
3
  section: developer-resources
4
4
  ---
5
5
 
6
- ## 2022.13 release notes (2022-10-06)
6
+ ## 2022.13 release notes (2022-10-11)
7
7
  - [@patternfly/react-catalog-view-extension@4.92.26](https://www.npmjs.com/package/@patternfly/react-catalog-view-extension/v/4.92.26)
8
8
  - [@patternfly/react-charts@6.94.7](https://www.npmjs.com/package/@patternfly/react-charts/v/6.94.7)
9
9
  - [@patternfly/react-code-editor@4.82.26](https://www.npmjs.com/package/@patternfly/react-code-editor/v/4.82.26)
@@ -49,6 +49,8 @@ section: developer-resources
49
49
  - Added support for `forwardRef` ([#7995](https://github.com/patternfly/patternfly-react/pull/7995))
50
50
  - **Icon:**
51
51
  - Added icon component ([#8050](https://github.com/patternfly/patternfly-react/pull/8050))
52
+ - **Menu:**
53
+ - Fixed height issue with drilldown examples ([#8033](https://github.com/patternfly/patternfly-react/pull/8033))
52
54
  - **Modal:**
53
55
  - Added component descriptions ([#7979](https://github.com/patternfly/patternfly-react/pull/7979))
54
56
  - **Notification badge:**
@@ -130,8 +132,6 @@ section: developer-resources
130
132
  - Updated dependency @patternfly/documentation-framework to v1.2.34 ([#8128](https://github.com/patternfly/patternfly-react/pull/8128))
131
133
  - Updated deprecated babel-eslint to babel/eslint-parser ([#8139](https://github.com/patternfly/patternfly-react/pull/8139))
132
134
 
133
-
134
-
135
135
  ## 2022.12 release notes (2022-09-15)
136
136
  - [@patternfly/react-catalog-view-extension@4.90.0](https://www.npmjs.com/package/@patternfly/react-catalog-view-extension/v/4.90.0)
137
137
  - [@patternfly/react-charts@6.92.0](https://www.npmjs.com/package/@patternfly/react-charts/v/6.92.0)
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.102.33",
4
+ "version": "5.102.34",
5
5
  "publishConfig": {
6
6
  "access": "public",
7
7
  "tag": "prerelease-v4"
@@ -49,5 +49,5 @@
49
49
  "last 2 versions",
50
50
  "not ie <= 11"
51
51
  ],
52
- "gitHead": "17c9e1caf17acc5291f2a092f0e274f891806eec"
52
+ "gitHead": "60f9853c6617adbc51dfd015f03a731c5141b421"
53
53
  }