style(changelog): add standard-version to automate releases and tags

This commit is contained in:
Amruth Pillai
2022-03-10 15:32:46 +01:00
parent 0f1c3a8142
commit 4b7e43424c
9 changed files with 797 additions and 50 deletions

View File

@ -1,7 +1,6 @@
import DateWrapper from './DateWrapper';
import FontWrapper from './FontWrapper';
import HotkeysWrapper from './HotkeysWrapper';
import LocaleWrapper from './LocaleWrapper';
import ThemeWrapper from './ThemeWrapper';
const WrapperRegistry: React.FC = ({ children }) => {
@ -10,9 +9,7 @@ const WrapperRegistry: React.FC = ({ children }) => {
<FontWrapper>
<HotkeysWrapper>
<DateWrapper>
<LocaleWrapper>
<>{children}</>
</LocaleWrapper>
<>{children}</>
</DateWrapper>
</HotkeysWrapper>
</FontWrapper>