Skip to content

Commit d7d015a

Browse files
committed
chore(release): 4.0.0
1 parent 72db571 commit d7d015a

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
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.
4+
5+
## 4.0.0 (2020-07-11)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Removes `useControls()`, `useChecked()`, `useFocused()`, `useDisabled()` hooks and
11+
may also break types because they are more correct now.
12+
13+
* 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": "3.1.0",
3+
"version": "4.0.0",
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)