From 84254c03ca986ef4f7d0a05515fe390739045565 Mon Sep 17 00:00:00 2001 From: Jorge Nicholas Ribeiro Date: Mon, 23 Oct 2023 18:59:55 -0300 Subject: [PATCH] build: release v16.4.1 --- CHANGELOG.md | 5 +++++ package.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 601488d0d..5f73e5978 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ 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. +## [16.4.1](https://github.com/po-ui/po-angular/compare/v16.4.0...v16.4.1) (2023-10-23) + +Compatibilidade com po-theme-totvs + + # [16.4.0](https://github.com/po-ui/po-angular/compare/v16.3.0...v16.4.0) (2023-10-20) diff --git a/package.json b/package.json index 072ebcd71..bc1a99a07 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "po-ui-sources", - "version": "16.4.0", + "version": "16.4.1", "description": "PO UI", "homepage": "https://po-ui.io", "license": "MIT", @@ -74,7 +74,7 @@ "@angular/router": "~16.2.0", "@capacitor/core": "4.6.3", "@capacitor/network": "^4.1.0", - "@po-ui/style": "16.4.0", + "@po-ui/style": "16.4.1", "capitalize": "^2.0.3", "colors": "1.4.0", "core-js": "3.13.0",