Closed corocoto closed 8 months ago
Please consider to do semantic commits instead of putting everything into one changeset. I cleaned that up this time :arrow_up:.
Consider one thing:
bpmn-auto-layout
exports:import layoutProcess from '../../lib/index.js';
Becomes
import layoutProcess from 'bpmn-auto-layout';
This way we're able to validate the contract.
Please consider to do semantic commits instead of putting everything into one changeset.
@nikku, yeah, sure. Sorry for that and thanks for git logs fixing.
And yes, I'll consider the tests. Thanks for this note!
Released as https://github.com/bpmn-io/bpmn-auto-layout/releases/tag/v0.5.0, thanks for your work on this.
Changes:
DEPS
: update to@rollup/plugin-node-resolve@15.2.3
DEPS
: update tobpmn-moddle@9.0.1
DEPS
: update toeslint@8.57.0
DEPS
: update tomin-dash@4.2.1
DEPS
: update tomocha@10.3.0
DEPS
: update torollup@4.12.1
CHORE
: set requirements for Node >= 18