docs(release-highlights): Adds missing package version links.#4477
docs(release-highlights): Adds missing package version links.#4477nicolethoen merged 3 commits intopatternfly:mainfrom
Conversation
|
|
||
| ### Promoted package versions | ||
| - patternfly/patternfly ([changelog](https://github.com/patternfly/patternfly/releases/tag/v6.1.0)) | ||
| - [@patternfly/patternfly6.1.0](https://www.npmjs.com/package/@patternfly/patternfly) |
There was a problem hiding this comment.
I think we should be consistent about having the initial @, two lines have it and the rest don't, and maybe adding a space or hyphen between the package and the version number?
@patternfly/patternfly@6.1.0 would follow a pattern that I've seen notated in package.json before, but I'm not sure there's a convention for calling out a specific version.
There was a problem hiding this comment.
Oops, good callout! Totally dropped the @ as I was building the list.
I'll make updates with your suggestions, tysm!
| - [patternfly/react-templates6.1.0](https://www.npmjs.com/package/@patternfly/react-templates) | ||
| - [patternfly/react-tokens6.1.0](https://www.npmjs.com/package/@patternfly/react-tokens) | ||
| - PatternFly extensions | ||
| - [patternfly/react-component-groups](https://www.npmjs.com/package/@patternfly/react-component-groups) ([changelog](https://github.com/patternfly/react-component-groups/releases/tag/v6.1.0)) |
There was a problem hiding this comment.
We should probably also call out the version numbers for the extensions as well.
component-groups, log-viewer, topology, quickstarts all released wtih 6.1.0 and chatbot released with 2.1.0
Closes #4460