Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

colony-js: Export VotingReputationFactory #581

Merged
merged 2 commits into from
Nov 7, 2023
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/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