Skip to content

Commit ba96b00

Browse files
authored
Merge pull request #292 from theKashey/correct-index-side-effect
Correct index side effect
2 parents b607c08 + aa9dc11 commit ba96b00

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [2.11.1](https://github.com/theKashey/react-focus-lock/compare/v2.11.0...v2.11.1) (2024-02-19)
2+
3+
4+
### Bug Fixes
5+
6+
* 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))
7+
8+
9+
110
# [2.11.0](https://github.com/theKashey/react-focus-lock/compare/v2.10.1...v2.11.0) (2024-02-16)
211

312

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"module": "dist/es2015/index.js",
88
"types": "react-focus-lock.d.ts",
99
"sideEffects": [
10-
"**/sidecar.js"
10+
"**/sidecar.js",
11+
"**/index.js"
1112
],
1213
"scripts": {
1314
"build:cjs": "NODE_ENV=cjs babel src -d dist/cjs",

0 commit comments

Comments
 (0)