From c72b4ae69325951ddb9da2ac9a83ce803c562ee5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 07:53:48 +0000 Subject: [PATCH] chore: prepare release --- .changeset/two-moose-cough.md | 4 ---- core/pfe-core/CHANGELOG.md | 5 +++++ core/pfe-core/package.json | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) delete mode 100644 .changeset/two-moose-cough.md diff --git a/.changeset/two-moose-cough.md b/.changeset/two-moose-cough.md deleted file mode 100644 index 105733b3f6..0000000000 --- a/.changeset/two-moose-cough.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -"@patternfly/pfe-core": patch ---- -`InternalsController`: allows accessibility auditing tools to access element internals. diff --git a/core/pfe-core/CHANGELOG.md b/core/pfe-core/CHANGELOG.md index 5cffcdb7ec..2caf6d1123 100644 --- a/core/pfe-core/CHANGELOG.md +++ b/core/pfe-core/CHANGELOG.md @@ -1,5 +1,10 @@ # @patternfly/pfe-core +## 5.0.9 +### Patch Changes + +- 3a64fd3: `InternalsController`: allows accessibility auditing tools to access element internals. + ## 5.0.8 ### Patch Changes diff --git a/core/pfe-core/package.json b/core/pfe-core/package.json index 7c5a920766..601c1f21db 100644 --- a/core/pfe-core/package.json +++ b/core/pfe-core/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/pfe-core", - "version": "5.0.8", + "version": "5.0.9", "license": "MIT", "description": "PatternFly Elements Core Library", "customElements": "custom-elements.json",