diff --git a/CHANGELOG.md b/CHANGELOG.md index ebb6aefbe..581a564c4 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.1.0](https://github.com/po-ui/po-angular/compare/v18.0.1...v18.1.0) (2024-08-05) + + +### Bug Fixes + +* **treeview:** corrige abertura dentro de um `page-slide` ([a4c9a14](https://github.com/po-ui/po-angular/commit/a4c9a141d50d4bfdb1f04b5086d0108b5d826859)) + ### [18.0.1](https://github.com/po-ui/po-angular/compare/v18.0.0...v18.0.1) (2024-08-01) diff --git a/package.json b/package.json index 2f9e21196..1c401f716 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "po-ui-sources", - "version": "18.0.1", + "version": "18.1.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.0.1", + "@po-ui/style": "18.1.0", "capitalize": "^2.0.4", "colors": "1.4.0", "core-js": "3.33.3",