* feat: add more scripts for release creation
* Update scripts/extract-latest-release-notes.js
* fix: replace console.log() with console.warn(), ensure get-version.js is a version by checking against a regex
* chore: add comment to describe the regex
* chore: use a single lerna monorepo
* chore: release API dependencies
* chore: fix selenium exporter
* chore: support old API versions
* chore: update changelog
* chore: remove peer api check
* chore: changelog
* chore: fix cache keys and paths
* chore: fix lint cache
* ci: install when cache misses
* chore: apply cache fix to webworker and web
* chore: apply cache fix to lint
* chore: revert peer api check removal
* chore: match peer and dev dependency versions for API
* chore: send full string to lerna exec
* chore: use npm script for peer api check
* chore: use MetricAttributes in metrics
* chore: use MetricAttributes when appropriate
Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>