File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed
packages/react-focus-within Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# @component-driven/react-focus-within
2
2
3
+ ## 2.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 25dfdc1: Fix typo in 'Using with CSS-in-JS libs' section for '@component-driven/react-focus-within ' package.
8
+
3
9
## 2.0.0
10
+
4
11
### Major Changes
5
12
6
13
- a2dbfb1: Switch to a monorepo setup and use [ Changesets] ( https://github.com/atlassian/changesets ) .
7
-
14
+
8
15
Each package is a separate npm package.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @component-driven/react-focus-within" ,
3
3
"description" : " The missing JS API of the CSS `:focus-within` for React" ,
4
- "version" : " 2.0.0 " ,
4
+ "version" : " 2.0.1 " ,
5
5
"main" : " dist/react-focus-within.cjs.js" ,
6
6
"module" : " dist/react-focus-within.esm.js" ,
7
7
"dependencies" : {
You can’t perform that action at this time.
0 commit comments