From 35369fc2e88fdb9a87ce2ad0c7b89e38d85ca45f Mon Sep 17 00:00:00 2001 From: renanarosario Date: Tue, 29 Oct 2024 12:55:02 -0300 Subject: [PATCH] build: release 17.26.5 --- CHANGELOG.md | 9 +++++++++ package.json | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8c20eea06..0812068d1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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.5](https://github.com/po-ui/po-angular/compare/v17.26.4...v17.26.5) (2024-10-29) + + +### Bug Fixes + +* **accordion:** corrige texto grande no componente ([5cb5c4f](https://github.com/po-ui/po-angular/commit/5cb5c4f6d3180c366e88b97e8dd5fcf8aaedeb65)) +* **dynamic-form:** corrige requisição repetida ([9900291](https://github.com/po-ui/po-angular/commit/99002918c046ba8e253fbecec81d415c31953db4)) +* **page-default:** ajusta propriedade `visible` do `PoPageAction` ([91bc717](https://github.com/po-ui/po-angular/commit/91bc717c870c333027f3a2411045b28c16f518d1)), closes [#1836](https://github.com/po-ui/po-angular/issues/1836) + ### [17.26.4](https://github.com/po-ui/po-angular/compare/v17.26.3...v17.26.4) (2024-10-21) diff --git a/package.json b/package.json index 3ea08749a2..8c78c1e876 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "po-ui-sources", - "version": "17.26.4", + "version": "17.26.5", "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.4", + "@po-ui/style": "17.26.5", "capitalize": "^2.0.4", "colors": "1.4.0", "core-js": "3.33.3",