Skip to content

Commit a1de8d3

Browse files
authored
feat(misc): change whitespace (#4592)
* feat(misc): change whitespace * add update to framework
1 parent aeab521 commit a1de8d3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@octokit/rest": "^19.0.7",
3333
"@patternfly/patternfly": "^6.2.3",
3434
"@patternfly/react-code-editor": "^6.2.2",
35-
"@patternfly/react-core": "^6.2.2",
35+
"@patternfly/react-core": "^6.2.2",
3636
"@patternfly/react-table": "^6.2.2",
3737
"glob": "^8.1.0",
3838
"lerna": "^6.4.1",

packages/documentation-framework/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
88

99
### Reverts
1010

11-
* 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)
11+
* 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)
1212

1313

1414

packages/documentation-site/patternfly-docs/content/get-started/release-highlights.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Release highlights
44
section: get-started
55
---
66
import './get-started.css';
7-
import { Divider, Timestamp } from '@patternfly/react-core';
7+
import { Divider, Timestamp } from '@patternfly/react-core';
88

99
<Timestamp date={new Date(2025, 3)}>April 2025</Timestamp>
1010

0 commit comments

Comments
 (0)