Skip to content

Commit

Permalink
chore: release v4.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Apr 1, 2024
1 parent bd89ac9 commit f143b39
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions 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.

## [4.6.3](https://github.com/ghiscoding/slickgrid-react/compare/v4.6.2...v4.6.3) (2024-04-01)


### Bug Fixes

* allow multiple tooltips per grid cell ([#318](https://github.com/ghiscoding/slickgrid-react/issues/318)) ([99d783a](https://github.com/ghiscoding/slickgrid-react/commit/99d783a25b95f1ad78e1e76021c6ae21e166d37e))
* revisit package `exports` to pass "are the types wrong" ([#314](https://github.com/ghiscoding/slickgrid-react/issues/314)) ([62ea969](https://github.com/ghiscoding/slickgrid-react/commit/62ea9690126ad22273d37522c3b026a16321aa3a))

## [4.6.2](https://github.com/ghiscoding/slickgrid-react/compare/v4.6.1...v4.6.2) (2024-03-23)


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": "4.6.2",
"version": "4.6.3",
"description": "Slickgrid components made available in React",
"keywords": [
"react",
Expand Down Expand Up @@ -184,4 +184,4 @@
"resolutions": {
"caniuse-lite": "1.0.30001603"
}
}
}

0 comments on commit f143b39

Please sign in to comment.