From e2159478ed265db8337d806cf24666791b6a3c3a Mon Sep 17 00:00:00 2001 From: Bruno Severino Date: Mon, 12 Aug 2024 15:55:10 -0300 Subject: [PATCH] build: release 18.2.0 --- CHANGELOG.md | 7 +++++++ package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 581a564c4..3be399743 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.2.0](https://github.com/po-ui/po-angular/compare/v18.1.0...v18.2.0) (2024-08-12) + + +### Features + +* **job-scheduler:** cria diretiva p-job-scheduler-summary-template ([b6d69a9](https://github.com/po-ui/po-angular/commit/b6d69a940ddf32fd542497df0fb67ea0b5413bf3)) + ### [18.1.0](https://github.com/po-ui/po-angular/compare/v18.0.1...v18.1.0) (2024-08-05) diff --git a/package.json b/package.json index 1c401f716..1d1d90621 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "po-ui-sources", - "version": "18.1.0", + "version": "18.2.0", "description": "PO UI", "homepage": "https://po-ui.io", "license": "MIT", @@ -74,7 +74,7 @@ "@angular/router": "~18.0.1", "@capacitor/core": "5.7.2", "@capacitor/network": "^5.0.7", - "@po-ui/style": "18.1.0", + "@po-ui/style": "18.2.0", "capitalize": "^2.0.4", "colors": "1.4.0", "core-js": "3.33.3",