Skip to content

Commit cf33609

Browse files
committed
build: release 19.1.0
1 parent 9eacf20 commit cf33609

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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.1.0](https://github.com/po-ui/po-angular/compare/v19.0.0...v19.1.0) (2025-02-03)
6+
7+
8+
### Features
9+
10+
* **chart:** adiciona possibilidade de formatação do eixo de valor ([8709bc6](https://github.com/po-ui/po-angular/commit/8709bc6bf1e84b8b20db7102b20d9e87024d1b44)), closes [#2358](https://github.com/po-ui/po-angular/issues/2358)
11+
* **combo:** considera p-remove-initial-filter junto ao p-filter-service ([9eacf20](https://github.com/po-ui/po-angular/commit/9eacf204134b0e5f388e7b772fcf681ea895c165))
12+
* **components:** implementa help adicional ao p-help ([7d5d32a](https://github.com/po-ui/po-angular/commit/7d5d32adf74e1047afb164f5d6dfc383c5bd0b73))
13+
514
## [19.0.0](https://github.com/po-ui/po-angular/compare/v18.24.0...v19.0.0) (2025-01-29)
615

716

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

0 commit comments

Comments
 (0)