Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Aug 21:34
· 16 commits to master since this release
caa550a

Major Changes

  • @onflow/flow-cadut has been converted to a monorepo and partitioned into the following packages:

    • @onflow/flow-cadut
    • @onflow/flow-cadut-generator (previously @onflow/flow-cadut/generator)
    • @onflow/flow-cadut-plugin-find (previously @onflow/flow-cadut/plugins/find)
    • @onflow/flow-cadut-plugin-flowns (previously @onflow/flow-cadut/plugins/flowns)
    • @onflow/flow-cadut-views (previously @onflow/flow-cadut/views)

    For prior changelogs regarding this package, please see the README of @onflow/flow-cadut.

Minor Changes

  • #111 e4f08c0 Thanks @jribbink! - Add named exports to index files generated by flow-cadut-generator

Patch Changes