Patch Release
The last patch release didn't fix the Babel issues for all users, particularly those with older projects. This patch release has a better fix for the issue, which was just a matter of using carets to specify the versions of the Babel packages Redwood depends on. Redwood has a long history of pinning dependencies because many packages release breaking changes in minor releases, but in this case it was causing more than one version of some of the Babel packages to be installed, which lead to hoisting problems.
- fix(babel): use caret to specify some package versions #9174 by @jtoar
- fix(cli): Prevent stale command cache defaults #9169 by @Josh-Walker-GM