Skip to content

Commit 89e6881

Browse files
committed
build: release 6.4.0
1 parent f4ab803 commit 89e6881

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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+
# [6.4.0](https://github.com/po-ui/po-angular/compare/v6.3.0...v6.4.0) (2022-02-14)
6+
7+
8+
### Bug Fixes
9+
10+
* **schematics:** corrige erro no `ng add @po-ui/ng-components` ([4884cdc](https://github.com/po-ui/po-angular/commit/4884cdc50b8e09c8223d13b908e79d4d7164a451)), closes [#1159](https://github.com/po-ui/po-angular/issues/1159)
11+
12+
13+
### Features
14+
15+
* **button:** deprecia propriedade `p-autofocus` ([f888c84](https://github.com/po-ui/po-angular/commit/f888c8427e8fe34896490378990d996608e5450b))
16+
* **page-dynamic-table:** adiciona visible na `p-page-custom-actions` ([f4ab803](https://github.com/po-ui/po-angular/commit/f4ab803d9fa1fd4086ce1bfb7fc8f9d86153b7e6)), closes [#1158](https://github.com/po-ui/po-angular/issues/1158)
17+
* **page-dynamic-table:** adiciona visible na `p-table-custom-actions` ([a315986](https://github.com/po-ui/po-angular/commit/a3159865356659b0368b859c1bea9e7fc5d13f23)), closes [#1156](https://github.com/po-ui/po-angular/issues/1156)
18+
* **popup:** permite informar uma função para controle de visibilidade ([a315986](https://github.com/po-ui/po-angular/commit/a3159865356659b0368b859c1bea9e7fc5d13f23)), closes [#1156](https://github.com/po-ui/po-angular/issues/1156)
19+
20+
521
# [6.3.0](https://github.com/po-ui/po-angular/compare/v6.2.0...v6.3.0) (2022-02-07)
622

723

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "po-ui-sources",
3-
"version": "6.3.0",
3+
"version": "6.4.0",
44
"description": "PO UI",
55
"homepage": "https://po-ui.io",
66
"license": "MIT",
@@ -73,7 +73,7 @@
7373
"@angular/router": "^13.0.2",
7474
"@ionic-native/core": "5.33.0",
7575
"@ionic-native/network": "5.33.0",
76-
"@po-ui/style": "6.3.0",
76+
"@po-ui/style": "6.4.0",
7777
"capitalize": "^2.0.3",
7878
"colors": "1.4.0",
7979
"core-js": "3.13.0",

0 commit comments

Comments
 (0)