From 7dca3aa0c97186b0a00ba361d3191fa8b6bcb094 Mon Sep 17 00:00:00 2001 From: felipepetuco Date: Mon, 16 Dec 2024 10:48:11 -0300 Subject: [PATCH] build: release 18.21.0 --- CHANGELOG.md | 9 +++++++++ package.json | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa29b9643..2c08fdac0 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. +## [18.21.0](https://github.com/po-ui/po-angular/compare/v18.20.0...v18.21.0) (2024-12-16) + + +### Features + +* **dynamics:** cria nova propriedade visibleFixedFilters ([1ccbbdc](https://github.com/po-ui/po-angular/commit/1ccbbdca1d40622ddb499c03be7ab672feef40b6)) +* **input:** inclusão da propriedade `p-mask-no-length-validation` ([2fbbf86](https://github.com/po-ui/po-angular/commit/2fbbf861e73ae5a8967649fa46b4cd48fabf4e87)) +* **stepper:** cria a propriedade p-disable-click ([c4c4239](https://github.com/po-ui/po-angular/commit/c4c42392562814db5075ce0a11fd0a9e086f20cf)) + ## [18.20.0](https://github.com/po-ui/po-angular/compare/v18.19.1...v18.20.0) (2024-12-11) diff --git a/package.json b/package.json index b35d562fc..b38b03d74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "po-ui-sources", - "version": "18.20.0", + "version": "18.21.0", "description": "PO UI", "homepage": "https://po-ui.io", "license": "MIT", @@ -75,7 +75,7 @@ "@angular/router": "~18.0.1", "@capacitor/core": "5.7.2", "@capacitor/network": "^5.0.7", - "@po-ui/style": "18.20.0", + "@po-ui/style": "18.21.0", "capitalize": "^2.0.4", "colors": "1.4.0", "core-js": "3.33.3",