@patternfly/react-docs 5.103.65 → 5.103.66
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,17 @@
|
|
|
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.103.66](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@5.103.65...@patternfly/react-docs@5.103.66) (2023-02-02)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **docs:** update release notes date to bump docs version ([#8641](https://github.com/patternfly/patternfly-react/issues/8641)) ([91f26c7](https://github.com/patternfly/patternfly-react/commit/91f26c77c970c135028b60e647dfd0642cddeecd))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [5.103.65](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@5.103.64...@patternfly/react-docs@5.103.65) (2023-02-01)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package @patternfly/react-docs
|
package/RELEASE-NOTES.md
CHANGED
|
@@ -3,7 +3,7 @@ id: Release notes
|
|
|
3
3
|
section: developer-resources
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
-
## 2023.01 release notes (2023-
|
|
6
|
+
## 2023.01 release notes (2023-02-02)
|
|
7
7
|
- [@patternfly/react-catalog-view-extension@4.95.1](https://www.npmjs.com/package/@patternfly/react-catalog-view-extension/v/4.95.1)
|
|
8
8
|
- [@patternfly/react-charts@6.94.18](https://www.npmjs.com/package/@patternfly/react-charts/v/6.94.18)
|
|
9
9
|
- [@patternfly/react-code-editor@4.82.113](https://www.npmjs.com/package/@patternfly/react-code-editor/v/4.82.113)
|
|
@@ -111,7 +111,7 @@ section: developer-resources
|
|
|
111
111
|
### Catalog view extension
|
|
112
112
|
- Removed catalog view extension from patternfly-react repo ([#8474](https://github.com/patternfly/patternfly-react/pull/8474))
|
|
113
113
|
|
|
114
|
-
### Log viewer
|
|
114
|
+
### Log viewer
|
|
115
115
|
- Removed log viewer as it has it's own repo ([#8571](https://github.com/patternfly/patternfly-react/pull/8571))
|
|
116
116
|
|
|
117
117
|
### Table
|
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.103.
|
|
4
|
+
"version": "5.103.66",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
7
7
|
"tag": "prerelease-v4"
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@patternfly/react-styles": "^4.92.6",
|
|
32
32
|
"@patternfly/react-table": "^4.112.39",
|
|
33
33
|
"@patternfly/react-tokens": "^4.94.6",
|
|
34
|
-
"@patternfly/react-topology": "^4.91.
|
|
34
|
+
"@patternfly/react-topology": "^4.91.28",
|
|
35
35
|
"@patternfly/react-virtualized-extension": "^4.88.113"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"last 2 versions",
|
|
48
48
|
"not ie <= 11"
|
|
49
49
|
],
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "25b70978ef1d779ff98260036ce83b94bff5c34e"
|
|
51
51
|
}
|
|
@@ -4,6 +4,7 @@ import '@patternfly/react-styles/src/css/components/Topology/topology-controlbar
|
|
|
4
4
|
import '@patternfly/react-styles/src/css/components/Topology/topology-side-bar.css';
|
|
5
5
|
import '@patternfly/react-styles/src/css/components/Topology/topology-view.css';
|
|
6
6
|
import '@patternfly/react-styles/src/css/components/Topology/topology-components.css';
|
|
7
|
+
import '@patternfly/react-styles/src/css/components/Topology/topology-pipelines.css';
|
|
7
8
|
import '@patternfly/react-styles/src/css/layouts/Toolbar/toolbar.css';
|
|
8
9
|
import '@patternfly/react-styles/src/css/components/Popper/Popper.css';
|
|
9
10
|
|