Skip to content

Commit

Permalink
build: release v15.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jnrpalma committed Jul 21, 2023
1 parent c4e4602 commit 7d140e3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.

# [15.13.0](https://github.com/po-ui/po-angular/compare/v15.12.1...v15.13.0) (2023-07-21)


### Features

* **datepicker:** implementa timezone na data extendida ([c8659d3](https://github.com/po-ui/po-angular/commit/c8659d3397a69045f1254e95e50aed8dec30a220))
* **menu:** implementa definições do AnimaliaDS ([431efdc](https://github.com/po-ui/po-angular/commit/431efdcea18dcdced6a58a51d2f89e5cb9731655))
* **multiselect:** implementa definições do AnimaliaDS ([b9f1c7c](https://github.com/po-ui/po-angular/commit/b9f1c7c9dac829d115081ea8988f809cb4ed1361))
* **table:** implementa funcionalidade de ações em lote ([383e37b](https://github.com/po-ui/po-angular/commit/383e37bb916f650de2313f17f1d8ae3762d37fb9))
* **table:** implementa recurso `drag and drop` nas colunas da tabela ([c4e4602](https://github.com/po-ui/po-angular/commit/c4e46024bf82aaeb8e3836ab0ac33532e922ec6b))



## [15.12.1](https://github.com/po-ui/po-angular/compare/v15.12.0...v15.12.1) (2023-07-17)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "po-ui-sources",
"version": "15.12.1",
"version": "15.13.0",
"description": "PO UI",
"homepage": "https://po-ui.io",
"license": "MIT",
Expand Down Expand Up @@ -74,7 +74,7 @@
"@angular/router": "~15.0.3",
"@capacitor/core": "4.6.3",
"@capacitor/network": "^4.1.0",
"@po-ui/style": "15.12.1",
"@po-ui/style": "15.13.0",
"capitalize": "^2.0.3",
"colors": "1.4.0",
"core-js": "3.13.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@
</div>
</div>
</div>
<div class="container">
<!-- <div class="container">
<div class="container-item po-pb-2">
<p class="constructor-subtitle">Esse texto tem ser substituído com alguma instrução</p>
</div>
</div>
</div> -->
<po-list-view
class="list-container"
p-property-title="name"
Expand Down

0 comments on commit 7d140e3

Please sign in to comment.