Skip to content

Commit

Permalink
build: release 17.26.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CSimoesJr committed Oct 7, 2024
1 parent 11d8c5f commit 48723a7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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.26.2](https://github.com/po-ui/po-angular/compare/v17.26.1...v17.26.2) (2024-10-07)


### ⚠ BREAKING CHANGES

* **po-password:** Altera valor padrão da propriedade `p-no-autocomplete` de `false` para `true`
* **po-login:** Altera valor padrão da propriedade `p-no-autocomplete` de `false` para `true`
* **page-login:** Altera valor padrão da propriedade `p-no-autocomplete-login` de `false` para `true`

### Bug Fixes

* **change-password:** permite desabilitar auto-complete ([3a39434](https://github.com/po-ui/po-angular/commit/3a394342c587b251caa2728e1c0339268e475503))


* **page-login:** altera valor padrão do `p-no-autocomplete-login` ([aebe9f1](https://github.com/po-ui/po-angular/commit/aebe9f14f844736632cffeefc3ec1257e5b9d851))
* **po-login:** altera valor padrão do `p-no-autocomplete` ([07e189f](https://github.com/po-ui/po-angular/commit/07e189ff7e628a78ab00875414e13f04c979e4fd))
* **po-password:** altera valor padrão do `p-no-autocomplete` ([11d8c5f](https://github.com/po-ui/po-angular/commit/11d8c5f98731ff3a5623bf3c08d66a8169e4ef80))

### [17.26.1](https://github.com/po-ui/po-angular/compare/v17.26.0...v17.26.1) (2024-09-30)


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.26.1",
"version": "17.26.2",
"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.26.1",
"@po-ui/style": "17.26.2",
"capitalize": "^2.0.4",
"colors": "1.4.0",
"core-js": "3.33.3",
Expand Down

0 comments on commit 48723a7

Please sign in to comment.