Skip to content

Commit af3b0a7

Browse files
Version Packages (#43)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9903179 commit af3b0a7

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

.changeset/plenty-eagles-matter.md

-5
This file was deleted.

.changeset/sweet-cameras-count.md

-5
This file was deleted.

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# clickable-box
22

3+
## 1.1.3
4+
5+
### Patch Changes
6+
7+
- 1d3c302: Convert the component from a class component to a function component
8+
- 9903179: Indicate support for React 17
9+
310
## 1.1.2
411

512
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "clickable-box",
33
"description": "Add `onClick` to HTML elements without sacrificing accessibility.",
4-
"version": "1.1.2",
4+
"version": "1.1.3",
55
"author": "Daniel O'Connor <[email protected]>",
66
"license": "MIT",
77
"source": "./src/index.tsx",

0 commit comments

Comments
 (0)