diff --git a/CHANGELOG.md b/CHANGELOG.md index 80cbc7823..318e750d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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.8.0](https://github.com/po-ui/po-angular/compare/v18.7.0...v18.8.0) (2024-09-30) + + +### Features + +* **stepper:** adiciona propriedade p-align-center ([260b596](https://github.com/po-ui/po-angular/commit/260b596e55e211881ef65c2abedb2db50f9ee390)) +* **stepper:** implementa definições do AnimaliaDS ([e9b8b25](https://github.com/po-ui/po-angular/commit/e9b8b251e02435b7c22dad9a0214365ef61dfddc)) + + +### Bug Fixes + +* **table:** possibilita desabilitar a propriedade p-virtual-scroll ([a87a116](https://github.com/po-ui/po-angular/commit/a87a1163b35ede9305d1d49f51dd8deaf449e366)) + ## [18.7.0](https://github.com/po-ui/po-angular/compare/v18.6.0...v18.7.0) (2024-09-16) diff --git a/package.json b/package.json index 34da63fa8..8500291ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "po-ui-sources", - "version": "18.7.0", + "version": "18.8.0", "description": "PO UI", "homepage": "https://po-ui.io", "license": "MIT", @@ -75,7 +75,7 @@ "@angular/router": "~18.0.1", "@capacitor/core": "5.7.2", "@capacitor/network": "^5.0.7", - "@po-ui/style": "18.7.0", + "@po-ui/style": "18.8.0", "capitalize": "^2.0.4", "colors": "1.4.0", "core-js": "3.33.3",