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

Commit ec38009

Browse files
committed
chore: release v6.0.1
1 parent d742376 commit ec38009

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Change Log
22
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
33

4+
## [6.0.1](https://github.com/ghiscoding/angular-slickgrid/compare/v6.0.0...v6.0.1) (2023-07-01)
5+
6+
7+
### Bug Fixes
8+
9+
* **grouping:** DraggableGrouping could throw when leaving page ([6ff7f98](https://github.com/ghiscoding/angular-slickgrid/commit/6ff7f98f22fc019dd395d1538d75bcdbfccf1706))
10+
* using esbuild requires to specify type imports ([e694a6b](https://github.com/ghiscoding/angular-slickgrid/commit/e694a6b3b0334f60641646b32af247468d31d53c))
11+
12+
# Change Log
13+
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
14+
415
# [6.0.0](https://github.com/ghiscoding/angular-slickgrid/compare/v5.6.4...v6.0.0) (2023-05-29)
516

617
### Follow the [Migration 6.x Guide](https://github.com/ghiscoding/Angular-Slickgrid/wiki/Migration-to-6.x)
@@ -1371,4 +1382,4 @@ All notable changes to this project will be documented in this file. See [Conven
13711382
* **translate:** add optional Locale functionality ([8f24d2d](https://github.com/ghiscoding/angular-slickgrid/commit/8f24d2d))
13721383
* **translate:** make ngx-translate an optional dependency ([86b1214](https://github.com/ghiscoding/angular-slickgrid/commit/86b1214))
13731384
* **translate:** make ngx-translate optional in all necessary Editors ([5eb1ec1](https://github.com/ghiscoding/angular-slickgrid/commit/5eb1ec1))
1374-
* **translate:** make translate optional in SlickPagination component ([0d6b2e2](https://github.com/ghiscoding/angular-slickgrid/commit/0d6b2e2))
1385+
* **translate:** make translate optional in SlickPagination component ([0d6b2e2](https://github.com/ghiscoding/angular-slickgrid/commit/0d6b2e2))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-slickgrid",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"description": "Slickgrid components made available in Angular",
55
"keywords": [
66
"angular",

0 commit comments

Comments
 (0)