chore: release v2.1.3

This commit is contained in:
unix
2021-02-17 19:26:22 +08:00
parent f898ade9d3
commit 76eb6b6510
2 changed files with 2 additions and 2 deletions

View File

@@ -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[]

View File

@@ -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",