Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/many-socks-grab.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@ericglau/wizard-test': patch
---

0.5.14 test
5 changes: 5 additions & 0 deletions .changeset/tender-jeans-send.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@ericglau/wizard-stellar': patch
---

test
2 changes: 1 addition & 1 deletion packages/core/solidity/src/print.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion packages/core/stellar/src/print.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
Loading