From 76eb6b65108d3930580c5928be61889e4753cea4 Mon Sep 17 00:00:00 2001 From: unix Date: Wed, 17 Feb 2021 19:26:22 +0800 Subject: [PATCH] chore: release v2.1.3 --- components/snippet/snippet.tsx | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/snippet/snippet.tsx b/components/snippet/snippet.tsx index 09655db..a7a0921 100644 --- a/components/snippet/snippet.tsx +++ b/components/snippet/snippet.tsx @@ -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[] diff --git a/package.json b/package.json index a3cdee6..46bbc33 100644 --- a/package.json +++ b/package.json @@ -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",