-
-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Epic] Convert to monorepo #322
Comments
When using a monorepo, my preferred practice for packages is to keep the versions linked so that there is never a discrepancy in version number across packages. React, and babel are good examples of this. I don't think we want our controllers in different version states; thus, it might not solve the particular problem stated in the description. |
this is already necessary, but the original comment stands. :D |
Converting this repo into a monorepo (with all controllers placed into their own package) is now a goal of the newly established core team and it is something we will be aiming to complete by end of Q2. As it relates to the discussion above, we have decided that we do not want to synchronize versions among all of the packages in this repo. Eventually, this repo will be renamed Consult this document for more information on our plan going forward. |
This was completed in #831 |
By iterating in the approval controller, I've bumped us up two major versions, and with #321, it will be a third. We should publish all controllers as individual packages, and turn this into a monorepo.
The text was updated successfully, but these errors were encountered: