diff --git a/.changeset/many-socks-grab.md b/.changeset/many-socks-grab.md new file mode 100644 index 000000000..cbaab309a --- /dev/null +++ b/.changeset/many-socks-grab.md @@ -0,0 +1,5 @@ +--- +'@ericglau/wizard-test': patch +--- + +0.5.14 test diff --git a/.changeset/tender-jeans-send.md b/.changeset/tender-jeans-send.md new file mode 100644 index 000000000..d65f6cb19 --- /dev/null +++ b/.changeset/tender-jeans-send.md @@ -0,0 +1,5 @@ +--- +'@ericglau/wizard-stellar': patch +--- + +test diff --git a/packages/core/solidity/src/print.ts b/packages/core/solidity/src/print.ts index f2ee943d5..321760aa9 100644 --- a/packages/core/solidity/src/print.ts +++ b/packages/core/solidity/src/print.ts @@ -15,7 +15,7 @@ import { formatLines, spaceBetween } from './utils/format-lines'; import { mapValues } from './utils/map-values'; import SOLIDITY_VERSION from './solidity-version.json'; import { inferTranspiled } from './infer-transpiled'; -import { compatibleContractsSemver } from './utils/version'; //test abc 0.5.13 +import { compatibleContractsSemver } from './utils/version'; //test abc 0.5.14 export function printContract(contract: Contract, opts?: Options): string { const helpers = withHelpers(contract, opts); diff --git a/packages/core/stellar/src/print.ts b/packages/core/stellar/src/print.ts index 360f7da2f..b7ae97783 100644 --- a/packages/core/stellar/src/print.ts +++ b/packages/core/stellar/src/print.ts @@ -8,7 +8,7 @@ import { compatibleContractsSemver } from './utils/version'; const DEFAULT_SECTION = '1. with no section'; const STANDALONE_IMPORTS_GROUP = 'Standalone Imports'; const MAX_USE_CLAUSE_LINE_LENGTH = 90; -const TAB = ' '; +const TAB = ' '; // test export function printContract(contract: Contract): string { return formatLines(