@shopify/react-i18n
Advanced tools
Comparing version 0.10.0 to 0.10.1
@@ -11,2 +11,8 @@ # Changelog | ||
## [0.10.0] - 2019-02-11 | ||
### Added | ||
- Babel plugin was added to auto-generate the arguments for `withI18n` when an adjacent `translations` folder exists [#505](https://github.com/Shopify/quilt/pull/505) | ||
## [0.9.1] - 2019-02-06 | ||
@@ -13,0 +19,0 @@ |
{ | ||
"name": "@shopify/react-i18n", | ||
"version": "0.10.0", | ||
"version": "0.10.1", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "i18n utilities for React handling translations, formatting, and more.", |
88490