From bc09e68bac4b8d4ea3da31d4b55f1c31f3e4b1d3 Mon Sep 17 00:00:00 2001 From: Pedro Domingues Date: Wed, 11 Dec 2024 16:38:58 -0300 Subject: [PATCH] build: release 18.20.0 --- CHANGELOG.md | 7 +++++++ package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b02a2a0dd1..fa29b9643f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.20.0](https://github.com/po-ui/po-angular/compare/v18.19.1...v18.20.0) (2024-12-11) + + +### Features + +* **theme:** melhoria no tema para diferentes acessibilidades ([ca35dda](https://github.com/po-ui/po-angular/commit/ca35dda2bae3d25143f2a018fc6809d75f87f1fe)) + ### [18.19.1](https://github.com/po-ui/po-angular/compare/v18.19.0...v18.19.1) (2024-12-10) diff --git a/package.json b/package.json index 3442f3745e..b35d562fc2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "po-ui-sources", - "version": "18.19.1", + "version": "18.20.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.19.1", + "@po-ui/style": "18.20.0", "capitalize": "^2.0.4", "colors": "1.4.0", "core-js": "3.33.3",