Skip to content

Commit ceefe91

Browse files
authored
Merge pull request #25 from component-driven/changeset-release/master
Version Packages
2 parents 3e941a4 + 799a96e commit ceefe91

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

.changeset/large-pans-mix.md

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
# @component-driven/react-focus-within
22

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+
39
## 2.0.0
10+
411
### Major Changes
512

613
- a2dbfb1: Switch to a monorepo setup and use [Changesets](https://github.com/atlassian/changesets).
7-
14+
815
Each package is a separate npm package.

packages/react-focus-within/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@component-driven/react-focus-within",
33
"description": "The missing JS API of the CSS `:focus-within` for React",
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"main": "dist/react-focus-within.cjs.js",
66
"module": "dist/react-focus-within.esm.js",
77
"dependencies": {

0 commit comments

Comments
 (0)