Skip to content

Commit

Permalink
build: release v16.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CSimoesJr committed Sep 5, 2023
1 parent 372eab1 commit 246b688
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

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.2](https://github.com/po-ui/po-angular/compare/v15.15.0...v16.0.0-next.2) (2023-08-29)
# [16.0.0](https://github.com/po-ui/po-angular/compare/v15.15.0...v16.0.0) (2023-09-05)

**angular:** deve ser utilizado o Angular v16
### BREAKING CHANGES

**angular:** deve ser utilizado o Angular v16

Atualize seu projeto para utilizar a versão 16 do Angular, acesse a documentação [Guia de Atualização do Angular](https://update.angular.io/) para fazer a migração completa.

Expand All @@ -15,9 +17,13 @@ Veja nossa [**documentação para fazer a migração**](https://po-ui.io/guides/
* **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)

### Build System

* atualização para o angular 16 ([2ec81b1](https://github.com/po-ui/po-angular/pull/1802/commits/2ec81b145c113a6d9bc25312ca389b615c337a9c))

### Features

* **combo:** implementa uso do listbox ([07dafe9](https://github.com/po-ui/po-angular/commit/07dafe9ae1e726191ab0716368bce6655e5af7f1))
* **dynamicform:** adiciona tipo `decimal` ([8df2611](https://github.com/po-ui/po-angular/commit/8df2611dd18bcb258857c39a7c589cb95400220b))


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.2",
"@po-ui/style": "16.0.0",
"capitalize": "^2.0.3",
"colors": "1.4.0",
"core-js": "3.13.0",
Expand Down

0 comments on commit 246b688

Please sign in to comment.