@patternfly/react-docs 7.0.0-alpha.100 → 7.0.0-alpha.102
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 +12 -0
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
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
|
+
# [7.0.0-alpha.102](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@7.0.0-alpha.101...@patternfly/react-docs@7.0.0-alpha.102) (2024-07-29)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- **deps:** bump v6 alphas ([#10816](https://github.com/patternfly/patternfly-react/issues/10816)) ([d99aa9b](https://github.com/patternfly/patternfly-react/commit/d99aa9b3157f4559a8741415528832946aa32ddf))
|
|
11
|
+
|
|
12
|
+
# [7.0.0-alpha.101](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@7.0.0-alpha.100...@patternfly/react-docs@7.0.0-alpha.101) (2024-07-29)
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
- **Masthead:** Updates for new masthead structure in Penta ([#10809](https://github.com/patternfly/patternfly-react/issues/10809)) ([266ee47](https://github.com/patternfly/patternfly-react/commit/266ee476020c51487ae4d426fdab90efc73d12f1))
|
|
17
|
+
|
|
6
18
|
# [7.0.0-alpha.100](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@7.0.0-alpha.99...@patternfly/react-docs@7.0.0-alpha.100) (2024-07-29)
|
|
7
19
|
|
|
8
20
|
**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": "7.0.0-alpha.
|
|
4
|
+
"version": "7.0.0-alpha.102",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
7
7
|
"tag": "alpha"
|
|
@@ -23,16 +23,16 @@
|
|
|
23
23
|
"test:a11y": "patternfly-a11y --config patternfly-a11y.config"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@patternfly/patternfly": "6.0.0-alpha.
|
|
27
|
-
"@patternfly/react-charts": "^8.0.0-alpha.
|
|
28
|
-
"@patternfly/react-code-editor": "^6.0.0-alpha.
|
|
29
|
-
"@patternfly/react-core": "^6.0.0-alpha.
|
|
30
|
-
"@patternfly/react-drag-drop": "^6.0.0-alpha.
|
|
31
|
-
"@patternfly/react-icons": "^6.0.0-alpha.
|
|
32
|
-
"@patternfly/react-styles": "^6.0.0-alpha.
|
|
33
|
-
"@patternfly/react-table": "^6.0.0-alpha.
|
|
34
|
-
"@patternfly/react-templates": "^6.0.0-alpha.
|
|
35
|
-
"@patternfly/react-tokens": "^6.0.0-alpha.
|
|
26
|
+
"@patternfly/patternfly": "6.0.0-alpha.205",
|
|
27
|
+
"@patternfly/react-charts": "^8.0.0-alpha.36",
|
|
28
|
+
"@patternfly/react-code-editor": "^6.0.0-alpha.94",
|
|
29
|
+
"@patternfly/react-core": "^6.0.0-alpha.94",
|
|
30
|
+
"@patternfly/react-drag-drop": "^6.0.0-alpha.76",
|
|
31
|
+
"@patternfly/react-icons": "^6.0.0-alpha.34",
|
|
32
|
+
"@patternfly/react-styles": "^6.0.0-alpha.33",
|
|
33
|
+
"@patternfly/react-table": "^6.0.0-alpha.95",
|
|
34
|
+
"@patternfly/react-templates": "^6.0.0-alpha.44",
|
|
35
|
+
"@patternfly/react-tokens": "^6.0.0-alpha.33"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@patternfly/documentation-framework": "^6.0.0-alpha.66",
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"last 2 versions",
|
|
46
46
|
"not ie <= 11"
|
|
47
47
|
],
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "30e3c0351127628ce69c479a7f3157277fb9e7d1"
|
|
49
49
|
}
|