diff --git a/.changeset/shaky-things-beg.md b/.changeset/shaky-things-beg.md deleted file mode 100644 index f3ade689c6..0000000000 --- a/.changeset/shaky-things-beg.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@patternfly/pfe-core": patch ---- - -`SlotController`: correctly report the state of the default slot in `isEmpty()` calls with no arguments - \ No newline at end of file diff --git a/core/pfe-core/CHANGELOG.md b/core/pfe-core/CHANGELOG.md index 300717fcef..d32815aecf 100644 --- a/core/pfe-core/CHANGELOG.md +++ b/core/pfe-core/CHANGELOG.md @@ -1,5 +1,10 @@ # @patternfly/pfe-core +## 5.0.2 +### Patch Changes + +- ce5b27b: `SlotController`: correctly report the state of the default slot in `isEmpty()` calls with no arguments + ## 5.0.1 ### Patch Changes diff --git a/core/pfe-core/package.json b/core/pfe-core/package.json index e64cdded6b..208c149d53 100644 --- a/core/pfe-core/package.json +++ b/core/pfe-core/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/pfe-core", - "version": "5.0.1", + "version": "5.0.2", "license": "MIT", "description": "PatternFly Elements Core Library", "customElements": "custom-elements.json",