Skip to content

Commit

Permalink
feat(deps): version bump and release notes for 5.2.2 patch release (#…
Browse files Browse the repository at this point in the history
…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 <[email protected]>

---------

Co-authored-by: Erin Donehoo <[email protected]>
  • Loading branch information
wise-king-sullyman and edonehoo authored Mar 13, 2024
1 parent f511590 commit 94d3654
Show file tree
Hide file tree
Showing 5 changed files with 95 additions and 17 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
},
"devDependencies": {
"@patternfly/patternfly": "5.2.1",
"@patternfly/react-code-editor": "5.2.1",
"@patternfly/react-core": "5.2.1",
"@patternfly/react-table": "5.2.1",
"@patternfly/react-code-editor": "5.2.2",
"@patternfly/react-core": "5.2.2",
"@patternfly/react-table": "5.2.2",
"@octokit/rest": "^19.0.7",
"glob": "^8.1.0",
"lerna": "^6.4.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/documentation-framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@
},
"peerDependencies": {
"@patternfly/patternfly": "5.2.1",
"@patternfly/react-code-editor": "5.2.1",
"@patternfly/react-core": "5.2.1",
"@patternfly/react-table": "5.2.1",
"@patternfly/react-code-editor": "5.2.2",
"@patternfly/react-core": "5.2.2",
"@patternfly/react-table": "5.2.2",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
}
Expand Down
26 changes: 25 additions & 1 deletion packages/documentation-framework/versions.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,33 @@
{
"Releases": [
{
"name": "5.2.2",
"date": "2024-03-12",
"latest": 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",
"latest": true,
"hidden": true,
"versions": {
"@patternfly/patternfly": "5.2.1",
"@patternfly/react-charts": "7.2.2",
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
56 changes: 46 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2304,7 +2304,19 @@
victory-voronoi-container "^36.9.1"
victory-zoom-container "^36.9.1"

"@patternfly/[email protected]", "@patternfly/react-code-editor@^5.2.1":
"@patternfly/[email protected]":
version "5.2.2"
resolved "https://registry.yarnpkg.com/@patternfly/react-code-editor/-/react-code-editor-5.2.2.tgz#24d13c552b54259d6c8fe67c87823159e976967e"
integrity sha512-7ZRYkTuf9VN7brml5+HTWbXytMcYmYFPob2K+A5xHkaOP6LSEaH3c6/XXdXdFSktR183ssdi2aZdwOW47gHVSw==
dependencies:
"@monaco-editor/react" "^4.6.0"
"@patternfly/react-core" "^5.2.2"
"@patternfly/react-icons" "^5.2.1"
"@patternfly/react-styles" "^5.2.1"
react-dropzone "14.2.3"
tslib "^2.5.0"

"@patternfly/react-code-editor@^5.2.1":
version "5.2.1"
resolved "https://registry.yarnpkg.com/@patternfly/react-code-editor/-/react-code-editor-5.2.1.tgz#f7180e5214902d1ef7af86ef128476b8e94650ea"
integrity sha512-waehn8842z/yCqpN9ZEE4/RxTm3j5uFscGQ6eroC94fy6LbK+S2eiHfk1bXwTyWi0gd6FEU75S43zN4Vz9y+8A==
Expand Down Expand Up @@ -2340,10 +2352,10 @@
xterm "^4.8.1"
xterm-addon-fit "^0.2.1"

"@patternfly/[email protected].1", "@patternfly/react-core@^5.2.1":
version "5.2.1"
resolved "https://registry.yarnpkg.com/@patternfly/react-core/-/react-core-5.2.1.tgz#e2fb0a4ce3418674378f80d0c2416e94cf20fd86"
integrity sha512-SWQHALhcjxjmwcIJ6V3tG6V7a2M0WkkUbc6F8mSPk6l9q6j3f+WvZ9HqgzVA+h+Q12UbtIrlQvgUx7pAxZekkg==
"@patternfly/[email protected].2", "@patternfly/react-core@^5.2.2":
version "5.2.2"
resolved "https://registry.yarnpkg.com/@patternfly/react-core/-/react-core-5.2.2.tgz#93cf450547e34dcacb43a36b08fd3443ccf8118e"
integrity sha512-8dCERIVT+/ESRZ7w7UvFz3w96189W8zU+6mqbkWMG/kO6ay4o1pxIoktUT67BMMtHQNZCA+onO6+SYJrl93I0Q==
dependencies:
"@patternfly/react-icons" "^5.2.1"
"@patternfly/react-styles" "^5.2.1"
Expand Down Expand Up @@ -2376,6 +2388,18 @@
react-dropzone "^14.2.3"
tslib "^2.5.0"

"@patternfly/react-core@^5.2.1":
version "5.2.1"
resolved "https://registry.yarnpkg.com/@patternfly/react-core/-/react-core-5.2.1.tgz#e2fb0a4ce3418674378f80d0c2416e94cf20fd86"
integrity sha512-SWQHALhcjxjmwcIJ6V3tG6V7a2M0WkkUbc6F8mSPk6l9q6j3f+WvZ9HqgzVA+h+Q12UbtIrlQvgUx7pAxZekkg==
dependencies:
"@patternfly/react-icons" "^5.2.1"
"@patternfly/react-styles" "^5.2.1"
"@patternfly/react-tokens" "^5.2.1"
focus-trap "7.5.2"
react-dropzone "^14.2.3"
tslib "^2.5.0"

"@patternfly/[email protected]":
version "6.2.2"
resolved "https://registry.yarnpkg.com/@patternfly/react-docs/-/react-docs-6.2.2.tgz#e3741a545c1ddb29afc300d616098d135964cec7"
Expand Down Expand Up @@ -2445,12 +2469,12 @@
resolved "https://registry.yarnpkg.com/@patternfly/react-styles/-/react-styles-5.2.1.tgz#a6f8c750bd65572702ea94c0a6b58f6c0d4361fb"
integrity sha512-GT96hzI1QenBhq6Pfc51kxnj9aVLjL1zSLukKZXcYVe0HPOy0BFm90bT1Fo4e/z7V9cDYw4SqSX1XLc3O4jsTw==

"@patternfly/[email protected].1", "@patternfly/react-table@^5.2.1":
version "5.2.1"
resolved "https://registry.yarnpkg.com/@patternfly/react-table/-/react-table-5.2.1.tgz#0e9cf587a6602e52a4e64e3223aa383174db6159"
integrity sha512-Kcuxhh8RjcHBwLMxdnhIAGsHKjh2t5OSC8BvRSaz2hlLCFqsQf73SALjs2w8IHHnzwSZ1fTBo4js2vPPjML3gg==
"@patternfly/[email protected].2":
version "5.2.2"
resolved "https://registry.yarnpkg.com/@patternfly/react-table/-/react-table-5.2.2.tgz#d7feb3e2ee0ecd95e2e3f387f13c454a7afb8806"
integrity sha512-Ah696FVch0lCoyslIigGgMg9ujsffXzURRaX7DYP1LyiKKVTe2ZnS9J2vSn/d/LuIEmTSsSOxbIeyzMZZEYOmg==
dependencies:
"@patternfly/react-core" "^5.2.1"
"@patternfly/react-core" "^5.2.2"
"@patternfly/react-icons" "^5.2.1"
"@patternfly/react-styles" "^5.2.1"
"@patternfly/react-tokens" "^5.2.1"
Expand All @@ -2469,6 +2493,18 @@
lodash "^4.17.19"
tslib "^2.5.0"

"@patternfly/react-table@^5.2.1":
version "5.2.1"
resolved "https://registry.yarnpkg.com/@patternfly/react-table/-/react-table-5.2.1.tgz#0e9cf587a6602e52a4e64e3223aa383174db6159"
integrity sha512-Kcuxhh8RjcHBwLMxdnhIAGsHKjh2t5OSC8BvRSaz2hlLCFqsQf73SALjs2w8IHHnzwSZ1fTBo4js2vPPjML3gg==
dependencies:
"@patternfly/react-core" "^5.2.1"
"@patternfly/react-icons" "^5.2.1"
"@patternfly/react-styles" "^5.2.1"
"@patternfly/react-tokens" "^5.2.1"
lodash "^4.17.19"
tslib "^2.5.0"

"@patternfly/react-tokens@^5.0.1":
version "5.0.1"
resolved "https://registry.yarnpkg.com/@patternfly/react-tokens/-/react-tokens-5.0.1.tgz#01eb28052d7680e32886d777dd474c0c3824ab0a"
Expand Down

0 comments on commit 94d3654

Please sign in to comment.