Skip to content

Commit

Permalink
chore(release): 100.1.0
Browse files Browse the repository at this point in the history
## [100.1.0](v100.0.0...v100.1.0) (2021-11-18)

### Features

* **focus-trap:** add flag to trigger refocus of either last focused element first element ([5ae3922](5ae3922))

### Bug Fixes

* **modal, modal-manager:** modal and manager now set a refocus flag when stacked modals are closed ([5b9c5f7](5b9c5f7)), closes [#4502](#4502)
  • Loading branch information
semantic-release-bot authored and carbonci committed Nov 18, 2021
1 parent 83c94e0 commit fa59add
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [100.1.0](https://github.com/Sage/carbon/compare/v100.0.0...v100.1.0) (2021-11-18)


### Features

* **focus-trap:** add flag to trigger refocus of either last focused element first element ([5ae3922](https://github.com/Sage/carbon/commit/5ae39226b4102106f08e997129aa7cef49548ecd))


### Bug Fixes

* **modal, modal-manager:** modal and manager now set a refocus flag when stacked modals are closed ([5b9c5f7](https://github.com/Sage/carbon/commit/5b9c5f75465ccd0145322710ef112e213961083e)), closes [#4502](https://github.com/Sage/carbon/issues/4502)

## [100.0.0](https://github.com/Sage/carbon/compare/v99.1.0...v100.0.0) (2021-11-18)


Expand Down
2 changes: 1 addition & 1 deletion 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": "100.0.0",
"version": "100.1.0",
"description": "A library of reusable React components for easily building user interfaces.",
"engineStrict": true,
"engines": {
Expand Down

0 comments on commit fa59add

Please sign in to comment.