Skip to content

Commit 6dd50d4

Browse files
committed
chore(release): 4.0.1
1 parent 03880c8 commit 6dd50d4

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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)
6+
7+
8+
### Bug Fixes
9+
10+
* remove CheckboxContext export ([03880c8](https://github.com/accessible-ui/checkbox/commit/03880c81a9074f0201593bc67a27722fe12a60c3))
11+
512
## 4.0.0 (2020-07-11)
613

714

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.0",
3+
"version": "4.0.1",
44
"homepage": "https://github.com/accessible-ui/checkbox#readme",
55
"repository": "github:accessible-ui/checkbox",
66
"bugs": "https://github.com/accessible-ui/checkbox/issues",

types/index.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import * as React from 'react';
2-
export declare const CheckboxContext: React.Context<CheckboxContextValue>;
32
export declare const useCheckbox: () => CheckboxContextValue;
43
export declare const Checkbox: React.ForwardRefExoticComponent<CheckboxProps & React.RefAttributes<HTMLInputElement>>;
54
export declare function Checked({ children }: CheckedProps): JSX.Element | null;

0 commit comments

Comments
 (0)