Skip to content

Commit

Permalink
chore: release v6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Jul 1, 2023
1 parent d742376 commit ec38009
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Change Log
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.0.1](https://github.com/ghiscoding/angular-slickgrid/compare/v6.0.0...v6.0.1) (2023-07-01)


### Bug Fixes

* **grouping:** DraggableGrouping could throw when leaving page ([6ff7f98](https://github.com/ghiscoding/angular-slickgrid/commit/6ff7f98f22fc019dd395d1538d75bcdbfccf1706))
* using esbuild requires to specify type imports ([e694a6b](https://github.com/ghiscoding/angular-slickgrid/commit/e694a6b3b0334f60641646b32af247468d31d53c))

# Change Log
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.0.0](https://github.com/ghiscoding/angular-slickgrid/compare/v5.6.4...v6.0.0) (2023-05-29)

### Follow the [Migration 6.x Guide](https://github.com/ghiscoding/Angular-Slickgrid/wiki/Migration-to-6.x)
Expand Down Expand Up @@ -1371,4 +1382,4 @@ All notable changes to this project will be documented in this file. See [Conven
* **translate:** add optional Locale functionality ([8f24d2d](https://github.com/ghiscoding/angular-slickgrid/commit/8f24d2d))
* **translate:** make ngx-translate an optional dependency ([86b1214](https://github.com/ghiscoding/angular-slickgrid/commit/86b1214))
* **translate:** make ngx-translate optional in all necessary Editors ([5eb1ec1](https://github.com/ghiscoding/angular-slickgrid/commit/5eb1ec1))
* **translate:** make translate optional in SlickPagination component ([0d6b2e2](https://github.com/ghiscoding/angular-slickgrid/commit/0d6b2e2))
* **translate:** make translate optional in SlickPagination component ([0d6b2e2](https://github.com/ghiscoding/angular-slickgrid/commit/0d6b2e2))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-slickgrid",
"version": "6.0.0",
"version": "6.0.1",
"description": "Slickgrid components made available in Angular",
"keywords": [
"angular",
Expand Down

0 comments on commit ec38009

Please sign in to comment.