Skip to content

Commit

Permalink
Publish v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kyletsang committed Jan 31, 2022
1 parent fc33f85 commit 9ef5110
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [1.0.1](https://github.com/react-restart/ui/compare/v0.2.6...v1.0.1) (2022-01-31)


### Bug Fixes

* **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))
* **TabPanel:** export role from useTabPanel hook ([#45](https://github.com/react-restart/ui/issues/45)) ([32f21c7](https://github.com/react-restart/ui/commit/32f21c7be3ec2b1d98a0c1853f9798297aa0c52b))





## [0.2.6](https://github.com/react-restart/ui/compare/v0.2.4...v0.2.6) (2022-01-18)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@restart/ui",
"version": "1.0.0",
"version": "1.0.1",
"description": "Utilities for creating robust overlay components",
"author": {
"name": "Jason Quense",
Expand Down

0 comments on commit 9ef5110

Please sign in to comment.