@shopify/react-i18n
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -11,2 +11,6 @@ # Changelog | ||
## [1.2.3] - 2019-05-09 | ||
- Now exports formerly missing typings for `TranslationDictionary` ([#693](https://github.com/Shopify/quilt/pull/693)) | ||
## [1.2.0] - 2019-04-26 | ||
@@ -13,0 +17,0 @@ |
@@ -7,3 +7,3 @@ export { I18nManager, ExtractedTranslations } from './manager'; | ||
export { translate } from './utilities'; | ||
export { I18nDetails, LanguageDirection, CurrencyCode } from './types'; | ||
export { I18nDetails, LanguageDirection, CurrencyCode, TranslationDictionary, } from './types'; | ||
export { currencyDecimalPlaces, DEFAULT_DECIMAL_PLACES, DateStyle, Weekday, } from './constants'; |
{ | ||
"name": "@shopify/react-i18n", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "i18n utilities for React handling translations, formatting, and more.", |
102216