Skip to content

Commit

Permalink
Merge pull request #581 from JoinColony/export-voting-rep
Browse files Browse the repository at this point in the history
colony-js: Export VotingReputationFactory
  • Loading branch information
jakubcolony authored Nov 7, 2023
2 parents b15d4c4 + 5a7507c commit 27f2b67
Show file tree
Hide file tree
Showing 4 changed files with 47 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/docs/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
- [ERC20TokenFactory](classes/ERC20TokenFactory.md)
- [ERC2612TokenFactory](classes/ERC2612TokenFactory.md)
- [ReputationClient](classes/ReputationClient.md)
- [VotingReputationFactory](classes/VotingReputationFactory.md)

## Interfaces

Expand Down
40 changes: 40 additions & 0 deletions packages/colony-js/docs/api/classes/VotingReputationFactory.md

Large diffs are not rendered by default.

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 27f2b67

Please sign in to comment.