Skip to content

Commit

Permalink
Apply suggestions
Browse files Browse the repository at this point in the history
Co-authored-by: Doris Benda <[email protected]>
  • Loading branch information
shjortConcordium and DOBEN authored Jul 6, 2023
1 parent 69360f4 commit d505c71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/common/test/schemaHelpers.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
getUpdateContractParameterSchema,
} from '../src/schemaHelpers';

test('generate baker keys', () => {
test('schema template display', () => {
const fullSchema = Buffer.from(
fs.readFileSync('./test/resources/cis2-nft-schema.bin')
);
Expand Down
2 changes: 1 addition & 1 deletion packages/nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### Breaking changes

- Bumped @concordium/common-sdk to 9.0.0. (adds `displayTypeSchemaTemplate` and renames `AccountTransactionType.TransferWithScheduleWithMemo`)
- Bumped @concordium/common-sdk to 9.0.0. (adds `displayTypeSchemaTemplate/getTransactionKindString` and renames `AccountTransactionType.TransferWithScheduleWithMemo`)

## 8.0.0

Expand Down
2 changes: 1 addition & 1 deletion packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### Breaking changes

- Bumped @concordium/rust-bindings to 1.1.0 and @concordium/common-sdk to 9.0.0. (adds `displayTypeSchemaTemplate` and renames `AccountTransactionType.TransferWithScheduleWithMemo`)
- Bumped @concordium/rust-bindings to 1.1.0 and @concordium/common-sdk to 9.0.0. (adds `displayTypeSchemaTemplate/getTransactionKindString` and renames `AccountTransactionType.TransferWithScheduleWithMemo`)

## 5.0.0

Expand Down

0 comments on commit d505c71

Please sign in to comment.