Skip to content

Commit

Permalink
build: release v17.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-severino committed Apr 15, 2024
1 parent 2ac163d commit 32b1816
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.5.0](https://github.com/po-ui/po-angular/compare/v17.4.0...v17.5.0) (2024-04-15)


### Bug Fixes

* **combo:** Ao enviar o setInputValue como null, deve-se mudar o 'selectedValue' e 'selectedOption' para valor nulo ([70c5ac0](https://github.com/po-ui/po-angular/commit/70c5ac089d9073d6db80e99d00add3d6cdb86d8e))

### Features

Compatibilidade com @totvs/thf-components@17.5.0

## [17.4.0](https://github.com/po-ui/po-angular/compare/v17.3.0...v17.4.0) (2024-04-08)


Expand All @@ -16,12 +27,22 @@ All notable changes to this project will be documented in this file. See [standa

* **schematics:** corrige comando generate em projetos standalone ([ca27f05](https://github.com/po-ui/po-angular/commit/ca27f05489b3a273686a59b1b79a03eb22201524))

### Features

Compatibilidade com @totvs/thf-components@17.3.0


### [17.2.0](https://github.com/po-ui/po-angular/compare/v17.1.1...v17.2.0) (2024-03-25)

### Bug Fixes

* **dynamic-view:** correção campos duplicados ([b4ee54a](https://github.com/po-ui/po-angular/commit/b4ee54ae0c7529a1918d5ad5b50e86021c7f2a0c))

### Features

Compatibilidade com @totvs/thf-components@17.2.0


## [17.1.1](https://github.com/po-ui/po-angular/compare/v17.1.0...v17.1.1) (2024-03-18)

### Bug Fixes
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.4.0",
"version": "17.5.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.4.0",
"@po-ui/style": "17.5.0",
"capitalize": "^2.0.4",
"colors": "1.4.0",
"core-js": "3.33.3",
Expand Down

0 comments on commit 32b1816

Please sign in to comment.