Skip to content

Commit

Permalink
chore: 🤖 add v26 release config
Browse files Browse the repository at this point in the history
  • Loading branch information
polymath-eric committed Dec 2, 2024
1 parent 1c78cb7 commit c0e6c63
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
4 changes: 4 additions & 0 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ module.exports = {
name: 'alpha',
prerelease: true,
},
{
name: 'v26-patch',
range: '26.x',
},
],
/*
* In this order the **prepare** step of @semantic-release/npm will run first
Expand Down
10 changes: 1 addition & 9 deletions src/api/entities/Instruction/__tests__/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,11 @@ import BigNumber from 'bignumber.js';
import { when } from 'jest-when';

import { Context, Entity, Instruction, PolymeshTransaction } from '~/internal';
import { instructionEventsQuery, instructionsQuery } from '~/middleware/queries/settlements';
import {
instructionAffirmationsQuery,
instructionEventsQuery,
instructionsQuery,
legsQuery,
offChainAffirmationsQuery,
} from '~/middleware/queries/settlements';
import {
AffirmStatusEnum,
InstructionEventEnum,
InstructionStatusEnum,
InstructionTypeEnum,
LegTypeEnum,
} from '~/middleware/types';
import { dsMockUtils, entityMockUtils, procedureMockUtils } from '~/testUtils/mocks';
import {
Expand Down
1 change: 0 additions & 1 deletion src/api/entities/Instruction/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ import {
EventIdentifier,
ExecuteManualInstructionParams,
InstructionAffirmationOperation,
MiddlewarePaginationOptions,
NoArgsProcedureMethod,
NumberedPortfolio,
OffChainAffirmationReceipt,
Expand Down

0 comments on commit c0e6c63

Please sign in to comment.