diff --git a/CHANGELOG.md b/CHANGELOG.md index bc75cfed41..89b42e8272 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.23.0](https://github.com/po-ui/po-angular/compare/v17.22.0...v17.23.0) (2024-08-19) + + +### Features + +* **feat:** implementa tokens para cor do texto em compatibilidade com tema dark ([0d22797](https://github.com/po-ui/po-style/commit/0d227978b3030159516b23813cffc3cf8c4a43e5)) + + ## [17.22.0](https://github.com/po-ui/po-angular/compare/v17.21.0...v17.22.0) (2024-08-12) diff --git a/package.json b/package.json index 3ccfe7fb1e..0bd498cc6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "po-ui-sources", - "version": "17.22.0", + "version": "17.23.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.22.0", + "@po-ui/style": "17.23.0", "capitalize": "^2.0.4", "colors": "1.4.0", "core-js": "3.33.3",