Skip to content

Commit e1530d9

Browse files
build: release 19.0.0
1 parent 7d9c40e commit e1530d9

File tree

2 files changed

+18
-17
lines changed

2 files changed

+18
-17
lines changed

CHANGELOG.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,7 @@
22

33
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.
44

5-
### [18.24.0](https://github.com/po-ui/po-angular/compare/v18.23.1...v18.24.0) (2025-01-27)
6-
7-
8-
### Bug Fixes
9-
10-
* **accordion:** ajusta tipo do botão para evitar envio de formulário ([b4e37a8](https://github.com/po-ui/po-angular/commit/b4e37a832cc77a7a69d033841f1550d78019ae6f))
11-
* **dynamic-form:** ajusta emissão de evento para p-validate ([6c64795](https://github.com/po-ui/po-angular/commit/6c64795f8d14d92a4db1c079353b81cadf1001b1))
12-
13-
### [18.23.1](https://github.com/po-ui/po-angular/compare/v18.23.0...v18.23.1) (2025-01-20)
14-
15-
Compatibilidade com @totvs/thf-components@18.23.1
16-
17-
## [19.0.0-rc.0](https://github.com/po-ui/po-angular/compare/v19.0.0-next.0...v19.0.0-rc.0) (2025-01-20)
5+
## [19.0.0](https://github.com/po-ui/po-angular/compare/v18.24.0...v19.0.0) (2025-01-29)
186

197

208
### ⚠ BREAKING CHANGES
@@ -33,10 +21,23 @@ Depois:
3321

3422
### Features
3523

36-
* **angular:** deve ser utilizado o Angular v19 ([a370d7d](https://github.com/po-ui/po-angular/commit/a370d7d7a3bc1cfaf9a8775ab3ed65f99229c932))
24+
* **angular:** deve ser utilizado o Angular v19 ([8335b5a](https://github.com/po-ui/po-angular/commit/8335b5ad29a4ae46e993e6ccc80a8dccff1243f1))
3725

3826

39-
* **icon:** substitui a prefixo 'ph' por 'an' ([b0d8bce](https://github.com/po-ui/po-angular/commit/b0d8bceee7a433b97c3ad0a62fdf97a2dea8aa7e))
27+
### Bug Fixes
28+
29+
* **icons:** corrige migração dos ícones para v19 ([7d9c40e](https://github.com/po-ui/po-angular/commit/7d9c40e993d2833b09a2178b274da93daee9f438))
30+
31+
32+
* **icons:** substitui a prefixo 'ph' por 'an' ([a59001e](https://github.com/po-ui/po-angular/commit/a59001ea22a9b25dc0f122918290b407cfffe1e5))
33+
34+
### [18.24.0](https://github.com/po-ui/po-angular/compare/v18.23.1...v18.24.0) (2025-01-27)
35+
36+
37+
### Bug Fixes
38+
39+
* **accordion:** ajusta tipo do botão para evitar envio de formulário ([b4e37a8](https://github.com/po-ui/po-angular/commit/b4e37a832cc77a7a69d033841f1550d78019ae6f))
40+
* **dynamic-form:** ajusta emissão de evento para p-validate ([6c64795](https://github.com/po-ui/po-angular/commit/6c64795f8d14d92a4db1c079353b81cadf1001b1))
4041

4142
### [18.23.1](https://github.com/po-ui/po-angular/compare/v18.23.0...v18.23.1) (2025-01-20)
4243

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "po-ui-sources",
3-
"version": "19.0.0-rc.0",
3+
"version": "19.0.0",
44
"description": "PO UI",
55
"homepage": "https://po-ui.io",
66
"license": "MIT",
@@ -75,7 +75,7 @@
7575
"@angular/router": "~19.0.3",
7676
"@capacitor/core": "5.7.2",
7777
"@capacitor/network": "^5.0.7",
78-
"@po-ui/style": "19.0.0-rc.0",
78+
"@po-ui/style": "19.0.0",
7979
"capitalize": "^2.0.4",
8080
"colors": "1.4.0",
8181
"core-js": "3.33.3",

0 commit comments

Comments
 (0)