From 4179390ca1a506c380d1cb8727cdda0915c9c9c0 Mon Sep 17 00:00:00 2001 From: jnrpalma Date: Mon, 22 Jul 2024 10:55:56 -0300 Subject: [PATCH] build: release 17.20.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13025349e3..0d39baa80a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.20.0](https://github.com/po-ui/po-angular/compare/v17.19.0...v17.20.0) (2024-07-22) + + +### Features + +* **menu:** adiciona propriedade p-search-tree-items ([d1e0480](https://github.com/po-ui/po-angular/commit/d1e048013eb0b595535742724f4413a28bc18405)) + + +### Bug Fixes + +* **lookup:** corrige itens selecionados que são omitidos após a pesquisa ([9dbdee1](https://github.com/po-ui/po-angular/commit/9dbdee15f138307c006d86aa92b6cf3822973bd1)) + ## [17.19.0](https://github.com/po-ui/po-angular/compare/v17.18.1...v17.19.0) (2024-07-15) diff --git a/package.json b/package.json index 96c3d8c6ea..8f0993f49e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "po-ui-sources", - "version": "17.19.0", + "version": "17.20.0", "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.19.0", + "@po-ui/style": "17.20.0", "capitalize": "^2.0.4", "colors": "1.4.0", "core-js": "3.33.3",