Skip to content

Commit c150ef0

Browse files
committed
build: release 19.3.0
1 parent 9799293 commit c150ef0

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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+
## [19.3.0](https://github.com/po-ui/po-angular/compare/v19.2.0...v19.3.0) (2025-02-17)
6+
7+
8+
### Features
9+
10+
* **components:** habilita exibição do help adicional através de atalho ([9799293](https://github.com/po-ui/po-angular/commit/97992932d192b310b6e8c91937a7ca0d29315f9e))
11+
12+
13+
### Bug Fixes
14+
15+
* **i18n:** habilita o I18N_CONFIG com multi: true ([a0ac8ed](https://github.com/po-ui/po-angular/commit/a0ac8edc5e7d38ce83cc84fa8cd922e8e4b5f450))
16+
* **table:** ajusta contagem de colunas extras na po-table ([e04017b](https://github.com/po-ui/po-angular/commit/e04017bf64466e28bde95713ec853f8470382ba3))
17+
* **table:** corrige posição do ícone arrow para coluna detalhe ([9872a21](https://github.com/po-ui/po-angular/commit/9872a21bf96f5233bae99b248c8879d556530a1b))
18+
519
### [19.2.0](https://github.com/po-ui/po-angular/compare/v19.1.0...v19.2.0) (2025-02-10)
620

721

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.2.0",
3+
"version": "19.3.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.2.0",
78+
"@po-ui/style": "19.3.0",
7979
"capitalize": "^2.0.4",
8080
"colors": "1.4.0",
8181
"core-js": "3.33.3",

0 commit comments

Comments
 (0)