From 0fd411f83f79414397144f08bdff5c6b195b320c Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Fri, 9 Feb 2018 13:31:01 -0800 Subject: Add PR number to CHANGELOGs --- packages/0x.js/CHANGELOG.md | 2 +- packages/abi-gen/CHANGELOG.md | 2 +- packages/assert/CHANGELOG.md | 2 +- packages/connect/CHANGELOG.md | 2 +- packages/deployer/CHANGELOG.md | 2 +- packages/dev-utils/CHANGELOG.md | 2 +- packages/json-schemas/CHANGELOG.md | 2 +- packages/subproviders/CHANGELOG.md | 2 +- packages/tslint-config/CHANGELOG.md | 2 +- packages/types/CHANGELOG.md | 2 +- packages/utils/CHANGELOG.md | 2 +- packages/web3-wrapper/CHANGELOG.md | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/packages/0x.js/CHANGELOG.md b/packages/0x.js/CHANGELOG.md index 57bc9360e..0af474c74 100644 --- a/packages/0x.js/CHANGELOG.md +++ b/packages/0x.js/CHANGELOG.md @@ -2,7 +2,7 @@ ## v0.32.2 - _February 9, 2018_ - * Fix publishing issue where .npmignore was not properly excluding undesired content + * Fix publishing issue where .npmignore was not properly excluding undesired content (#389) ## v0.32.1 - _February 7, 2018_ diff --git a/packages/abi-gen/CHANGELOG.md b/packages/abi-gen/CHANGELOG.md index fd9b27c72..b2537d57f 100644 --- a/packages/abi-gen/CHANGELOG.md +++ b/packages/abi-gen/CHANGELOG.md @@ -2,7 +2,7 @@ ## v0.2.1 - _February 7, 2018_ - * Fix publishing issue where .npmignore was not properly excluding undesired content + * Fix publishing issue where .npmignore was not properly excluding undesired content (#389) ## v0.2.0 - _February 7, 2018_ diff --git a/packages/assert/CHANGELOG.md b/packages/assert/CHANGELOG.md index 9c17bb925..74c1d19ed 100644 --- a/packages/assert/CHANGELOG.md +++ b/packages/assert/CHANGELOG.md @@ -2,7 +2,7 @@ ## v0.0.5 - _February 9, 2017_ - * Fix publishing issue where .npmignore was not properly excluding undesired content + * Fix publishing issue where .npmignore was not properly excluding undesired content (#389) ## v0.0.4 - _November 14, 2017_ diff --git a/packages/connect/CHANGELOG.md b/packages/connect/CHANGELOG.md index df3e5cccf..74159433b 100644 --- a/packages/connect/CHANGELOG.md +++ b/packages/connect/CHANGELOG.md @@ -2,7 +2,7 @@ ## v0.5.1 - _February 9, 2018_ - * Fix publishing issue where .npmignore was not properly excluding undesired content + * Fix publishing issue where .npmignore was not properly excluding undesired content (#389) ## v0.5.0 - _January 17, 2018_ diff --git a/packages/deployer/CHANGELOG.md b/packages/deployer/CHANGELOG.md index cbc336c63..ad8c64538 100644 --- a/packages/deployer/CHANGELOG.md +++ b/packages/deployer/CHANGELOG.md @@ -2,4 +2,4 @@ ## v0.0.8 - _February 9, 2018_ - * Fix publishing issue where .npmignore was not properly excluding undesired content + * Fix publishing issue where .npmignore was not properly excluding undesired content (#389) diff --git a/packages/dev-utils/CHANGELOG.md b/packages/dev-utils/CHANGELOG.md index cc1fc3745..eb40f0808 100644 --- a/packages/dev-utils/CHANGELOG.md +++ b/packages/dev-utils/CHANGELOG.md @@ -2,7 +2,7 @@ ## v0.0.12 - _February 7, 2018_ - * Fix publishing issue where .npmignore was not properly excluding undesired content + * Fix publishing issue where .npmignore was not properly excluding undesired content (#389) ## v0.0.11 - _February 7, 2018_ diff --git a/packages/json-schemas/CHANGELOG.md b/packages/json-schemas/CHANGELOG.md index 1a2576326..de678542e 100644 --- a/packages/json-schemas/CHANGELOG.md +++ b/packages/json-schemas/CHANGELOG.md @@ -2,7 +2,7 @@ ## v0.7.10 - _February 9, 2017_ -* Fix publishing issue where .npmignore was not properly excluding undesired content +* Fix publishing issue where .npmignore was not properly excluding undesired content (#389) ## v0.7.0 - _December 20, 2017_ diff --git a/packages/subproviders/CHANGELOG.md b/packages/subproviders/CHANGELOG.md index de3bf20d8..f2c028aea 100644 --- a/packages/subproviders/CHANGELOG.md +++ b/packages/subproviders/CHANGELOG.md @@ -2,7 +2,7 @@ ## v0.4.1 - _February 9, 2018_ - * Fix publishing issue where .npmignore was not properly excluding undesired content + * Fix publishing issue where .npmignore was not properly excluding undesired content (#389) ## v0.4.0 - _February 7, 2018_ diff --git a/packages/tslint-config/CHANGELOG.md b/packages/tslint-config/CHANGELOG.md index 8f73b7b40..45491c30a 100644 --- a/packages/tslint-config/CHANGELOG.md +++ b/packages/tslint-config/CHANGELOG.md @@ -2,7 +2,7 @@ ## v0.4.8 - _February 9, 2018_ - * Fix publish issue where custom TSLint rules were not being included + * Fix publish issue where custom TSLint rules were not being included (#389) ## v0.4.7 - _February 7, 2018_ diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 3872d92cc..b1cb721d2 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -2,7 +2,7 @@ ## v0.2.1 - _February 9, 2018_ - * Fix publishing issue where .npmignore was not properly excluding undesired content + * Fix publishing issue where .npmignore was not properly excluding undesired content (#389) ## v0.2.0 - _February 7, 2018_ diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index acf1c701c..1c66cac85 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -2,7 +2,7 @@ ## v0.3.1 - _February 9, 2018_ - * Fix publishing issue where .npmignore was not properly excluding undesired content + * Fix publishing issue where .npmignore was not properly excluding undesired content (#389) ## v0.3.0 - _February 5, 2018_ diff --git a/packages/web3-wrapper/CHANGELOG.md b/packages/web3-wrapper/CHANGELOG.md index b75e955c2..eb31f7e3c 100644 --- a/packages/web3-wrapper/CHANGELOG.md +++ b/packages/web3-wrapper/CHANGELOG.md @@ -2,4 +2,4 @@ ## v0.1.12 _February 9, 2018_ - * Fix publishing issue where .npmignore was not properly excluding undesired content + * Fix publishing issue where .npmignore was not properly excluding undesired content (#389) -- cgit v1.2.3