Skip to content

Commit

Permalink
build: release v17.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anderson-gregorio-totvs committed May 27, 2024
1 parent 5b5c39e commit 2542102
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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.12.0](https://github.com/po-ui/po-angular/compare/v17.11.0...v17.12.0) (2024-05-27)


### Features

* **disclaimer:** adiciona propriedades internas ([2cd834b](https://github.com/po-ui/po-angular/commit/2cd834b47e3258e56f8c8c8009cefd4645ba2cd4))


### Bug Fixes

* **combo:** corrige a rotina de focus do componente na inicialização ([576631d](https://github.com/po-ui/po-angular/commit/576631d88bfa43ede9bd67dbf772c822d67e9c34))
* **listbox:** corrige emissão de eventos no `po-combo` e `po-multiselect` ([a9801ec](https://github.com/po-ui/po-angular/commit/a9801eca3370a0e5cb2ecd7d75860b243c0eff01))
* **menu:** corrige sobreposicao da `po-tooltip` ([4384d3d](https://github.com/po-ui/po-angular/commit/4384d3d53617a2ac297fe56c58d8dd61d7cd2619))
* **page-dynamic:** corrige container sem titulo quando o valor é `null` e utiliza serviço ([9f072b5](https://github.com/po-ui/po-angular/commit/9f072b5a9b350d91191807db63fd4dcff9cb2fb2))
* **page:** corrige a propriedade "type" das actions que determina o tipo do botão entre `danger` e `default` ([be33782](https://github.com/po-ui/po-angular/commit/be337826105dd8d6012b302db60f9c144d3630f5))

## [17.11.0](https://github.com/po-ui/po-angular/compare/v17.10.0...v17.11.0) (2024-05-20)


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": "17.11.0",
"version": "17.12.0",
"description": "PO UI",
"homepage": "https://po-ui.io",
"license": "MIT",
Expand Down Expand Up @@ -74,7 +74,7 @@
"@angular/router": "~17.2.4",
"@capacitor/core": "5.7.2",
"@capacitor/network": "^5.0.7",
"@po-ui/style": "17.11.0",
"@po-ui/style": "17.12.0",
"capitalize": "^2.0.4",
"colors": "1.4.0",
"core-js": "3.33.3",
Expand Down

0 comments on commit 2542102

Please sign in to comment.