From 4553400fd23c38b4cfa4d6317ea33b3070b22da7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 May 2025 18:40:41 +0000 Subject: [PATCH] chore: prepare release --- .changeset/shaky-things-beg.md | 6 ------ core/pfe-core/CHANGELOG.md | 5 +++++ core/pfe-core/package.json | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) delete mode 100644 .changeset/shaky-things-beg.md 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",