Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit 05e8bc4

Browse files
committed
chore(release): 3.2.0
1 parent e91a79b commit 05e8bc4

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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+
## [3.2.0](https://github.com/ghiscoding/angular-slickgrid/compare/v3.1.0...v3.2.0) (2021-09-29)
6+
7+
8+
### Features
9+
10+
* **core:** use Slickgrid-Universal Pagination reusable component ([9c47112](https://github.com/ghiscoding/angular-slickgrid/commit/9c471125a6111d41582bcc7e514ac28d2a82704f))
11+
* **tree:** demo new `excludeChildrenWhenFilteringTree` flag ([7aa3d84](https://github.com/ghiscoding/angular-slickgrid/commit/7aa3d848355dbb69e118dbd5854c12d51e2a1916))
12+
513
## [3.1.0](https://github.com/ghiscoding/angular-slickgrid/compare/v3.0.5...v3.1.0) (2021-09-09)
614

715

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-slickgrid",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"description": "Slickgrid components made available in Angular",
55
"keywords": [
66
"angular",
@@ -166,4 +166,4 @@
166166
"node": ">=14.15.0",
167167
"npm": ">=6.14.8"
168168
}
169-
}
169+
}

0 commit comments

Comments
 (0)