@patternfly/react-docs 5.86.9 → 5.87.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 +30 -0
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -3,6 +3,36 @@
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.87.0 (2022-07-26)
7
+
8
+
9
+ ### Features
10
+
11
+ * **topology:** Pipelines support for badges/icons variable task node width ([#7697](https://github.com/patternfly/patternfly-react/issues/7697)) ([a499273](https://github.com/patternfly/patternfly-react/commit/a49927315cd61e84a007d05b49e5d7254b977fcb))
12
+
13
+
14
+
15
+
16
+
17
+ ## 5.86.11 (2022-07-25)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **Select:** remove variant check from update logic ([#7741](https://github.com/patternfly/patternfly-react/issues/7741)) ([2204cb6](https://github.com/patternfly/patternfly-react/commit/2204cb62e30b4a37b82731f1380e79a3085828ef))
23
+
24
+
25
+
26
+
27
+
28
+ ## 5.86.10 (2022-07-25)
29
+
30
+ **Note:** Version bump only for package @patternfly/react-docs
31
+
32
+
33
+
34
+
35
+
6
36
  ## 5.86.9 (2022-07-21)
7
37
 
8
38
  **Note:** Version bump only for package @patternfly/react-docs
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.86.9",
4
+ "version": "5.87.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.204.1",
26
- "@patternfly/react-catalog-view-extension": "^4.76.9",
27
- "@patternfly/react-charts": "^6.78.9",
28
- "@patternfly/react-code-editor": "^4.66.9",
29
- "@patternfly/react-core": "^4.225.9",
30
- "@patternfly/react-icons": "^4.76.9",
31
- "@patternfly/react-inline-edit-extension": "^4.70.9",
32
- "@patternfly/react-log-viewer": "^4.70.9",
33
- "@patternfly/react-styles": "^4.75.9",
34
- "@patternfly/react-table": "^4.94.9",
35
- "@patternfly/react-tokens": "^4.77.9",
36
- "@patternfly/react-topology": "^4.72.9",
37
- "@patternfly/react-virtualized-extension": "^4.72.9"
25
+ "@patternfly/patternfly": "4.204.2",
26
+ "@patternfly/react-catalog-view-extension": "^4.77.0",
27
+ "@patternfly/react-charts": "^6.79.0",
28
+ "@patternfly/react-code-editor": "^4.67.0",
29
+ "@patternfly/react-core": "^4.226.0",
30
+ "@patternfly/react-icons": "^4.77.0",
31
+ "@patternfly/react-inline-edit-extension": "^4.71.0",
32
+ "@patternfly/react-log-viewer": "^4.71.0",
33
+ "@patternfly/react-styles": "^4.76.0",
34
+ "@patternfly/react-table": "^4.95.0",
35
+ "@patternfly/react-tokens": "^4.78.0",
36
+ "@patternfly/react-topology": "^4.73.0",
37
+ "@patternfly/react-virtualized-extension": "^4.73.0"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@patternfly/documentation-framework": "1.1.9",
@@ -49,5 +49,5 @@
49
49
  "last 2 versions",
50
50
  "not ie <= 11"
51
51
  ],
52
- "gitHead": "7a3e116e4af4a97fc5a05d0c05307e75af6d97f5"
52
+ "gitHead": "a7097958c8ccb70a8faaf2fa401413cfa4372809"
53
53
  }