diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f718d4d57..fa2d2daf36 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. +### [17.26.1](https://github.com/po-ui/po-angular/compare/v17.26.0...v17.26.1) (2024-09-30) + + +### Bug Fixes + +* **table:** possibilita desabilitar a propriedade p-virtual-scroll ([aa1fe6b](https://github.com/po-ui/po-angular/commit/aa1fe6b6dd18bf294bbfb1b15cb8e955b822a3e7)) + ### [17.26.0](https://github.com/po-ui/po-angular/compare/v17.25.0...v17.26.0) (2024-09-09) diff --git a/package.json b/package.json index 52ca894c33..1e44db0bf6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "po-ui-sources", - "version": "17.26.0", + "version": "17.26.1", "description": "PO UI", "homepage": "https://po-ui.io", "license": "MIT", @@ -74,7 +74,7 @@ "@angular/router": "~17.2.4", "@capacitor/core": "5.7.2", "@capacitor/network": "^5.0.7", - "@po-ui/style": "17.26.0", + "@po-ui/style": "17.26.1", "capitalize": "^2.0.4", "colors": "1.4.0", "core-js": "3.33.3",