From da6beb3443f70d052c1733bae38fa5fce56edf91 Mon Sep 17 00:00:00 2001 From: "ana.espejo" Date: Mon, 9 Sep 2024 11:16:14 -0300 Subject: [PATCH] build: release 17.26.0 --- CHANGELOG.md | 7 +++++++ package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 717e90a632..4f718d4d57 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. +### [17.26.0](https://github.com/po-ui/po-angular/compare/v17.25.0...v17.26.0) (2024-09-09) + + +### Bug Fixes + +* **toolbar:** corrige posicionamento do popup ao abrir notificação ([0484dcd](https://github.com/po-ui/po-angular/commit/0484dcdcb64c3e1d95cf37afc55ff323310b3c68)) + ## [17.25.0](https://github.com/po-ui/po-angular/compare/v17.24.0...v17.25.0) (2024-09-02) diff --git a/package.json b/package.json index 2e4a274004..52ca894c33 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "po-ui-sources", - "version": "17.25.0", + "version": "17.26.0", "description": "PO UI", "homepage": "https://po-ui.io", "license": "MIT", @@ -74,7 +74,7 @@ "@angular/router": "~17.2.4", "@capacitor/core": "5.7.2", "@capacitor/network": "^5.0.7", - "@po-ui/style": "17.25.0", + "@po-ui/style": "17.26.0", "capitalize": "^2.0.4", "colors": "1.4.0", "core-js": "3.33.3",