@patternfly/documentation-framework 6.9.11 → 6.10.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 +9 -9
- package/versions.json +36 -9
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
|
+
# 6.10.0 (2025-04-30)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **misc:** change whitespace ([#4592](https://github.com/patternfly/patternfly-org/issues/4592)) ([a1de8d3](https://github.com/patternfly/patternfly-org/commit/a1de8d345f0f6a20f583599b4d7543b5497b8ff5))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## 6.9.12 (2025-04-28)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Reverts
|
|
21
|
+
|
|
22
|
+
* Revert "chore(deps): Downgrade to deps with React 19 support (#4583)" (#4587). ([7707f9f](https://github.com/patternfly/patternfly-org/commit/7707f9f1ced3115cc4d2615c95f6380b972d6c73)), closes [#4583](https://github.com/patternfly/patternfly-org/issues/4583) [#4587](https://github.com/patternfly/patternfly-org/issues/4587)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
6
28
|
## 6.9.11 (2025-04-28)
|
|
7
29
|
|
|
8
30
|
**Note:** Version bump only for package @patternfly/documentation-framework
|
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": "6.
|
|
4
|
+
"version": "6.10.0",
|
|
5
5
|
"author": "Red Hat",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"bin": {
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"@babel/preset-env": "^7.24.3",
|
|
13
13
|
"@babel/preset-react": "^7.24.1",
|
|
14
14
|
"@mdx-js/util": "1.6.16",
|
|
15
|
-
"@patternfly/ast-helpers": "^1.4.0-alpha.
|
|
15
|
+
"@patternfly/ast-helpers": "^1.4.0-alpha.186",
|
|
16
16
|
"@reach/router": "npm:@gatsbyjs/reach-router@1.3.9",
|
|
17
17
|
"autoprefixer": "9.8.6",
|
|
18
18
|
"babel-loader": "^9.1.3",
|
|
@@ -72,12 +72,12 @@
|
|
|
72
72
|
"webpack-merge": "5.8.0"
|
|
73
73
|
},
|
|
74
74
|
"peerDependencies": {
|
|
75
|
-
"@patternfly/patternfly": "6.3
|
|
76
|
-
"@patternfly/react-code-editor": "6.
|
|
77
|
-
"@patternfly/react-core": "6.
|
|
78
|
-
"@patternfly/react-table": "6.
|
|
79
|
-
"react": "^17.0.0 || ^18.0.0
|
|
80
|
-
"react-dom": "^17.0.0 || ^18.0.0
|
|
75
|
+
"@patternfly/patternfly": "^6.2.3",
|
|
76
|
+
"@patternfly/react-code-editor": "^6.2.2",
|
|
77
|
+
"@patternfly/react-core": "^6.2.2",
|
|
78
|
+
"@patternfly/react-table": "^6.2.2",
|
|
79
|
+
"react": "^17.0.0 || ^18.0.0",
|
|
80
|
+
"react-dom": "^17.0.0 || ^18.0.0"
|
|
81
81
|
},
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "e3441525d535cefd6a3fae4d002a7a1f02920ba6"
|
|
83
83
|
}
|
package/versions.json
CHANGED
|
@@ -1,28 +1,55 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Releases": [
|
|
3
|
+
{
|
|
4
|
+
"name": "6.2.1",
|
|
5
|
+
"date": "2025-04-21",
|
|
6
|
+
"latest": true,
|
|
7
|
+
"versions": {
|
|
8
|
+
"@patternfly/patternfly": "6.2.3",
|
|
9
|
+
"@patternfly/react-catalog-view-extension": "6.1.0",
|
|
10
|
+
"@patternfly/react-charts": "8.2.2",
|
|
11
|
+
"@patternfly/react-code-editor": "6.2.2",
|
|
12
|
+
"@patternfly/react-component-groups": "6.2.1",
|
|
13
|
+
"@patternfly/react-core": "6.2.2",
|
|
14
|
+
"@patternfly/react-drag-drop": "6.2.2",
|
|
15
|
+
"@patternfly/react-icons": "6.2.2",
|
|
16
|
+
"@patternfly/react-log-viewer": "6.1.0",
|
|
17
|
+
"@patternfly/react-styles": "6.2.2",
|
|
18
|
+
"@patternfly/react-table": "6.2.2",
|
|
19
|
+
"@patternfly/react-tokens": "6.2.2",
|
|
20
|
+
"@patternfly/react-topology": "6.2.0",
|
|
21
|
+
"@patternfly/react-user-feedback": "6.1.0",
|
|
22
|
+
"@patternfly/react-console": "6.0.0",
|
|
23
|
+
"@patternfly/quickstarts": "6.2.2",
|
|
24
|
+
"@patternfly/react-virtualized-extension": "6.0.0",
|
|
25
|
+
"@patternfly/react-templates": "6.2.2",
|
|
26
|
+
"@patternfly/chatbot": "2.2.1",
|
|
27
|
+
"@patternfly/data-view": "6.2.0"
|
|
28
|
+
}
|
|
29
|
+
},
|
|
3
30
|
{
|
|
4
31
|
"name": "6.2.0",
|
|
5
32
|
"date": "2024-12-17",
|
|
6
|
-
"
|
|
33
|
+
"hidden": true,
|
|
7
34
|
"versions": {
|
|
8
|
-
"@patternfly/patternfly": "6.
|
|
35
|
+
"@patternfly/patternfly": "6.2.0",
|
|
9
36
|
"@patternfly/react-catalog-view-extension": "6.1.0",
|
|
10
|
-
"@patternfly/react-charts": "8.2.
|
|
11
|
-
"@patternfly/react-code-editor": "6.2.
|
|
37
|
+
"@patternfly/react-charts": "8.2.0",
|
|
38
|
+
"@patternfly/react-code-editor": "6.2.0",
|
|
12
39
|
"@patternfly/react-component-groups": "6.2.0",
|
|
13
|
-
"@patternfly/react-core": "6.2.
|
|
14
|
-
"@patternfly/react-drag-drop": "6.2.
|
|
15
|
-
"@patternfly/react-icons": "6.2.
|
|
40
|
+
"@patternfly/react-core": "6.2.0",
|
|
41
|
+
"@patternfly/react-drag-drop": "6.2.0",
|
|
42
|
+
"@patternfly/react-icons": "6.2.0",
|
|
16
43
|
"@patternfly/react-log-viewer": "6.1.0",
|
|
17
44
|
"@patternfly/react-styles": "6.2.0",
|
|
18
|
-
"@patternfly/react-table": "6.2.
|
|
45
|
+
"@patternfly/react-table": "6.2.0",
|
|
19
46
|
"@patternfly/react-tokens": "6.2.0",
|
|
20
47
|
"@patternfly/react-topology": "6.2.0",
|
|
21
48
|
"@patternfly/react-user-feedback": "6.1.0",
|
|
22
49
|
"@patternfly/react-console": "6.0.0",
|
|
23
50
|
"@patternfly/quickstarts": "6.2.0",
|
|
24
51
|
"@patternfly/react-virtualized-extension": "6.0.0",
|
|
25
|
-
"@patternfly/react-templates": "6.2.
|
|
52
|
+
"@patternfly/react-templates": "6.2.0",
|
|
26
53
|
"@patternfly/chatbot": "2.2.1",
|
|
27
54
|
"@patternfly/data-view": "6.2.0"
|
|
28
55
|
}
|