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

Commit 27824ac

Browse files
committed
chore: release v6.6.1
1 parent 30f959c commit 27824ac

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.1](https://github.com/ghiscoding/angular-slickgrid/compare/v6.6.0...v6.6.1) (2023-11-26)
5+
6+
7+
### Bug Fixes
8+
9+
* add npm publish with provenance support ([30f959c](https://github.com/ghiscoding/angular-slickgrid/commit/30f959c8b42a43a22d8b7b5b3baae11225030801))
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

@@ -78,8 +88,7 @@ All notable changes to this project will be documented in this file. See [Conven
7888

7989
* **TreeData:** add optional Aggregators for Tree Data totals calc ([236add4](https://github.com/ghiscoding/angular-slickgrid/commit/236add4ea8aa6ad744c07221272e2542f0b220a3))
8090

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

8493
# [6.1.0](https://github.com/ghiscoding/angular-slickgrid/compare/v6.0.1...v6.1.0) (2023-07-21)
8594

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

0 commit comments

Comments
 (0)