Skip to content

Commit

Permalink
Merge release/1.33.0 into develop branch (#710)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 15, 2022
1 parent 279bb05 commit 200b86d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@user-interviews/ui-design-system",
"version": "1.32.5",
"version": "1.33.0",
"dependencies": {
"react-bootstrap": "^2.0.2",
"react-router-dom": "^5.2.0",
Expand Down
1 change: 1 addition & 0 deletions src/Dropdown/Dropdown.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ Avoid the Dropdown component if:

## Best practices


### General
The Dropdown component should:

Expand Down
1 change: 1 addition & 0 deletions src/Dropdown/Dropdown.stories.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import React from 'react';
import {
Dropdown, DropdownToggle, DropdownItem, DropdownMenu,
} from 'src/Dropdown';

import { faEllipsisV, faFileAlt, faChevronDown } from '@fortawesome/pro-solid-svg-icons';

import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
Expand Down

0 comments on commit 200b86d

Please sign in to comment.