From 42e9fa99bea36cf6ada1637a30a36519390c5bf1 Mon Sep 17 00:00:00 2001 From: "ana.espejo" Date: Mon, 2 Sep 2024 11:04:48 -0300 Subject: [PATCH] build: release 17.25.0 --- CHANGELOG.md | 7 +++++++ package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed9a3a0105..717e90a632 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.25.0](https://github.com/po-ui/po-angular/compare/v17.24.0...v17.25.0) (2024-09-02) + + +### Features + +* **dynamic-view:** adiciona propriedade p-text-wrap ([b19fac0](https://github.com/po-ui/po-angular/commit/b19fac03f27a074be71f85870f0fef12dd91d9c3)) + ### [17.24.0](https://github.com/po-ui/po-angular/compare/v17.23.0...v17.24.0) (2024-08-26) diff --git a/package.json b/package.json index 988849cfae..2e4a274004 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "po-ui-sources", - "version": "17.24.0", + "version": "17.25.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.24.0", + "@po-ui/style": "17.25.0", "capitalize": "^2.0.4", "colors": "1.4.0", "core-js": "3.33.3",