diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c3ee4ffe8..83015e7a16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. +### [18.4.0](https://github.com/po-ui/po-angular/compare/v18.3.0...v18.4.0) (2024-08-26) + + +### Bug Fixes + +* **listbox:** ajusta dimensões do loading-overlay no po-listbox ([77a7105](https://github.com/po-ui/po-angular/commit/77a7105961266fa9f2ab42ac9bce314df3d48e3b)) +* **tabs:** corrige renderização das tabs no estado inicial do componente ([ed87c50](https://github.com/po-ui/po-angular/commit/ed87c5073ae18c122a0dd985abc1b6dc5ec1f389)) + ### [18.3.0](https://github.com/po-ui/po-angular/compare/v18.2.0...v18.3.0) (2024-08-19) diff --git a/package.json b/package.json index b4a3998dc3..6379ed8d4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "po-ui-sources", - "version": "18.3.0", + "version": "18.4.0", "description": "PO UI", "homepage": "https://po-ui.io", "license": "MIT", @@ -74,7 +74,7 @@ "@angular/router": "~18.0.1", "@capacitor/core": "5.7.2", "@capacitor/network": "^5.0.7", - "@po-ui/style": "18.3.0", + "@po-ui/style": "18.4.0", "capitalize": "^2.0.4", "colors": "1.4.0", "core-js": "3.33.3",