Skip to content

Commit

Permalink
chore(release): 114.15.0
Browse files Browse the repository at this point in the history
## [114.15.0](v114.14.1...v114.15.0) (2023-02-21)

### Features

* add internal useStableCallback hook ([d1e96bc](d1e96bc))

### Bug Fixes

* **filterable-select:** resolve issue with multiple execution of onOpen and onFilterChange callbacks ([65a9cef](65a9cef))
* **multi-select:** resolve issue with multiple execution of onFilterChange callback ([f0112a7](f0112a7))
  • Loading branch information
semantic-release-bot authored and carbonci committed Feb 21, 2023
1 parent 7e1c7f9 commit a774886
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [114.15.0](https://github.com/Sage/carbon/compare/v114.14.1...v114.15.0) (2023-02-21)


### Features

* add internal useStableCallback hook ([d1e96bc](https://github.com/Sage/carbon/commit/d1e96bc348dd9cd8aeaa15d16fa6ce5104944756))


### Bug Fixes

* **filterable-select:** resolve issue with multiple execution of onOpen and onFilterChange callbacks ([65a9cef](https://github.com/Sage/carbon/commit/65a9cef560723f9c23220ca8db0be69b7bf6b77c))
* **multi-select:** resolve issue with multiple execution of onFilterChange callback ([f0112a7](https://github.com/Sage/carbon/commit/f0112a72f73a4a56b748d12e10be4546bf381c41))

### [114.14.1](https://github.com/Sage/carbon/compare/v114.14.0...v114.14.1) (2023-02-16)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "carbon-react",
"version": "114.14.1",
"version": "114.15.0",
"description": "A library of reusable React components for easily building user interfaces.",
"files": [
"lib",
Expand Down

0 comments on commit a774886

Please sign in to comment.