diff --git a/CHANGELOG.md b/CHANGELOG.md index 0812068d1..1a8849cf6 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.6](https://github.com/po-ui/po-angular/compare/v17.26.5...v17.26.6) (2024-11-04) + + +### Bug Fixes + +* **page-job-scheduler:** ajusta diferença na data selecionada ([2269392](https://github.com/po-ui/po-angular/commit/2269392aafbe328106087025c77611444af695c5)) + ### [17.26.5](https://github.com/po-ui/po-angular/compare/v17.26.4...v17.26.5) (2024-10-29) diff --git a/package.json b/package.json index 8c78c1e87..e10fbed4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "po-ui-sources", - "version": "17.26.5", + "version": "17.26.6", "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.5", + "@po-ui/style": "17.26.6", "capitalize": "^2.0.4", "colors": "1.4.0", "core-js": "3.33.3",