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

Commit b7dc789

Browse files
committed
chore: release v6.6.6
1 parent 45e656e commit b7dc789

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Change Log
2+
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3+
4+
## [6.6.6](https://github.com/ghiscoding/angular-slickgrid/compare/v6.6.5...v6.6.6) (2023-12-15)
5+
6+
7+
### Bug Fixes
8+
9+
* externalResouces should also work globally ([6afc9e9](https://github.com/ghiscoding/angular-slickgrid/commit/6afc9e9985a6949e2249411c2e15f8596f4b7228))
10+
111
# Change Log
212
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
313

@@ -31,8 +41,7 @@ All notable changes to this project will be documented in this file. See [Conven
3141

3242
* add npm publish with provenance support ([30f959c](https://github.com/ghiscoding/angular-slickgrid/commit/30f959c8b42a43a22d8b7b5b3baae11225030801))
3343

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

3746
# [6.6.0](https://github.com/ghiscoding/angular-slickgrid/compare/v6.5.1...v6.6.0) (2023-11-26)
3847

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

0 commit comments

Comments
 (0)