Components package: Add emoji-flags dependency (https://github.com/woocommerce/woocommerce-admin/pull/1411)

* Add emoji-flags to the components package.json

* Update the changelog
This commit is contained in:
Kelly Dwan 2019-01-29 16:19:00 -05:00 committed by GitHub
parent 10c6016d4c
commit dfd15f959a
2 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,7 @@
# 1.4.1 (unreleased)
# 1.4.2 (unreleased)
- Add emoji-flags dependency
# 1.4.1
- Chart component: format numbers and prices using store currency settings.
- Make `href`/linking optional in SummaryNumber.
- Fix SummaryNumber example code.

View File

@ -44,6 +44,7 @@
"d3-selection": "^1.3.2",
"d3-shape": "^1.2.2",
"d3-time-format": "^2.1.3",
"emoji-flags": "^1.2.0",
"gridicons": "3.1.1",
"interpolate-components": "1.1.1",
"lodash": "^4.17.11",
@ -52,8 +53,7 @@
"qs": "^6.5.2",
"react-dates": "^18.0.4",
"react-router-dom": "4.3.1",
"react-transition-group": "^2.4.0",
"react-world-flags": "1.2.4"
"react-transition-group": "^2.4.0"
},
"publishConfig": {
"access": "public"