@patternfly/react-docs 5.55.2 → 5.55.3

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.55.3 (2022-02-10)
7
+
8
+ **Note:** Version bump only for package @patternfly/react-docs
9
+
10
+
11
+
12
+
13
+
6
14
  ## 5.55.2 (2022-02-09)
7
15
 
8
16
  **Note:** Version bump only for package @patternfly/react-docs
package/UPGRADE-GUIDE.md CHANGED
@@ -3,6 +3,9 @@ id: Upgrade guide
3
3
  section: developer-resources
4
4
  ---
5
5
 
6
+ **Note:** this guide details upgrading from PatternFly v3 to v4, and references [major release 2020.07](/developer-resources/release-notes#2020.07-release-notes-2020-06-05) from 2020-06-05.
7
+ <hr/>
8
+
6
9
  Hey, Flyers! We’ve been busy for the past 12 weeks keeping up with changes to PatternFly’s HTML and CSS. We’ve replaced `babel` with `tsc` as our compiler of choice and removed prop-types in favor of using our `.d.ts` types, which are supported in most editors.
7
10
 
8
11
  This upgrade guide details **what** was broken and **how** to fix it. To learn **why** a change was made, check out the linked pull requests.
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.55.2",
4
+ "version": "5.55.3",
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.176.0",
26
- "@patternfly/react-catalog-view-extension": "^4.45.2",
27
- "@patternfly/react-charts": "^6.47.2",
28
- "@patternfly/react-code-editor": "^4.35.2",
29
- "@patternfly/react-core": "^4.194.2",
30
- "@patternfly/react-icons": "^4.45.2",
31
- "@patternfly/react-inline-edit-extension": "^4.39.2",
32
- "@patternfly/react-log-viewer": "^4.39.2",
33
- "@patternfly/react-styles": "^4.44.2",
34
- "@patternfly/react-table": "^4.63.2",
35
- "@patternfly/react-tokens": "^4.46.2",
36
- "@patternfly/react-topology": "^4.41.2",
37
- "@patternfly/react-virtualized-extension": "^4.41.2"
26
+ "@patternfly/react-catalog-view-extension": "^4.45.3",
27
+ "@patternfly/react-charts": "^6.47.3",
28
+ "@patternfly/react-code-editor": "^4.35.3",
29
+ "@patternfly/react-core": "^4.194.3",
30
+ "@patternfly/react-icons": "^4.45.3",
31
+ "@patternfly/react-inline-edit-extension": "^4.39.3",
32
+ "@patternfly/react-log-viewer": "^4.39.3",
33
+ "@patternfly/react-styles": "^4.44.3",
34
+ "@patternfly/react-table": "^4.63.3",
35
+ "@patternfly/react-tokens": "^4.46.3",
36
+ "@patternfly/react-topology": "^4.41.3",
37
+ "@patternfly/react-virtualized-extension": "^4.41.3"
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": "eac8a24f8e770a45fd46c9f7a115d47a502fffe3"
56
+ "gitHead": "819e282fa1648ccfca1f5adc4fc1e1aacb1fbdc3"
57
57
  }