- @woocommerce/components@1.4.0
 - @woocommerce/csv-export@1.0.2
 - @woocommerce/date@1.0.5
This commit is contained in:
Timmy Crawford 2019-01-17 09:11:49 -08:00 committed by GitHub
parent 4d2ee738d0
commit 508c48042c
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@woocommerce/components",
"version": "1.3.0",
"version": "1.4.0",
"description": "UI components for WooCommerce.",
"author": "Automattic",
"license": "GPL-2.0-or-later",
@ -22,9 +22,9 @@
"react-native": "src/index",
"dependencies": {
"@babel/runtime-corejs2": "7.2.0",
"@woocommerce/csv-export": "^1.0.1",
"@woocommerce/csv-export": "^1.0.2",
"@woocommerce/currency": "^1.0.0",
"@woocommerce/date": "^1.0.3",
"@woocommerce/date": "^1.0.5",
"@woocommerce/navigation": "^1.1.0",
"@wordpress/components": "7.0.5",
"@wordpress/compose": "3.0.0",

View File

@ -1,6 +1,6 @@
{
"name": "@woocommerce/csv-export",
"version": "1.0.1",
"version": "1.0.2",
"description": "WooCommerce utility library to convert data to CSV files.",
"author": "Automattic",
"license": "GPL-2.0-or-later",

View File

@ -1,6 +1,6 @@
{
"name": "@woocommerce/date",
"version": "1.0.4",
"version": "1.0.5",
"description": "WooCommerce date utilities.",
"author": "Automattic",
"license": "GPL-2.0-or-later",