Skip to content

Commit

Permalink
chore: release v6.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Dec 15, 2023
1 parent 33ad688 commit 7b822e4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# Change Log

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

## [6.6.6](https://github.com/ghiscoding/aurelia-slickgrid/compare/v6.6.5...v6.6.6) (2023-12-15)


### Bug Fixes

* spreading 2 grids options causes duplicate ext resources ([#1127](https://github.com/ghiscoding/aurelia-slickgrid/issues/1127)) ([33ad688](https://github.com/ghiscoding/aurelia-slickgrid/commit/33ad6880debffcc7305d74bbec8be4cc243cf365))

# Change Log

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
Expand Down Expand Up @@ -25,9 +36,7 @@ All notable changes to this project will be documented in this file. See [Conven

## [6.6.2](https://github.com/ghiscoding/aurelia-slickgrid/compare/v6.6.1...v6.6.2) (2023-11-26)

# Change Log

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

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

Expand Down Expand Up @@ -2011,4 +2020,4 @@ All notable changes to this project will be documented in this file. See [Conven
* **grid:** add Pagination page number input ([8a89c58](https://github.com/ghiscoding/aurelia-slickgrid/commit/8a89c58))
* **query:** add `excludeFromQuery` prop and use it for Row Selection ([cda0e39](https://github.com/ghiscoding/aurelia-slickgrid/commit/cda0e39))
* **queryFilter:** add new "queryFieldFilter" and "queryFieldSorter" ([9d2aae1](https://github.com/ghiscoding/aurelia-slickgrid/commit/9d2aae1))
* **selectEditors:** add select grid editors ([#22](https://github.com/ghiscoding/aurelia-slickgrid/issues/22)) ([5bd7215](https://github.com/ghiscoding/aurelia-slickgrid/commit/5bd7215))
* **selectEditors:** add select grid editors ([#22](https://github.com/ghiscoding/aurelia-slickgrid/issues/22)) ([5bd7215](https://github.com/ghiscoding/aurelia-slickgrid/commit/5bd7215))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-slickgrid",
"version": "6.6.5",
"version": "6.6.6",
"description": "Slickgrid components made available in Aurelia",
"keywords": [
"aurelia",
Expand Down

0 comments on commit 7b822e4

Please sign in to comment.