Skip to content

Commit aa09832

Browse files
build: release v15.1.0
1 parent 63771fc commit aa09832

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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+
# [15.1.0](https://github.com/po-ui/po-angular/compare/v15.0.1...v15.1.0) (2023-02-06)
6+
7+
8+
### Bug Fixes
9+
10+
* **tooltip:** corrige remoção de tooltip em coluna do tipo link ([e350185](https://github.com/po-ui/po-angular/commit/e3501856338023679ef19fe3e8559a9870c037a9))
11+
12+
13+
### Features
14+
15+
* **datepicker-range:** suporte locale russo ([c2cd165](https://github.com/po-ui/po-angular/commit/c2cd1656415f94a857498c07c093fba43b14a77f))
16+
* **image:** implementa diretiva NgOptimizedImage ([b5a94a6](https://github.com/po-ui/po-angular/commit/b5a94a6594021f0dc095f3323611fde92b8b18f5))
17+
* **table:** utiliza po-tag para exibir o label ([63771fc](https://github.com/po-ui/po-angular/commit/63771fcdd3c6b196ba452d642eda8b6a5f2f414d)), closes [#1421](https://github.com/po-ui/po-angular/issues/1421)
18+
* **theme-builder:** cria pagina de theme builder ([cab054b](https://github.com/po-ui/po-angular/commit/cab054bbb098060f8d68470dd8cd3cd9d3d00167))
19+
20+
21+
522
## [15.0.1](https://github.com/po-ui/po-angular/compare/v15.0.0...v15.0.1) (2023-01-30)
623

724

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "po-ui-sources",
3-
"version": "15.0.1",
3+
"version": "15.1.0",
44
"description": "PO UI",
55
"homepage": "https://po-ui.io",
66
"license": "MIT",
@@ -74,7 +74,7 @@
7474
"@angular/router": "~15.0.3",
7575
"@awesome-cordova-plugins/core": "^5.41.0",
7676
"@awesome-cordova-plugins/network": "^5.41.0",
77-
"@po-ui/style": "15.0.1",
77+
"@po-ui/style": "15.1.0",
7878
"capitalize": "^2.0.3",
7979
"colors": "1.4.0",
8080
"core-js": "3.13.0",

0 commit comments

Comments
 (0)