From 1cce79c864fedc87f96e1893bebc8a3ec2b15f8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anderson=20Greg=C3=B3rio?= Date: Tue, 3 Dec 2024 11:13:28 -0300 Subject: [PATCH] build: release 18.18.0 --- CHANGELOG.md | 5 +++++ package.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6ea8d32c6..b49643dd00 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. +### [18.18.0](https://github.com/po-ui/po-angular/compare/v18.17.0...v18.18.0) (2024-12-03) + +Compatibilidade com @po-ui/style@18.18.0 + + ## [18.17.0](https://github.com/po-ui/po-angular/compare/v18.16.0...v18.17.0) (2024-12-02) diff --git a/package.json b/package.json index 6310146ac8..18867cc6d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "po-ui-sources", - "version": "18.17.0", + "version": "18.18.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.17.0", + "@po-ui/style": "18.18.0", "capitalize": "^2.0.4", "colors": "1.4.0", "core-js": "3.33.3",