diff --git a/CHANGELOG.md b/CHANGELOG.md index b374eccd1d..f8267b7f35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [19.39.12](https://github.com/po-ui/po-angular/compare/v19.39.11...v19.39.12) (2026-05-25) + + +### Bug Fixes + +* **popover:** corrige crescimento automatico de width ([e29124f](https://github.com/po-ui/po-angular/commit/e29124f77df662b7b24a2a3e3a571a8ffa483819)) + ### [19.39.11](https://github.com/po-ui/po-angular/compare/v19.39.10...v19.39.11) (2026-05-14) diff --git a/package.json b/package.json index 09fba214b1..227a531847 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "po-ui-sources", - "version": "19.39.11", + "version": "19.39.12", "description": "PO UI", "homepage": "https://po-ui.io", "license": "MIT", @@ -74,7 +74,7 @@ "@angular/router": "~19.2.20", "@capacitor/core": "5.7.2", "@capacitor/network": "^5.0.7", - "@po-ui/style": "19.39.11", + "@po-ui/style": "19.39.12", "custom-idle-queue": "4.0.0", "echarts": "^5.6.0", "http-status-codes": "^2.3.0",