Breaking: discontinued the standalone dev.sixpack:selenide-flows-cli artifact. FlowCli
now ships inside dev.sixpack:selenide-flows itself (same dev.sixpack.selenide.flows.cli
package) - add just the one dependency and run it via your own build (mvn exec:java or
java -cp) instead of a separate java -jar tool. See selenide-flows/README.md's "CLI"
section for the new invocation.
Fixed a release pipeline race condition that could fail Maven Central deployment when publishing
multiple modules together (removed parallel reactor builds from mvn_release.sh).
Updated selenide-flows and selenide-sixpack-adapter published descriptions and READMEs to
reflect their Maven Central release status.
Added selenide-flows: reusable Selenide browser flows with structured input/output, usable
both directly from tests and standalone (via a CLI, or as Sixpack generators).
Added selenide-flows-cli: standalone command-line entry point over selenide-flows.
Added selenide-sixpack-adapter: bridges a selenide-flows browser flow into a sixpack-sdkGenerator.