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

Commit 03fd33a

Browse files
committed
chore: release v6.5.1
1 parent 04e6f9a commit 03fd33a

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
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.5.1](https://github.com/ghiscoding/angular-slickgrid/compare/v6.5.0...v6.5.1) (2023-11-13)
5+
6+
7+
### Bug Fixes
8+
9+
* 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)
10+
411
# [6.5.0](https://github.com/ghiscoding/angular-slickgrid/compare/v6.4.0...v6.5.0) (2023-11-11)
512

613

@@ -1455,4 +1462,4 @@ All notable changes to this project will be documented in this file. See [Conven
14551462
* **translate:** add optional Locale functionality ([8f24d2d](https://github.com/ghiscoding/angular-slickgrid/commit/8f24d2d))
14561463
* **translate:** make ngx-translate an optional dependency ([86b1214](https://github.com/ghiscoding/angular-slickgrid/commit/86b1214))
14571464
* **translate:** make ngx-translate optional in all necessary Editors ([5eb1ec1](https://github.com/ghiscoding/angular-slickgrid/commit/5eb1ec1))
1458-
* **translate:** make translate optional in SlickPagination component ([0d6b2e2](https://github.com/ghiscoding/angular-slickgrid/commit/0d6b2e2))
1465+
* **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.5.0",
3+
"version": "6.5.1",
44
"description": "Slickgrid components made available in Angular",
55
"keywords": [
66
"angular",

0 commit comments

Comments
 (0)