Skip to content

Commit 03befd7

Browse files
committed
build: release 17.18.0
1 parent b7e4dbf commit 03befd7

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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+
### [17.18.0](https://github.com/po-ui/po-angular/compare/v17.17.1...v17.18.0) (2024-07-08)
6+
7+
8+
### Bug Fixes
9+
10+
* **stepper:** corrige status disabled do stepper ([27dd6e1](https://github.com/po-ui/po-angular/commit/27dd6e1e541a9f2a6f84208740914673ba606b4b))
11+
* **tab-dropdown:** corrige posicionamento do po-listbox possibilitando uma visibilidade melhor dos itens ([8c3aa86](https://github.com/po-ui/po-angular/commit/8c3aa8690922e66e6eaf004bac1da89ce4048a67))
12+
* **table:** corrige erro no console ao incluir o componente dentro de um po-modal ([b7e4dbf](https://github.com/po-ui/po-angular/commit/b7e4dbfeb4797aee043b5ffaaf860bed8ffe711a))
13+
* **toaster:** corrige z-index e cor ícone warning no tema dark ([b575b81](https://github.com/po-ui/po-angular/commit/b575b8156effec5e6719f01b089c614b54865505))
14+
515
### [17.17.1](https://github.com/po-ui/po-angular/compare/v17.17.0...v17.17.1) (2024-07-02)
616

717
Compatibilidade com @totvs/thf-components@17.17.1

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "po-ui-sources",
3-
"version": "17.17.1",
3+
"version": "17.18.0",
44
"description": "PO UI",
55
"homepage": "https://po-ui.io",
66
"license": "MIT",
@@ -74,7 +74,7 @@
7474
"@angular/router": "~17.2.4",
7575
"@capacitor/core": "5.7.2",
7676
"@capacitor/network": "^5.0.7",
77-
"@po-ui/style": "17.17.1",
77+
"@po-ui/style": "17.18.0",
7878
"capitalize": "^2.0.4",
7979
"colors": "1.4.0",
8080
"core-js": "3.33.3",

0 commit comments

Comments
 (0)