From 7137f544593c04a0bcbbd2ff3205b8e793e15351 Mon Sep 17 00:00:00 2001 From: felipepetuco Date: Mon, 25 Nov 2024 11:09:56 -0300 Subject: [PATCH] build: release 17.26.8 --- CHANGELOG.md | 10 ++++++++++ package.json | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa2a574333..3b91190ba1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.8](https://github.com/po-ui/po-angular/compare/v17.26.7...v17.26.8) (2024-11-25) + + +### Bug Fixes + +* **chart:** corrige espaço em branco ([62643a2](https://github.com/po-ui/po-angular/commit/62643a2177257f709f5327ec21a0f5b32fea66f1)) +* **combo/select:** ajusta cores do chevron-down conforme AnimaliaDS ([241a436](https://github.com/po-ui/po-angular/commit/241a4362e350bcf0f5e037445958250fda081b28)), closes [#2154](https://github.com/po-ui/po-angular/issues/2154) +* **dynamic-form:** adiciona interface de multiselect em optionsService ([38a9e03](https://github.com/po-ui/po-angular/commit/38a9e0342bf02c6d6fd4bcd1b39f44bd10734600)) +* **dynamic-form:** corrige erro de visibilidade dos campos no container ([af21138](https://github.com/po-ui/po-angular/commit/af211383ed04384c049c9399b158c2fe03c29f5c)) + ### [17.26.7](https://github.com/po-ui/po-angular/compare/v17.26.6...v17.26.7) (2024-11-11) diff --git a/package.json b/package.json index 6a709a8a7a..570f01d4f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "po-ui-sources", - "version": "17.26.7", + "version": "17.26.8", "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.7", + "@po-ui/style": "17.26.8", "capitalize": "^2.0.4", "colors": "1.4.0", "core-js": "3.33.3",