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 9e1d252 commit 2cb7a12
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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/aurelia-slickgrid/compare/v6.5.0...v6.5.1) (2023-11-13)


### Bug Fixes

* add ms-select-vanilla missing type & improve pkg exports ([#1114](https://github.com/ghiscoding/aurelia-slickgrid/issues/1114)) ([ea02c54](https://github.com/ghiscoding/aurelia-slickgrid/commit/ea02c54b14c5a4cd658a947f7447d5fb163dc3a0)), closes [#1313](https://github.com/ghiscoding/aurelia-slickgrid/issues/1313)
* improve build & types exports for all targets, Node, CJS/ESM ([#1113](https://github.com/ghiscoding/aurelia-slickgrid/issues/1113)) ([2cbfc68](https://github.com/ghiscoding/aurelia-slickgrid/commit/2cbfc68a00a39b16240a6dc8977a7fdb03433b03))

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


Expand Down Expand Up @@ -1969,4 +1977,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.5.0",
"version": "6.5.1",
"description": "Slickgrid components made available in Aurelia",
"keywords": [
"aurelia",
Expand Down

0 comments on commit 2cb7a12

Please sign in to comment.