-
Notifications
You must be signed in to change notification settings - Fork 34
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
fix(atomic): possible @coveo/headless version mismatch #1885
Conversation
Thanks for your contribution @ThibodeauJF !
|
Pull Request Report PR Title ✅ Title follows the conventional commit spec. Bundle Size
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could go for fixes # 1, # 2, (# 4 or # 5) for now and perhaps fix # 3 when we bump?
Yep, that seems like the best approach following your analysis !
@btaillon @olamothe
number 4 or 5 ? |
I think 4 is the most solid solution that will work for people that also manually install/start a project (and not done through the CLI). |
Okay thanks, I'll make the rest of the changes in upcoming PRs |
I'm not sure if Lerna proceed topologically for the release, i.e., let's say I do a release where atomic and headless changes, will the new version atomic use the new version of headless? |
https://coveord.atlassian.net/browse/KIT-1515
See this related PR for samples
Root problem
When installing @coveo/atomic, @coveo/headless is both a “subpackage” (@coveo/atomic/headless) and a dependency (@coveo/headless).
Stemming issues
Solutions
We could go for fixes # 1, # 2, (# 4 or # 5) for now and perhaps fix # 3 when we bump?