From e1458f08b505b999586416ff9c145f8a782a275e Mon Sep 17 00:00:00 2001 From: jcorrea97 Date: Mon, 21 Oct 2024 10:41:02 -0300 Subject: [PATCH] build: release 17.26.4 --- CHANGELOG.md | 8 ++++++++ package.json | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad24b29514..c8c20eea06 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.4](https://github.com/po-ui/po-angular/compare/v17.26.3...v17.26.4) (2024-10-21) + + +### Bug Fixes + +* **page-login:** corrige literals rememberUser ([09a1a80](https://github.com/po-ui/po-angular/commit/09a1a80e98d001ffb2fe8c4481137ebd67167e89)) +* **table:** aplica regra indeterminate no checkbox ([1ec244f](https://github.com/po-ui/po-angular/commit/1ec244faf96ef5ed0f8321761db0d9581c200a8c)) + ### [17.26.3](https://github.com/po-ui/po-angular/compare/v17.26.2...v17.26.3) (2024-10-14) diff --git a/package.json b/package.json index bd9421375e..3ea08749a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "po-ui-sources", - "version": "17.26.3", + "version": "17.26.4", "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.3", + "@po-ui/style": "17.26.4", "capitalize": "^2.0.4", "colors": "1.4.0", "core-js": "3.33.3",