diff --git a/.changeset/shaggy-pans-brush.md b/.changeset/shaggy-pans-brush.md deleted file mode 100644 index 98ec99a1fc..0000000000 --- a/.changeset/shaggy-pans-brush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@patternfly/pfe-core": patch ---- - -`FloatingDOMController`: improved performance by inling and removing the `@floating-ui/dom` dependency diff --git a/core/pfe-core/CHANGELOG.md b/core/pfe-core/CHANGELOG.md index a45bb3f589..0e3a767d85 100644 --- a/core/pfe-core/CHANGELOG.md +++ b/core/pfe-core/CHANGELOG.md @@ -1,5 +1,10 @@ # @patternfly/pfe-core +## 5.0.4 +### Patch Changes + +- 788a567: `FloatingDOMController`: improved performance by inling and removing the `@floating-ui/dom` dependency + ## 5.0.3 ### Patch Changes diff --git a/core/pfe-core/package.json b/core/pfe-core/package.json index 7f17999e76..578aee7e8c 100644 --- a/core/pfe-core/package.json +++ b/core/pfe-core/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/pfe-core", - "version": "5.0.3", + "version": "5.0.4", "license": "MIT", "description": "PatternFly Elements Core Library", "customElements": "custom-elements.json",