diff --git a/.changeset/yummy-eagles-itch.md b/.changeset/yummy-eagles-itch.md deleted file mode 100644 index 2d1cc9b577..0000000000 --- a/.changeset/yummy-eagles-itch.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -"@patternfly/elements": minor ---- - -Added ``. - -A **label group** is a collection of labels that can be grouped by category -and used to represent one or more values assigned to a single attribute. -When the number of labels exceeds the configured limit, additional labels -are hidden under an overflow indicator. - -```html - - Filters - Security - Performance - Networking - -``` diff --git a/elements/CHANGELOG.md b/elements/CHANGELOG.md index 1ad0da86d6..f11ef1b9f5 100644 --- a/elements/CHANGELOG.md +++ b/elements/CHANGELOG.md @@ -1,5 +1,24 @@ # @patternfly/elements +## 4.4.0 +### Minor Changes + +- 1377f14: Added ``. + + A **label group** is a collection of labels that can be grouped by category + and used to represent one or more values assigned to a single attribute. + When the number of labels exceeds the configured limit, additional labels + are hidden under an overflow indicator. + + ```html + + Filters + Security + Performance + Networking + + ``` + ## 4.3.1 ### Patch Changes diff --git a/elements/package.json b/elements/package.json index be137e3b38..f53097f548 100644 --- a/elements/package.json +++ b/elements/package.json @@ -1,7 +1,7 @@ { "name": "@patternfly/elements", "license": "MIT", - "version": "4.3.1", + "version": "4.4.0", "description": "PatternFly Elements", "customElements": "custom-elements.json", "type": "module",