Skip to content

Commit

Permalink
Merge pull request #292 from theKashey/correct-index-side-effect
Browse files Browse the repository at this point in the history
Correct index side effect
  • Loading branch information
theKashey committed Feb 28, 2024
2 parents b607c08 + aa9dc11 commit ba96b00
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [2.11.1](https://github.com/theKashey/react-focus-lock/compare/v2.11.0...v2.11.1) (2024-02-19)


### Bug Fixes

* bump minimal focus-lock version, fixes [#288](https://github.com/theKashey/react-focus-lock/issues/288) ([bc144bb](https://github.com/theKashey/react-focus-lock/commit/bc144bb748c9a34d5df31e31886130e81e9b7cbe))



# [2.11.0](https://github.com/theKashey/react-focus-lock/compare/v2.10.1...v2.11.0) (2024-02-16)


Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"module": "dist/es2015/index.js",
"types": "react-focus-lock.d.ts",
"sideEffects": [
"**/sidecar.js"
"**/sidecar.js",
"**/index.js"
],
"scripts": {
"build:cjs": "NODE_ENV=cjs babel src -d dist/cjs",
Expand Down

0 comments on commit ba96b00

Please sign in to comment.