Skip to content

Commit

Permalink
Export VotingReputationFactory
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubcolony committed Nov 7, 2023
1 parent b15d4c4 commit 0ebb76a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/mighty-rings-turn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@colony/colony-js": minor
---

Exported VotingReputationFactory
1 change: 1 addition & 0 deletions packages/colony-js/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Attention: always adjust to newest versions!
export const LATEST_TAG = 'glwss4';
export { IColony__factory as ColonyFactory } from './contracts/IColony/14/index.js';
export { VotingReputation__factory as VotingReputationFactory } from './contracts/VotingReputation/5/index.js';

export * from '@colony/core';
export * from '@colony/tokens';
Expand Down

0 comments on commit 0ebb76a

Please sign in to comment.