Releases: JoinColony/colonyJS
Releases · JoinColony/colonyJS
@colony/sdk@2.0.2
@colony/events@1.0.1
@colony/core@2.0.1
Patch Changes
- 07d6863: Allow for nodeJS version 20 support
@colony/contractor@2.0.1
Patch Changes
- 07d6863: Allow for nodeJS version 20 support
@colony/colony-js@7.0.3
@colony/sdk@2.0.1
Patch Changes
- Updated dependencies [301493e]
- @colony/events@1.0.0
@colony/events@1.0.0
Major Changes
- 301493e: Move all exports to main entrypoint
@colony/colony-js@7.0.2
Patch Changes
- Updated dependencies [301493e]
- @colony/events@1.0.0
@colony/colony-js@7.0.1
Patch Changes
- 9de57ee: Fix some exports related to hmwss. W still export
VotingReputationFactory
but this will be removed soon.
@colony/tokens@0.2.0
Minor Changes
-
029288c: This changes the way
colony-js
clients are typed. We retain only the types of the last 5 versions of the types, all older versions will go untyped. This will give us some breathing room, at least for the amount of extensions that we have now.Furthermore the most recent (upcoming) contract changes were included in ColonyJS.
Some changes were made to fix builds.
-
3439729: colony-js gets support for the latest colonyNetwork release hmwss.
Patch Changes
- 542ffad: Adjust import/export statements to be compatible with ESM only within node.js
- 50eefa9: Improve compatibility between ESM package.json generation and changesets:
- Use template file for package.json stub files (for changeset compatibility)
- Add .js extensions also for type imports and exports
- Add type entries to all package.json files
- Rename all .js config files to .cjs