Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
Build: Updates from latest npm publish (#1409)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
timmyc authored Jan 29, 2019
1 parent 0212c3e commit d7a5aa1
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
10 changes: 5 additions & 5 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/csv-export/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/currency/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 1.1.0 (unreleased)
# 1.1.0

- Format using store currency settings (instead of locale)
- Add optional currency symbol parameter
Expand Down
6 changes: 3 additions & 3 deletions packages/currency/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/date/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/navigation/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
10 changes: 5 additions & 5 deletions packages/number/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
}
}
}

0 comments on commit d7a5aa1

Please sign in to comment.