diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b91190ba1..49cc0bed7c 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. +### [17.26.9](https://github.com/po-ui/po-angular/compare/v17.26.8...v17.26.9) (2024-12-09) + + +### Bug Fixes + +* **dynamic-view:** ajusta renderizaĆ§Ć£o do multiselect ([18c18bb](https://github.com/po-ui/po-angular/commit/18c18bb3f5048cbe8bbc092db73aee7b3a108f0a)), closes [#2308](https://github.com/po-ui/po-angular/issues/2308) +* **page-job-scheduler:** corrige erro quando 'firstExecution' undefined ([b32312f](https://github.com/po-ui/po-angular/commit/b32312fdb8de633303971eff6d0d2bd9ee0cbb43)) + ### [17.26.8](https://github.com/po-ui/po-angular/compare/v17.26.7...v17.26.8) (2024-11-25) diff --git a/package.json b/package.json index 570f01d4f1..4e2d35b031 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "po-ui-sources", - "version": "17.26.8", + "version": "17.26.9", "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.8", + "@po-ui/style": "17.26.9", "capitalize": "^2.0.4", "colors": "1.4.0", "core-js": "3.33.3",