Skip to content

Commit 4dbc1af

Browse files
committed
chore(release): 4.0.2
1 parent 6a6d066 commit 4dbc1af

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,23 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5-
### [4.0.1](https://github.com/accessible-ui/checkbox/compare/v4.0.0...v4.0.1) (2020-07-11)
5+
### [4.0.2](https://github.com/accessible-ui/checkbox/compare/v4.0.1...v4.0.2) (2021-01-20)
6+
7+
### Bug Fixes
68

9+
- update switch package to fix bug in controlled checkbox ([e643429](https://github.com/accessible-ui/checkbox/commit/e64342938d1c8a680a7b3e7f0bdd1814ee1ac270))
10+
11+
### [4.0.1](https://github.com/accessible-ui/checkbox/compare/v4.0.0...v4.0.1) (2020-07-11)
712

813
### Bug Fixes
914

10-
* remove CheckboxContext export ([03880c8](https://github.com/accessible-ui/checkbox/commit/03880c81a9074f0201593bc67a27722fe12a60c3))
15+
- remove CheckboxContext export ([03880c8](https://github.com/accessible-ui/checkbox/commit/03880c81a9074f0201593bc67a27722fe12a60c3))
1116

1217
## 4.0.0 (2020-07-11)
1318

14-
1519
### ⚠ BREAKING CHANGES
1620

17-
* Removes `useControls()`, `useChecked()`, `useFocused()`, `useDisabled()` hooks and
18-
may also break types because they are more correct now.
21+
- Removes `useControls()`, `useChecked()`, `useFocused()`, `useDisabled()` hooks and
22+
may also break types because they are more correct now.
1923

20-
* improves types and api ([72db571](https://github.com/accessible-ui/checkbox/commit/72db571603ec6c59fe8d362737418d2ee9f6992e))
24+
- improves types and api ([72db571](https://github.com/accessible-ui/checkbox/commit/72db571603ec6c59fe8d362737418d2ee9f6992e))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@accessible/checkbox",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"homepage": "https://github.com/accessible-ui/checkbox#readme",
55
"repository": "github:accessible-ui/checkbox",
66
"bugs": "https://github.com/accessible-ui/checkbox/issues",

0 commit comments

Comments
 (0)