Skip to content

Latest commit

 

History

History
100 lines (63 loc) · 4.68 KB

CHANGELOG.md

File metadata and controls

100 lines (63 loc) · 4.68 KB

(Wed Dec 06 2023)

🔩 Dependency Updates

⚠️ Pushed to main

Authors: 2


(Thu May 11 2023)

Release Notes

bump babel-plugin-react-anonymous-display-name (#71)

updates babel-plugin-react-anonymous-display-name dependency

PR Checklist

  • Related to JIRA ticket: ABC-123
  • I have run this code to verify it works
  • This PR includes unit tests for the code change

Delete dependabot.yml (#69)

Remove dependabot config, only allow security PRs.

PR Checklist

  • Related to JIRA ticket: ABC-123
  • I have run this code to verify it works
  • This PR includes unit tests for the code change

use auto for simpler lerna publishing (#61)

Utilizes Auto to handle versioning/publishing (which uses lerna under the hood). This simplifies a ton of stuff.

  1. We don't need to deal with any conventional commits stuff, the version is selected using labels (the labels are already there if you want to check them)
  2. Auto handles canary releases (alphas), and adds the versions to the PR description automatically.
  3. We can let people merge their own PRs, since auto handles generating the changelogs from the PR descriptions.
  4. We can add required checks that actually work, now that we don't need to automate merging.
  5. We can easily replicate this process across all of our repos that do publishing

🐛 Bug Fix

⚠️ Pushed to main

🏠 Internal

Authors: 1