Build: Updates from latest npm publish (https://github.com/woocommerce/woocommerce-admin/pull/1409)
* remove unreleased tags from changelogs * chore(release): publish - @woocommerce/components@1.4.1 - @woocommerce/csv-export@1.0.3 - @woocommerce/currency@1.1.0 - @woocommerce/date@1.0.6 - @woocommerce/navigation@1.1.1 - @woocommerce/number@1.0.1
This commit is contained in:
parent
4854933485
commit
88ea613627
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@woocommerce/components",
|
||||
"version": "1.4.0",
|
||||
"version": "1.4.1",
|
||||
"description": "UI components for WooCommerce.",
|
||||
"author": "Automattic",
|
||||
"license": "GPL-2.0-or-later",
|
||||
|
@ -22,10 +22,10 @@
|
|||
"react-native": "src/index",
|
||||
"dependencies": {
|
||||
"@babel/runtime-corejs2": "7.2.0",
|
||||
"@woocommerce/csv-export": "^1.0.2",
|
||||
"@woocommerce/currency": "^1.0.0",
|
||||
"@woocommerce/date": "^1.0.5",
|
||||
"@woocommerce/navigation": "^1.1.0",
|
||||
"@woocommerce/csv-export": "^1.0.3",
|
||||
"@woocommerce/currency": "^1.1.0",
|
||||
"@woocommerce/date": "^1.0.6",
|
||||
"@woocommerce/navigation": "^1.1.1",
|
||||
"@wordpress/components": "7.0.5",
|
||||
"@wordpress/compose": "3.0.0",
|
||||
"@wordpress/date": "3.0.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@woocommerce/csv-export",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"description": "WooCommerce utility library to convert data to CSV files.",
|
||||
"author": "Automattic",
|
||||
"license": "GPL-2.0-or-later",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# 1.1.0 (unreleased)
|
||||
# 1.1.0
|
||||
|
||||
- Format using store currency settings (instead of locale)
|
||||
- Add optional currency symbol parameter
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@woocommerce/currency",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"description": "WooCommerce currency utilities.",
|
||||
"author": "Automattic",
|
||||
"license": "GPL-2.0-or-later",
|
||||
|
@ -22,8 +22,8 @@
|
|||
"react-native": "src/index",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"lodash": "^4.17.11",
|
||||
"@woocommerce/number": "1.0.0"
|
||||
"@woocommerce/number": "^1.0.1",
|
||||
"lodash": "^4.17.11"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@woocommerce/date",
|
||||
"version": "1.0.5",
|
||||
"version": "1.0.6",
|
||||
"description": "WooCommerce date utilities.",
|
||||
"author": "Automattic",
|
||||
"license": "GPL-2.0-or-later",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@woocommerce/navigation",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.1",
|
||||
"description": "WooCommerce navigation utilities.",
|
||||
"author": "Automattic",
|
||||
"license": "GPL-2.0-or-later",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@woocommerce/number",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "Number formatting utilities for WooCommerce.",
|
||||
"author": "Automattic",
|
||||
"license": "GPL-2.0-or-later",
|
||||
|
@ -20,11 +20,11 @@
|
|||
"module": "build-module/index.js",
|
||||
"react-native": "src/index",
|
||||
"dependencies": {
|
||||
"@babel/runtime-corejs2": "7.1.5",
|
||||
"locutus": "^2.0.10",
|
||||
"lodash": "^4.17.11"
|
||||
"@babel/runtime-corejs2": "7.1.5",
|
||||
"locutus": "^2.0.10",
|
||||
"lodash": "^4.17.11"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue