@patternfly/react-docs 5.43.1 → 5.44.1

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 (3) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/README.md +1 -1
  3. package/package.json +16 -16
package/CHANGELOG.md CHANGED
@@ -3,6 +3,44 @@
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.44.1 (2022-01-06)
7
+
8
+ **Note:** Version bump only for package @patternfly/react-docs
9
+
10
+
11
+
12
+
13
+
14
+ # 5.44.0 (2022-01-05)
15
+
16
+
17
+ ### Features
18
+
19
+ * **Table:** allow a generic to be passed for cell props ([#6691](https://github.com/patternfly/patternfly-react/issues/6691)) ([e22c7be](https://github.com/patternfly/patternfly-react/commit/e22c7bebf630b7cd71e4dc434c593b69fa2fb2c8))
20
+
21
+
22
+
23
+
24
+
25
+ ## 5.43.3 (2022-01-04)
26
+
27
+
28
+ ### Bug Fixes
29
+
30
+ * **docs:** fix broken theme-patternfly-org link ([#6726](https://github.com/patternfly/patternfly-react/issues/6726)) ([4ba15e9](https://github.com/patternfly/patternfly-react/commit/4ba15e9d9611afbb80d995e4d63f5478c4212a9e))
31
+
32
+
33
+
34
+
35
+
36
+ ## 5.43.2 (2022-01-04)
37
+
38
+ **Note:** Version bump only for package @patternfly/react-docs
39
+
40
+
41
+
42
+
43
+
6
44
  ## 5.43.1 (2022-01-04)
7
45
 
8
46
 
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # React-docs
2
2
 
3
- This project uses [theme-patternfly-org](https://github.com/patternfly/patternfly-org/tree/master/packages/theme-patternfly-org) to render example MD files.
3
+ This project uses [theme-patternfly-org](https://github.com/patternfly/patternfly-org/tree/main/packages/theme-patternfly-org) to render example MD files.
4
4
 
5
5
  ## Writing an MD file
6
6
 
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.43.1",
4
+ "version": "5.44.1",
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.164.2",
26
- "@patternfly/react-catalog-view-extension": "^4.33.1",
27
- "@patternfly/react-charts": "^6.35.1",
28
- "@patternfly/react-code-editor": "^4.23.1",
29
- "@patternfly/react-core": "^4.182.1",
30
- "@patternfly/react-icons": "^4.33.1",
31
- "@patternfly/react-inline-edit-extension": "^4.27.1",
32
- "@patternfly/react-log-viewer": "^4.27.1",
33
- "@patternfly/react-styles": "^4.32.1",
34
- "@patternfly/react-table": "^4.51.1",
35
- "@patternfly/react-tokens": "^4.34.1",
36
- "@patternfly/react-topology": "^4.29.1",
37
- "@patternfly/react-virtualized-extension": "^4.29.1"
25
+ "@patternfly/patternfly": "4.164.4",
26
+ "@patternfly/react-catalog-view-extension": "^4.34.1",
27
+ "@patternfly/react-charts": "^6.36.1",
28
+ "@patternfly/react-code-editor": "^4.24.1",
29
+ "@patternfly/react-core": "^4.183.1",
30
+ "@patternfly/react-icons": "^4.34.1",
31
+ "@patternfly/react-inline-edit-extension": "^4.28.1",
32
+ "@patternfly/react-log-viewer": "^4.28.1",
33
+ "@patternfly/react-styles": "^4.33.1",
34
+ "@patternfly/react-table": "^4.52.1",
35
+ "@patternfly/react-tokens": "^4.35.1",
36
+ "@patternfly/react-topology": "^4.30.1",
37
+ "@patternfly/react-virtualized-extension": "^4.30.1"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@patternfly/patternfly-a11y": "4.2.1",
@@ -44,7 +44,7 @@
44
44
  "react-dom": "^17.0.0",
45
45
  "rimraf": "^2.6.3",
46
46
  "shx": "^0.3.2",
47
- "theme-patternfly-org": "0.8.12"
47
+ "theme-patternfly-org": "0.8.21"
48
48
  },
49
49
  "keywords": [
50
50
  "gatsby"
@@ -53,5 +53,5 @@
53
53
  "last 2 versions",
54
54
  "not ie <= 11"
55
55
  ],
56
- "gitHead": "7ef55a0e7fc984b853657c3b86e14e4e0f6ffe1c"
56
+ "gitHead": "87b97537c17089399b8c142a28fd35440a9dc8d1"
57
57
  }