diff --git a/CHANGELOG.md b/CHANGELOG.md index 901d0365c7..7c42f98298 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ 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. -# [16.0.0-next.1](https://github.com/po-ui/po-angular/compare/v15.15.0...16.0.0-next.1) (2023-08-25) +# [16.0.0-next.2](https://github.com/po-ui/po-angular/compare/v15.15.0...v16.0.0-next.2) (2023-08-29) **angular:** deve ser utilizado o Angular v16 @@ -10,6 +10,17 @@ Atualize seu projeto para utilizar a versão 16 do Angular, acesse a documentaç Veja nossa [**documentação para fazer a migração**](https://po-ui.io/guides/migration-poui) para a versão 16 +### Bug Fixes + +* **lookup:** resolve disclaimer do lookup para o filtro booleano ([17e83c3](https://github.com/po-ui/po-angular/commit/17e83c3262dda0e08eb1f4b36963598fab4056f4)) +* **theme-builder:** ajusta estilização para o angular 16 ([c155b0d](https://github.com/po-ui/po-angular/commit/c155b0d3f8d95842d78db4cbb3f40e7d2ffbb177)), closes [#DTHFUI-7601](https://github.com/po-ui/po-angular/issues/DTHFUI-7601) + + +### Features + +* **dynamicform:** adiciona tipo `decimal` ([8df2611](https://github.com/po-ui/po-angular/commit/8df2611dd18bcb258857c39a7c589cb95400220b)) + + # [15.15.0](https://github.com/po-ui/po-angular/compare/v15.14.0...v15.15.0) (2023-08-22) diff --git a/package.json b/package.json index b77cb1367d..ca8300321b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "po-ui-sources", - "version": "16.0.0-next.1", + "version": "16.0.0-next.2", "description": "PO UI", "homepage": "https://po-ui.io", "license": "MIT", @@ -74,7 +74,7 @@ "@angular/router": "~16.2.0", "@capacitor/core": "4.6.3", "@capacitor/network": "^4.1.0", - "@po-ui/style": "16.0.0-next.1", + "@po-ui/style": "16.0.0-next.2", "capitalize": "^2.0.3", "colors": "1.4.0", "core-js": "3.13.0",