Skip to content

Commit 9ef5110

Browse files
committed
Publish v1.0.1
1 parent fc33f85 commit 9ef5110

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [1.0.1](https://github.com/react-restart/ui/compare/v0.2.6...v1.0.1) (2022-01-31)
2+
3+
4+
### Bug Fixes
5+
6+
* **Button:** add `href="#"` when no `href` provided for anchors ([#46](https://github.com/react-restart/ui/issues/46)) ([fc33f85](https://github.com/react-restart/ui/commit/fc33f8537d809d1415437c9bbbbb557bbee6c622))
7+
* **TabPanel:** export role from useTabPanel hook ([#45](https://github.com/react-restart/ui/issues/45)) ([32f21c7](https://github.com/react-restart/ui/commit/32f21c7be3ec2b1d98a0c1853f9798297aa0c52b))
8+
9+
10+
11+
12+
113
## [0.2.6](https://github.com/react-restart/ui/compare/v0.2.4...v0.2.6) (2022-01-18)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@restart/ui",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Utilities for creating robust overlay components",
55
"author": {
66
"name": "Jason Quense",

0 commit comments

Comments
 (0)