From 0b12f25cc1d59f45a42e1a6186da51540fbb5edc Mon Sep 17 00:00:00 2001 From: renanarosario Date: Mon, 23 Dec 2024 11:54:26 -0300 Subject: [PATCH] build: release 18.22.0 --- CHANGELOG.md | 4 ++++ package.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c08fdac0..bc2263a68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ 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.22.0](https://github.com/po-ui/po-angular/compare/v18.21.0...v18.22.0) (2024-12-23) + +Compatibilidade com @totvs/thf-components@18.22.0 + ## [18.21.0](https://github.com/po-ui/po-angular/compare/v18.20.0...v18.21.0) (2024-12-16) diff --git a/package.json b/package.json index b38b03d74..5ae63a524 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "po-ui-sources", - "version": "18.21.0", + "version": "18.22.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.21.0", + "@po-ui/style": "18.22.0", "capitalize": "^2.0.4", "colors": "1.4.0", "core-js": "3.33.3",