Skip to content

Releases: JoinColony/colonyJS

@colony/sdk@2.0.2

10 Jan 15:55
Compare
Choose a tag to compare

Patch Changes

  • 07d6863: Allow for nodeJS version 20 support
  • Updated dependencies [07d6863]
    • @colony/events@1.0.1
    • @colony/tokens@0.2.1
    • @colony/core@2.0.1

@colony/events@1.0.1

10 Jan 15:55
Compare
Choose a tag to compare

Patch Changes

  • 07d6863: Allow for nodeJS version 20 support
  • Updated dependencies [07d6863]
    • @colony/core@2.0.1

@colony/core@2.0.1

10 Jan 15:55
Compare
Choose a tag to compare

Patch Changes

  • 07d6863: Allow for nodeJS version 20 support

@colony/contractor@2.0.1

10 Jan 15:55
Compare
Choose a tag to compare

Patch Changes

  • 07d6863: Allow for nodeJS version 20 support

@colony/colony-js@7.0.3

10 Jan 15:55
Compare
Choose a tag to compare

Patch Changes

  • 07d6863: Allow for nodeJS version 20 support
  • Updated dependencies [07d6863]
    • @colony/events@1.0.1
    • @colony/tokens@0.2.1
    • @colony/core@2.0.1

@colony/sdk@2.0.1

13 Dec 17:40
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [301493e]
    • @colony/events@1.0.0

@colony/events@1.0.0

13 Dec 17:40
Compare
Choose a tag to compare

Major Changes

  • 301493e: Move all exports to main entrypoint

@colony/colony-js@7.0.2

13 Dec 17:40
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [301493e]
    • @colony/events@1.0.0

@colony/colony-js@7.0.1

05 Dec 20:47
Compare
Choose a tag to compare

Patch Changes

  • 9de57ee: Fix some exports related to hmwss. W still export VotingReputationFactory but this will be removed soon.

@colony/tokens@0.2.0

01 Dec 22:36
Compare
Choose a tag to compare

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