From fca5260eb16d32ba6d516ab1eba42bdd9f78b6b3 Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Tue, 16 Oct 2018 13:33:30 +0100 Subject: Add changelog entries --- packages/0x.js/CHANGELOG.json | 4 ++++ packages/dev-utils/CHANGELOG.json | 9 +++++++++ packages/sol-cov/CHANGELOG.json | 9 +++++++++ packages/sra-spec/CHANGELOG.json | 9 +++++++++ packages/subproviders/CHANGELOG.json | 4 ++++ 5 files changed, 35 insertions(+) (limited to 'packages') diff --git a/packages/0x.js/CHANGELOG.json b/packages/0x.js/CHANGELOG.json index 398c093f9..4efd8f035 100644 --- a/packages/0x.js/CHANGELOG.json +++ b/packages/0x.js/CHANGELOG.json @@ -20,6 +20,10 @@ "note": "Updated to use new modularized artifacts and the latest version of @0xproject/contract-wrappers", "pr": 1105 + }, + { + "note": "Make web3-provider-engine types a 'dependency' so it's available to users of the library", + "pr": 1105 } ] }, diff --git a/packages/dev-utils/CHANGELOG.json b/packages/dev-utils/CHANGELOG.json index d412d0afe..b9bd7d080 100644 --- a/packages/dev-utils/CHANGELOG.json +++ b/packages/dev-utils/CHANGELOG.json @@ -1,4 +1,13 @@ [ + { + "version": "1.0.13", + "changes": [ + { + "note": "Make web3-provider-engine types a 'dependency' so it's available to users of the library", + "pr": 1105 + } + ] + }, { "version": "1.0.12", "changes": [ diff --git a/packages/sol-cov/CHANGELOG.json b/packages/sol-cov/CHANGELOG.json index 3ced03e80..283946f07 100644 --- a/packages/sol-cov/CHANGELOG.json +++ b/packages/sol-cov/CHANGELOG.json @@ -1,4 +1,13 @@ [ + { + "version": "2.1.8", + "changes": [ + { + "note": "Make @types/solidity-parser-antlr a 'dependency' so it's available to users of the library", + "pr": 1105 + } + ] + }, { "version": "2.1.7", "changes": [ diff --git a/packages/sra-spec/CHANGELOG.json b/packages/sra-spec/CHANGELOG.json index 7657dd9ee..333a1dde0 100644 --- a/packages/sra-spec/CHANGELOG.json +++ b/packages/sra-spec/CHANGELOG.json @@ -1,4 +1,13 @@ [ + { + "version": "1.0.7", + "changes": [ + { + "note": "Make @loopback/openapi-v3-types a 'dependency' so it's available to users of the library", + "pr": 1105 + } + ] + }, { "version": "1.0.6", "changes": [ diff --git a/packages/subproviders/CHANGELOG.json b/packages/subproviders/CHANGELOG.json index 387207b01..6aeeeb333 100644 --- a/packages/subproviders/CHANGELOG.json +++ b/packages/subproviders/CHANGELOG.json @@ -9,6 +9,10 @@ { "note": "Add support for `eth_signTypedData` in wallets Mnemonic, Private and EthLightWallet", "pr": 1102 + }, + { + "note": "Make web3-provider-engine types a 'dependency' so it's available to users of the library", + "pr": 1105 } ] }, -- cgit v1.2.3