Skip to content

Commit

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

## [6.5.1](https://github.com/ghiscoding/angular-slickgrid/compare/v6.5.0...v6.5.1) (2023-11-13)


### Bug Fixes

* add ms-select-vanilla missing type & improve pkg exports ([eab7e7e](https://github.com/ghiscoding/angular-slickgrid/commit/eab7e7e1738b0b7f90edab17b88e9ab4b50196ce)), closes [#1313](https://github.com/ghiscoding/angular-slickgrid/issues/1313)

# [6.5.0](https://github.com/ghiscoding/angular-slickgrid/compare/v6.4.0...v6.5.0) (2023-11-11)


Expand Down Expand Up @@ -1455,4 +1462,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.5.0",
"version": "6.5.1",
"description": "Slickgrid components made available in Angular",
"keywords": [
"angular",
Expand Down

0 comments on commit 03fd33a

Please sign in to comment.