@patternfly/documentation-framework 5.22.0 → 5.24.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.
- package/CHANGELOG.md +22 -0
- package/package.json +8 -8
- package/versions.json +41 -16
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,28 @@
|
|
|
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.24.0 (2024-10-02)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **v5:** allow v5 branch to publish ([#4291](https://github.com/patternfly/patternfly-org/issues/4291)) ([169f285](https://github.com/patternfly/patternfly-org/commit/169f2853cb0be697669aeae5c6ad07ca3c3e2d06))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# 5.23.0 (2024-08-28)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* **org-main:** update to 5.4 release versions ([#4230](https://github.com/patternfly/patternfly-org/issues/4230)) ([58ce2af](https://github.com/patternfly/patternfly-org/commit/58ce2af8118b09fca0a2e6836c8ec3138d38bd60))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
6
28
|
# 5.22.0 (2024-08-28)
|
|
7
29
|
|
|
8
30
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@patternfly/documentation-framework",
|
|
3
3
|
"description": "A framework to build documentation for PatternFly.",
|
|
4
|
-
"version": "5.
|
|
4
|
+
"version": "5.24.0",
|
|
5
5
|
"author": "Red Hat",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"private": false,
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"@babel/preset-env": "^7.24.3",
|
|
14
14
|
"@babel/preset-react": "^7.24.1",
|
|
15
15
|
"@mdx-js/util": "1.6.16",
|
|
16
|
-
"@patternfly/ast-helpers": "^1.
|
|
16
|
+
"@patternfly/ast-helpers": "^1.24.0",
|
|
17
17
|
"@reach/router": "npm:@gatsbyjs/reach-router@1.3.9",
|
|
18
18
|
"autoprefixer": "9.8.6",
|
|
19
19
|
"babel-loader": "^9.1.3",
|
|
@@ -73,13 +73,13 @@
|
|
|
73
73
|
"webpack-merge": "5.8.0"
|
|
74
74
|
},
|
|
75
75
|
"peerDependencies": {
|
|
76
|
-
"@patternfly/patternfly": "5.4.
|
|
77
|
-
"@patternfly/react-code-editor": "5.4.
|
|
78
|
-
"@patternfly/react-core": "5.4.
|
|
79
|
-
"@patternfly/react-styles": "5.4.0
|
|
80
|
-
"@patternfly/react-table": "5.4.
|
|
76
|
+
"@patternfly/patternfly": "5.4.1",
|
|
77
|
+
"@patternfly/react-code-editor": "5.4.3",
|
|
78
|
+
"@patternfly/react-core": "5.4.1",
|
|
79
|
+
"@patternfly/react-styles": "5.4.0",
|
|
80
|
+
"@patternfly/react-table": "5.4.1",
|
|
81
81
|
"react": "^17.0.0 || ^18.0.0",
|
|
82
82
|
"react-dom": "^17.0.0 || ^18.0.0"
|
|
83
83
|
},
|
|
84
|
-
"gitHead": "
|
|
84
|
+
"gitHead": "5a39cb3c97eabfb4ff3330194fc9dfae85520f82"
|
|
85
85
|
}
|
package/versions.json
CHANGED
|
@@ -1,28 +1,53 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Releases": [
|
|
3
3
|
{
|
|
4
|
-
"name": "5.4.
|
|
5
|
-
"date": "2024-
|
|
4
|
+
"name": "5.4.1",
|
|
5
|
+
"date": "2024-09-30",
|
|
6
6
|
"latest": true,
|
|
7
7
|
"versions": {
|
|
8
|
-
"@patternfly/patternfly": "5.4.
|
|
9
|
-
"@patternfly/react-charts": "7.4.
|
|
10
|
-
"@patternfly/react-code-editor": "5.4.
|
|
11
|
-
"@patternfly/react-core": "5.4.
|
|
12
|
-
"@patternfly/react-icons": "5.4.0
|
|
13
|
-
"@patternfly/react-styles": "5.4.0
|
|
14
|
-
"@patternfly/react-table": "5.4.
|
|
15
|
-
"@patternfly/react-drag-drop": "5.4.
|
|
16
|
-
"@patternfly/react-tokens": "5.4.0
|
|
8
|
+
"@patternfly/patternfly": "5.4.1",
|
|
9
|
+
"@patternfly/react-charts": "7.4.3",
|
|
10
|
+
"@patternfly/react-code-editor": "5.4.3",
|
|
11
|
+
"@patternfly/react-core": "5.4.1",
|
|
12
|
+
"@patternfly/react-icons": "5.4.0",
|
|
13
|
+
"@patternfly/react-styles": "5.4.0",
|
|
14
|
+
"@patternfly/react-table": "5.4.1",
|
|
15
|
+
"@patternfly/react-drag-drop": "5.4.1",
|
|
16
|
+
"@patternfly/react-tokens": "5.4.0",
|
|
17
|
+
"@patternfly/react-catalog-view-extension": "5.0.0",
|
|
18
|
+
"@patternfly/react-component-groups": "5.1.0",
|
|
19
|
+
"@patternfly/react-console": "5.1.0",
|
|
20
|
+
"@patternfly/react-log-viewer": "5.3.0",
|
|
21
|
+
"@patternfly/react-topology": "5.4.0",
|
|
22
|
+
"@patternfly/react-user-feedback": "5.0.0",
|
|
23
|
+
"@patternfly/react-virtualized-extension": "5.0.0",
|
|
24
|
+
"@patternfly/quickstarts": "5.4.0",
|
|
25
|
+
"@patternfly/react-templates": "1.1.1"
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "5.4.0",
|
|
30
|
+
"date": "2024-08-28",
|
|
31
|
+
"hidden": true,
|
|
32
|
+
"versions": {
|
|
33
|
+
"@patternfly/patternfly": "5.4.0",
|
|
34
|
+
"@patternfly/react-charts": "7.4.0",
|
|
35
|
+
"@patternfly/react-code-editor": "5.4.0",
|
|
36
|
+
"@patternfly/react-core": "5.4.0",
|
|
37
|
+
"@patternfly/react-icons": "5.4.0",
|
|
38
|
+
"@patternfly/react-styles": "5.4.0",
|
|
39
|
+
"@patternfly/react-table": "5.4.0",
|
|
40
|
+
"@patternfly/react-drag-drop": "5.4.0",
|
|
41
|
+
"@patternfly/react-tokens": "5.4.0",
|
|
17
42
|
"@patternfly/react-catalog-view-extension": "5.0.0",
|
|
18
43
|
"@patternfly/react-component-groups": "5.1.0",
|
|
19
|
-
"@patternfly/react-console": "5.1.0
|
|
20
|
-
"@patternfly/react-log-viewer": "5.
|
|
21
|
-
"@patternfly/react-topology": "5.4.0
|
|
44
|
+
"@patternfly/react-console": "5.1.0",
|
|
45
|
+
"@patternfly/react-log-viewer": "5.3.0",
|
|
46
|
+
"@patternfly/react-topology": "5.4.0",
|
|
22
47
|
"@patternfly/react-user-feedback": "5.0.0",
|
|
23
48
|
"@patternfly/react-virtualized-extension": "5.0.0",
|
|
24
|
-
"@patternfly/quickstarts": "5.4.0
|
|
25
|
-
"@patternfly/react-templates": "1.1.0
|
|
49
|
+
"@patternfly/quickstarts": "5.4.0",
|
|
50
|
+
"@patternfly/react-templates": "1.1.0"
|
|
26
51
|
}
|
|
27
52
|
},
|
|
28
53
|
{
|