diff --git a/CHANGELOG.md b/CHANGELOG.md index 34711f9b5..4ce73a3b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.4.0](https://github.com/po-ui/po-angular/compare/v17.3.0...v17.4.0) (2024-04-08) + + +### Features + +* **dynamic-edit:** inclui p-notification-type ([1d6a166](https://github.com/po-ui/po-angular/commit/1d6a166c2b7fb0c6b9fc0cec616c85f2f2335ebc)) + + ### [17.3.0](https://github.com/po-ui/po-angular/compare/v17.2.0...v17.3.0) (2024-04-01) ### Bug Fixes diff --git a/package.json b/package.json index 742eb5cc7..3d9ac9907 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "po-ui-sources", - "version": "17.3.0", + "version": "17.4.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.3.0", + "@po-ui/style": "17.4.0", "capitalize": "^2.0.4", "colors": "1.4.0", "core-js": "3.33.3",