Skip to content

Commit

Permalink
feat(deps): version bump and release notes for 5.2.2 patch release (p…
Browse files Browse the repository at this point in the history
…atternfly#3919)

* feat(deps): version bump and release notes for 5.2.2 patch release

* fix(release-highlights): correct listed table version

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

Co-authored-by: Erin Donehoo <105813956+edonehoo@users.noreply.github.com>

---------

Co-authored-by: Erin Donehoo <105813956+edonehoo@users.noreply.github.com>
  • Loading branch information
2 people authored and nicolethoen committed Mar 22, 2024
1 parent e18e020 commit 1987195
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
24 changes: 24 additions & 0 deletions packages/documentation-framework/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,30 @@
"@patternfly/react-virtualized-extension": "5.1.0"
}
},{
"name": "5.2.2",
"date": "2024-03-12",
"hidden": true,
"versions": {
"@patternfly/patternfly": "5.2.1",
"@patternfly/react-charts": "7.2.2",
"@patternfly/react-code-editor": "5.2.2",
"@patternfly/react-core": "5.2.2",
"@patternfly/react-icons": "5.2.1",
"@patternfly/react-styles": "5.2.1",
"@patternfly/react-table": "5.2.2",
"@patternfly/react-drag-drop": "5.2.2",
"@patternfly/react-tokens": "5.2.1",
"@patternfly/react-catalog-view-extension": "5.0.0",
"@patternfly/react-component-groups": "5.1.0",
"@patternfly/react-console": "5.0.0",
"@patternfly/react-log-viewer": "5.2.0",
"@patternfly/react-topology": "5.2.1",
"@patternfly/react-user-feedback": "5.0.0",
"@patternfly/react-virtualized-extension": "5.0.0",
"@patternfly/quickstarts": "5.0.0"
}
},
{
"name": "5.2.1",
"date": "2024-03-01",
"hidden": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@ section: get-started
import './get-started.css';
import { Divider } from '@patternfly/react-core';

## PatternFly 5.2.2

PatternFly 5.2.2 is now live! This was a patch release to fix a significant bug that was found.

### Promoted package versions

- patternfly/patternfly-react ([changelog](https://github.com/patternfly/patternfly-react/releases/tag/5.2.2))
- [@patternfly/react-code-editor@5.2.2](https://www.npmjs.com/package/@patternfly/react-code-editor/v/5.2.2)
- [@patternfly/react-core@5.2.2](https://www.npmjs.com/package/@patternfly/react-core/v/5.2.2)
- [@patternfly/react-drag-drop@5.2.2](https://www.npmjs.com/package/@patternfly/react-drag-drop/v/5.2.2)
- [@patternfly/react-table@5.2.2](https://www.npmjs.com/package/@patternfly/react-table/v/5.2.2)

### Fixed bugs
In this patch release, we:
- Corrected an issue that caused our menu component to crash when dynamically resetting menu items.

<Divider />

## PatternFly 5.2.1

PatternFly 5.2.1 is now live! This was a patch release to fix a few bugs that were found.
Expand Down

0 comments on commit 1987195

Please sign in to comment.