Skip to content

Commit

Permalink
chore: release v5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Aug 7, 2024
1 parent 437bfac commit af62dff
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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

## [5.5.0](https://github.com/ghiscoding/slickgrid-react/compare/v5.4.0...v5.5.0) (2024-08-07)


### Features

* Infinite Scroll for Backend Services (OData/GraphQL) ([#386](https://github.com/ghiscoding/slickgrid-react/issues/386)) ([8dc8d7b](https://github.com/ghiscoding/slickgrid-react/commit/8dc8d7bbe277990e516196a2f41c4cc9b7932229))
* Infinite Scroll for JSON data ([#387](https://github.com/ghiscoding/slickgrid-react/issues/387)) ([2d06248](https://github.com/ghiscoding/slickgrid-react/commit/2d062486b0218289af794f482a2bef35359be2d5))


### Bug Fixes

* **deps:** upgrade `react-i18next` to v15 ([#388](https://github.com/ghiscoding/slickgrid-react/issues/388)) ([437bfac](https://github.com/ghiscoding/slickgrid-react/commit/437bfac292d79750c8ed5052300ed3d75d9f4e42))

## [5.4.0](https://github.com/ghiscoding/slickgrid-react/compare/v5.3.2...v5.4.0) (2024-07-20)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slickgrid-react",
"version": "5.4.0",
"version": "5.5.0",
"description": "Slickgrid components made available in React",
"keywords": [
"react",
Expand Down Expand Up @@ -176,4 +176,4 @@
"resolutions": {
"caniuse-lite": "1.0.30001649"
}
}
}

0 comments on commit af62dff

Please sign in to comment.