Skip to content

Commit

Permalink
build: release v16.0.0-next.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CSimoesJr committed Aug 29, 2023
1 parent c155b0d commit 190446f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,25 @@

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

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.

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)


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

0 comments on commit 190446f

Please sign in to comment.