Skip to content

Commit

Permalink
chore: release v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
unix committed Feb 17, 2021
1 parent f898ade commit 76eb6b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/snippet/snippet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { getStyles } from './styles'
import SnippetIcon from './snippet-icon'
import useClipboard from '../utils/use-clipboard'
import useToasts from '../use-toasts'
import useWarning from 'components/utils/use-warning'
import useWarning from '../utils/use-warning'

interface Props {
text?: string | string[]
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": "@geist-ui/react",
"version": "2.1.2",
"version": "2.1.3",
"main": "dist/index.js",
"module": "esm/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 76eb6b6

Please sign in to comment.