Skip to content

Commit baa0ae6

Browse files
Merge release/2.0.3 into main branch (#958)
* export IconButton (#957)
1 parent ab2db51 commit baa0ae6

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@user-interviews/ui-design-system",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"dependencies": {
55
"react-bootstrap": "^2.5.0",
66
"react-currency-input-field": "^3.6.10",

src/IconButton/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export { default } from './IconButton';

src/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ import Form from 'src/Form';
3636
import FormControlLabel from 'src/FormControlLabel';
3737
import FormGroup from 'src/FormGroup';
3838
import { Heading, HEADING_PROPS } from 'src/Heading';
39+
import IconButton from 'src/IconButton';
3940
import IconCell from 'src/IconCell';
4041
import Input from 'src/Input';
4142
import InputLabel from 'src/InputLabel';
@@ -139,6 +140,7 @@ export {
139140
FormGroup,
140141
Heading,
141142
HEADING_PROPS,
143+
IconButton,
142144
IconCell,
143145
Input,
144146
InputLabel,

0 commit comments

Comments
 (0)