Skip to content

v2.0.2

Latest
Compare
Choose a tag to compare
@aws-gurusen aws-gurusen released this 05 Dec 22:38
c3e9ab5

[2.0.2] - 2024-12-05

Fixed

  • Update cross-spawn to resolve CVE
  • Skip tagging top-level Stack via exclude resources arg
  • Separating install and upgrade functionality in make targets
  • Update cms_common pre-commit target to align with package name in setup.py, fixing bug preventing running lib pre-commit via make lib-pre-commit or cd source/lib; make pre-commit
  • Address pre-commit failures throughout solution
  • Address SonarQube code smells
    • Defining components outside of render function (nested components)
    • Regex changes
    • Not using index as key for React components