From b73ead63a6b1e2f6e53f86a3f8e5b225f612af6a Mon Sep 17 00:00:00 2001 From: renanarosario Date: Mon, 4 Nov 2024 14:57:14 -0300 Subject: [PATCH] build: release 18.13.0 --- CHANGELOG.md | 13 +++++++++++++ package.json | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index beb7d8023a..f9c32f607f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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.13.0](https://github.com/po-ui/po-angular/compare/v18.12.0...v18.13.0) (2024-11-04) + + +### Features + +* **dynamic-form:** cria propriedades requiredFieldErrorMessage e errorAsync ([662812f](https://github.com/po-ui/po-angular/commit/662812f8c1016ab2d8df884b56454fc35593f275)) +* **fields:** cria propriedades requiredFieldErrorMessage e errorAsync ([ee20f96](https://github.com/po-ui/po-angular/commit/ee20f963b0c3aa4ccf78a65ebbd8a50c2b1b064a)) + + +### Bug Fixes + +* **page-job-scheduler:** ajusta diferença na data selecionada ([ebea302](https://github.com/po-ui/po-angular/commit/ebea3020dc52b4e8fbee2f8eab9623faf0cdf6b0)) + ## [18.12.0](https://github.com/po-ui/po-angular/compare/v18.11.0...v18.12.0) (2024-10-29) diff --git a/package.json b/package.json index 6ea308e295..3e21a7deeb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "po-ui-sources", - "version": "18.12.0", + "version": "18.13.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.12.0", + "@po-ui/style": "18.13.0", "capitalize": "^2.0.4", "colors": "1.4.0", "core-js": "3.33.3",